git: df04f6accbc6 - main - sysutils/cfengine*-lts: Make these ports LTS ports for real
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Oct 2023 22:02:17 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=df04f6accbc6cd5a1e86c4ea6249b1c02308ad8e
commit df04f6accbc6cd5a1e86c4ea6249b1c02308ad8e
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-10-13 21:56:41 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-10-13 21:56:41 +0000
sysutils/cfengine*-lts: Make these ports LTS ports for real
PKGNAMESUFFIX was missing from the original commit.
PR: 274453
Fixes: 4222609aebc4
MFH: 2023Q4
---
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}