From f19728b8aca4278fc13c485aa8fd29735dc61f84 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 19 Apr 2025 21:02:38 +0300 Subject: FreeBSD: updated package for v2.4.0 release Also use binary packages when testing with Poudriere (gmake -f ./distribute.mk poudriere). --- distribute.mk.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'distribute.mk.in') 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) -- cgit v1.2.3