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,8 +1,8 @@ -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} .include "${MASTERDIR}/Makefile" 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,10 +1,10 @@ -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} CPE_PRODUCT= cfengine .include "${MASTERDIR}/Makefile"