aboutsummaryrefslogtreecommitdiffhomepage
path: root/distribute.mk.in
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-04-19 21:02:38 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-04-20 01:05:36 +0300
commitf19728b8aca4278fc13c485aa8fd29735dc61f84 (patch)
tree113bafbc8247e78686db03379e80a4ddb4ac7288 /distribute.mk.in
parent26d7cf09b5c7fa6143fee59eb9425d3db5a55d86 (diff)
downloadsciteco-f19728b8aca4278fc13c485aa8fd29735dc61f84.tar.gz
FreeBSD: updated package for v2.4.0 release
Also use binary packages when testing with Poudriere (gmake -f ./distribute.mk poudriere).
Diffstat (limited to 'distribute.mk.in')
-rw-r--r--distribute.mk.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/distribute.mk.in b/distribute.mk.in
index cab74ae..f5069ca 100644
--- a/distribute.mk.in
+++ b/distribute.mk.in
@@ -94,10 +94,11 @@ ppa : debian-source
# We do nothing to sync the ports tree with our mirror of
# the FreeBSD port's Makefile (freebsd/Makefile) or to supply Poudriere
# with a recent tarball of SciTECO.
-POUDRIERE_JAIL ?= 141amd64
+POUDRIERE_JAIL ?= 142amd64
+POUDRIERE_BRANCH ?= quarterly
poudriere:
- poudriere testport -j $(POUDRIERE_JAIL) -o editors/sciteco@curses
- poudriere testport -j $(POUDRIERE_JAIL) -o editors/sciteco@gtk
+ poudriere testport -j $(POUDRIERE_JAIL) -b $(POUDRIERE_BRANCH) -o editors/sciteco@curses
+ poudriere testport -j $(POUDRIERE_JAIL) -b $(POUDRIERE_BRANCH) -o editors/sciteco@gtk
# Create Windows release.
# Assumes a correctly installed glib (with pkgconfig script)