diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-04-19 21:02:38 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-04-20 01:05:36 +0300 |
commit | f19728b8aca4278fc13c485aa8fd29735dc61f84 (patch) | |
tree | 113bafbc8247e78686db03379e80a4ddb4ac7288 /freebsd/Makefile | |
parent | 26d7cf09b5c7fa6143fee59eb9425d3db5a55d86 (diff) | |
download | sciteco-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 'freebsd/Makefile')
-rw-r--r-- | freebsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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}/ |