diff options
author | Romain Tartière <romain@FreeBSD.org> | 2023-03-03 06:43:53 -1000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2023-03-03 06:48:31 -1000 |
commit | febd99ffe00ed2933766851df171dd20c64469dc (patch) | |
tree | ed68a338b995a8c94297afdf6973bcca738a71d8 /sysutils | |
parent | 0b4ef05121c56a358553868394ea7a7e12d4edf9 (diff) | |
download | freebsd-ports-febd99ffe00ed2933766851df171dd20c64469dc.zip |
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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/puppet6/Makefile | 2 | ||||
-rw-r--r-- | sysutils/puppetserver6/Makefile | 3 |
2 files changed, 5 insertions, 0 deletions
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 \ |