git: ffe407b2400f - 2023Q4 - sysutils/cfengine*-lts: Make these ports LTS ports for real
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Oct 2023 00:18:07 UTC
The branch 2023Q4 has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ffe407b2400f45f8fb211e4693da495f4681259e
commit ffe407b2400f45f8fb211e4693da495f4681259e
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-10-13 21:56:41 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-10-13 23:54:34 +0000
sysutils/cfengine*-lts: Make these ports LTS ports for real
PKGNAMESUFFIX was missing from the original commit.
PR: 274453
Fixes: 4222609aebc4
(cherry picked from commit df04f6accbc6cd5a1e86c4ea6249b1c02308ad8e)
---
sysutils/cfengine-lts/Makefile | 1 +
sysutils/cfengine-masterfiles-lts/Makefile | 1 +
2 files changed, 2 insertions(+)
diff --git a/sysutils/cfengine-lts/Makefile b/sysutils/cfengine-lts/Makefile
index 1de3dacd1d92..0d60e68cc33e 100644
--- a/sysutils/cfengine-lts/Makefile
+++ b/sysutils/cfengine-lts/Makefile
@@ -1,6 +1,7 @@
VERSIONS= 320 321 322
# Upgrade to LTS versions only: https://cfengine.com/supported-versions/
CFENGINE_VERSION?= 321
+PKGNAMESUFFIX= -lts
MASTERDIR= ${.CURDIR}/../cfengine${CFENGINE_VERSION}
diff --git a/sysutils/cfengine-masterfiles-lts/Makefile b/sysutils/cfengine-masterfiles-lts/Makefile
index fdf1c09e7c12..c1c0f8b69878 100644
--- a/sysutils/cfengine-masterfiles-lts/Makefile
+++ b/sysutils/cfengine-masterfiles-lts/Makefile
@@ -1,6 +1,7 @@
VERSIONS= 320 321 322
# Upgrade to LTS versions only: https://cfengine.com/supported-versions/
CFENGINE_VERSION?= 321
+PKGNAMESUFFIX= -lts
MASTERDIR= ${.CURDIR}/../cfengine-masterfiles${CFENGINE_VERSION}