git: 4222609aebc4 - main - sysutils/cfengine*-lts: New ports tracking cfengine*-lts
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Oct 2023 19:58:57 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4222609aebc40b65f8a628e2c434e19dfcf38b89
commit 4222609aebc40b65f8a628e2c434e19dfcf38b89
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-10-13 19:48:44 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-10-13 19:58:36 +0000
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
MFH: 2023Q4
---
sysutils/Makefile | 2 ++
sysutils/cfengine-lts/Makefile | 7 +++++++
sysutils/cfengine-masterfiles-lts/Makefile | 9 +++++++++
3 files changed, 18 insertions(+)
diff --git a/sysutils/Makefile b/sysutils/Makefile
index bedeb9a63133..31d1b2e759ad 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"