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.
This commit is contained in:
Cy Schubert
2024-07-23 08:11:53 -07:00
parent d4359dc224
commit 391622b280
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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}
+2 -2
View File
@@ -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}