diff options
author | Cy Schubert <cy@FreeBSD.org> | 2024-07-23 08:05:24 -0700 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2024-07-23 08:11:53 -0700 |
commit | 391622b280b31af0499e4e90f32d2b975fc3338f (patch) | |
tree | 62a430c5ca229fb30d57f69dc6c450b2711b81ad | |
parent | mail/rspamd: update to 3.9.1 (diff) |
sysutils/cfengine*-lts: cfengine* 3.24.0 is LTS
cfengine and cfengine-masterfiles 3.24.0 are LTS.
Also adjust the documented versions one can choose. cfengine/masterfiles
3.21 upstream support will expoire at the end of 2025. While 3.24
upstream support will expire at the end of June 2027. Users can put
CFENGINE_VERSION=321 into their make.conf.
Please open a PR if people want both LTS versions supported by binary
updates. In that case we can also keep the old LTS version under a
different LTS port name.
-rw-r--r-- | sysutils/cfengine-lts/Makefile | 4 | ||||
-rw-r--r-- | sysutils/cfengine-masterfiles-lts/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/cfengine-lts/Makefile b/sysutils/cfengine-lts/Makefile index 0d60e68cc33e..5127ea44669f 100644 --- a/sysutils/cfengine-lts/Makefile +++ b/sysutils/cfengine-lts/Makefile @@ -1,6 +1,6 @@ -VERSIONS= 320 321 322 +VERSIONS= 321 324 # Upgrade to LTS versions only: https://cfengine.com/supported-versions/ -CFENGINE_VERSION?= 321 +CFENGINE_VERSION?= 324 PKGNAMESUFFIX= -lts MASTERDIR= ${.CURDIR}/../cfengine${CFENGINE_VERSION} diff --git a/sysutils/cfengine-masterfiles-lts/Makefile b/sysutils/cfengine-masterfiles-lts/Makefile index c1c0f8b69878..45c7fe51fc1a 100644 --- a/sysutils/cfengine-masterfiles-lts/Makefile +++ b/sysutils/cfengine-masterfiles-lts/Makefile @@ -1,6 +1,6 @@ -VERSIONS= 320 321 322 +VERSIONS= 321 324 # Upgrade to LTS versions only: https://cfengine.com/supported-versions/ -CFENGINE_VERSION?= 321 +CFENGINE_VERSION?= 324 PKGNAMESUFFIX= -lts MASTERDIR= ${.CURDIR}/../cfengine-masterfiles${CFENGINE_VERSION} |