aboutsummaryrefslogtreecommitdiffhomepage
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
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).
-rw-r--r--distribute.mk.in7
-rw-r--r--freebsd/Makefile2
-rw-r--r--freebsd/distinfo6
3 files changed, 8 insertions, 7 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)
diff --git a/freebsd/Makefile b/freebsd/Makefile
index a8a46db..132d71f 100644
--- a/freebsd/Makefile
+++ b/freebsd/Makefile
@@ -1,5 +1,5 @@
PORTNAME= sciteco
-DISTVERSION= 2.3.0
+DISTVERSION= 2.4.0
CATEGORIES= editors textproc devel
MASTER_SITES= https://github.com/rhaberkorn/${PORTNAME}/releases/download/v${DISTVERSION}/ \
SOURCEFORGE/${PORTNAME}/v${DISTVERSION}/
diff --git a/freebsd/distinfo b/freebsd/distinfo
index 9da3f9c..49a7b48 100644
--- a/freebsd/distinfo
+++ b/freebsd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1735085085
-SHA256 (sciteco-2.3.0.tar.gz) = f131cd88164bd4ee271813a7c6f448b9987ddb54ca6f39328beb979fba3e56a2
-SIZE (sciteco-2.3.0.tar.gz) = 4005903
+TIMESTAMP = 1745085748
+SHA256 (sciteco-2.4.0.tar.gz) = 5b053644d8365eb0fddd9b268af9d6c6c44786dfa51dd4cbb962abac66670402
+SIZE (sciteco-2.4.0.tar.gz) = 4077220