diff options
-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} |