git: 391622b280b3 - main - sysutils/cfengine*-lts: cfengine* 3.24.0 is LTS
Date: Tue, 23 Jul 2024 15:12:34 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=391622b280b31af0499e4e90f32d2b975fc3338f commit 391622b280b31af0499e4e90f32d2b975fc3338f Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2024-07-23 15:05:24 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2024-07-23 15:11:53 +0000 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. --- sysutils/cfengine-lts/Makefile | 4 ++-- 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}