aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-10-13 19:48:44 +0000
committerCy Schubert <cy@FreeBSD.org>2023-10-13 23:54:34 +0000
commit7cb6a013047d17be08f2116207bd5679f01bcd84 (patch)
tree2e12d93c7da524f7ec9eed5533154b83f2fb5071
parent4696d78a42e2e02c0a61f2547033cc5de07eb8d9 (diff)
downloadports-7cb6a013047d17be08f2116207bd5679f01bcd84.tar.gz
ports-7cb6a013047d17be08f2116207bd5679f01bcd84.zip
sysutils/cfengine*-lts: New ports tracking cfengine*-lts
LTS support is documented at: https://cfengine.com/supported-versions/ The sysutils/cfengine-lts and sysutils/cfengine-masterfiles-lts will track cfengine's LTS branch simliarly to devel/subversion-lts and devel/jenkins-lts tracking their respective upstream LTS branches. This port must only be updated in accordance to documentation at https://cfengine.com/supported-versions/. PR: 274453 (cherry picked from commit 4222609aebc40b65f8a628e2c434e19dfcf38b89)
-rw-r--r--sysutils/Makefile2
-rw-r--r--sysutils/cfengine-lts/Makefile7
-rw-r--r--sysutils/cfengine-masterfiles-lts/Makefile9
3 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 6ddd8e006e50..f9adecb4b589 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -183,8 +183,10 @@
SUBDIR += cdrtools
SUBDIR += cfengine
SUBDIR += cfengine-devel
+ SUBDIR += cfengine-lts
SUBDIR += cfengine-masterfiles
SUBDIR += cfengine-masterfiles-devel
+ SUBDIR += cfengine-masterfiles-lts
SUBDIR += cfengine-masterfiles320
SUBDIR += cfengine-masterfiles321
SUBDIR += cfengine-masterfiles322
diff --git a/sysutils/cfengine-lts/Makefile b/sysutils/cfengine-lts/Makefile
new file mode 100644
index 000000000000..1de3dacd1d92
--- /dev/null
+++ b/sysutils/cfengine-lts/Makefile
@@ -0,0 +1,7 @@
+VERSIONS= 320 321 322
+# Upgrade to LTS versions only: https://cfengine.com/supported-versions/
+CFENGINE_VERSION?= 321
+
+MASTERDIR= ${.CURDIR}/../cfengine${CFENGINE_VERSION}
+
+.include "${MASTERDIR}/Makefile"
diff --git a/sysutils/cfengine-masterfiles-lts/Makefile b/sysutils/cfengine-masterfiles-lts/Makefile
new file mode 100644
index 000000000000..fdf1c09e7c12
--- /dev/null
+++ b/sysutils/cfengine-masterfiles-lts/Makefile
@@ -0,0 +1,9 @@
+VERSIONS= 320 321 322
+# Upgrade to LTS versions only: https://cfengine.com/supported-versions/
+CFENGINE_VERSION?= 321
+
+MASTERDIR= ${.CURDIR}/../cfengine-masterfiles${CFENGINE_VERSION}
+
+CPE_PRODUCT= cfengine
+
+.include "${MASTERDIR}/Makefile"