git: febd99ffe00e - main - sysutils/puppet6: Deprecate Puppet 6 ports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Mar 2023 16:49:23 UTC
The branch main has been updated by romain:
URL: https://cgit.FreeBSD.org/ports/commit/?id=febd99ffe00ed2933766851df171dd20c64469dc
commit febd99ffe00ed2933766851df171dd20c64469dc
Author: Romain Tartière <romain@FreeBSD.org>
AuthorDate: 2023-03-03 16:43:53 +0000
Commit: Romain Tartière <romain@FreeBSD.org>
CommitDate: 2023-03-03 16:48:31 +0000
sysutils/puppet6: Deprecate Puppet 6 ports
Puppet 6 has reached EOL:
https://www.puppet.com/docs/puppet/6/platform_lifecycle.html
Users are advised to migrate to Puppet 7. Puppet 8 is expected to be
released soon.
With hat: puppet
---
databases/puppetdb-terminus6/Makefile | 3 +++
databases/puppetdb6/Makefile | 3 +++
sysutils/puppet6/Makefile | 2 ++
sysutils/puppetserver6/Makefile | 3 +++
4 files changed, 11 insertions(+)
diff --git a/databases/puppetdb-terminus6/Makefile b/databases/puppetdb-terminus6/Makefile
index 05a79a1ec896..bc15f09678b9 100644
--- a/databases/puppetdb-terminus6/Makefile
+++ b/databases/puppetdb-terminus6/Makefile
@@ -11,6 +11,9 @@ WWW= https://docs.puppetlabs.com/puppetdb/latest/
LICENSE= APACHE20
+DEPRECATED= Puppet 6 has reached EOL
+EXPIRATION_DATE=2023-06-01
+
BUILD_DEPENDS= puppet6>=0:sysutils/puppet6
CONFLICTS_INSTALL= puppetdb-terminus5 puppetdb-terminus7
diff --git a/databases/puppetdb6/Makefile b/databases/puppetdb6/Makefile
index e20ae23c7013..81912224e8a2 100644
--- a/databases/puppetdb6/Makefile
+++ b/databases/puppetdb6/Makefile
@@ -10,6 +10,9 @@ WWW= https://docs.puppetlabs.com/puppetdb/latest/
LICENSE= APACHE20
+DEPRECATED= Puppet 6 has reached EOL
+EXPIRATION_DATE=2023-06-01
+
RUN_DEPENDS= bash:shells/bash
USE_RC_SUBR= puppetdb
diff --git a/sysutils/puppet6/Makefile b/sysutils/puppet6/Makefile
index 328dad15f882..8b118ef4fe47 100644
--- a/sysutils/puppet6/Makefile
+++ b/sysutils/puppet6/Makefile
@@ -12,6 +12,8 @@ WWW= https://puppet.com/docs/puppet/latest/puppet_index.html
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Puppet 6 has reached EOL
+EXPIRATION_DATE=2023-06-01
BROKEN_RUBY30= yes
BROKEN_RUBY31= yes
diff --git a/sysutils/puppetserver6/Makefile b/sysutils/puppetserver6/Makefile
index ec7f85a5e15d..06e46d12d118 100644
--- a/sysutils/puppetserver6/Makefile
+++ b/sysutils/puppetserver6/Makefile
@@ -14,6 +14,9 @@ WWW= https://docs.puppetlabs.com/puppetserver/latest/services_master_puppetserv
LICENSE= APACHE20
+DEPRECATED= Puppet 6 has reached EOL
+EXPIRATION_DATE=2023-06-01
+
RUN_DEPENDS= bash>=0:shells/bash \
puppet6>=0:sysutils/puppet6 \
rubygem-puppetserver-ca>=1:sysutils/rubygem-puppetserver-ca \