Date: Sun, 28 Feb 2021 21:27:56 +0000 (UTC) From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566817 - in head: databases/puppetdb-terminus5 databases/puppetdb5 sysutils/puppet5 sysutils/puppetserver5 Message-ID: <202102282127.11SLRuAo019442@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: romain Date: Sun Feb 28 21:27:55 2021 New Revision: 566817 URL: https://svnweb.freebsd.org/changeset/ports/566817 Log: Mark Puppet 5 related ports as deprecated Puppet 5 has reached EOL on 2021-01-31. Users are advised to switch to Puppet 6 or Puppet 7. With hat: puppet Modified: head/databases/puppetdb-terminus5/Makefile head/databases/puppetdb5/Makefile head/sysutils/puppet5/Makefile head/sysutils/puppetserver5/Makefile Modified: head/databases/puppetdb-terminus5/Makefile ============================================================================== --- head/databases/puppetdb-terminus5/Makefile Sun Feb 28 21:16:10 2021 (r566816) +++ head/databases/puppetdb-terminus5/Makefile Sun Feb 28 21:27:55 2021 (r566817) @@ -12,6 +12,9 @@ COMMENT= PuppetDB storeconfigs backend terminus module LICENSE= APACHE20 +DEPRECATED= Puppet 5 has reached EOL +EXPIRATION_DATE=2021-07-01 + BUILD_DEPENDS= puppet5>=0:sysutils/puppet5 CONFLICTS_INSTALL= puppetdb-terminus6-* puppetdb-terminus7-* Modified: head/databases/puppetdb5/Makefile ============================================================================== --- head/databases/puppetdb5/Makefile Sun Feb 28 21:16:10 2021 (r566816) +++ head/databases/puppetdb5/Makefile Sun Feb 28 21:27:55 2021 (r566817) @@ -11,6 +11,9 @@ COMMENT= PuppetDB storeconfigs backend LICENSE= APACHE20 +DEPRECATED= Puppet 5 has reached EOL +EXPIRATION_DATE=2021-07-01 + RUN_DEPENDS= bash:shells/bash USE_RC_SUBR= puppetdb Modified: head/sysutils/puppet5/Makefile ============================================================================== --- head/sysutils/puppet5/Makefile Sun Feb 28 21:16:10 2021 (r566816) +++ head/sysutils/puppet5/Makefile Sun Feb 28 21:27:55 2021 (r566817) @@ -13,6 +13,8 @@ COMMENT= Configuration management framework written in LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Puppet 5 has reached EOL +EXPIRATION_DATE=2021-07-01 # maybe a newer version like puppet 6.x or 7.x must be used to work with ruby 2.7 BROKEN_RUBY27= yes Modified: head/sysutils/puppetserver5/Makefile ============================================================================== --- head/sysutils/puppetserver5/Makefile Sun Feb 28 21:16:10 2021 (r566816) +++ head/sysutils/puppetserver5/Makefile Sun Feb 28 21:27:55 2021 (r566817) @@ -11,6 +11,8 @@ COMMENT= Puppet Server running in the JVM LICENSE= APACHE20 +DEPRECATED= Puppet 5 has reached EOL +EXPIRATION_DATE=2021-07-01 BROKEN_FreeBSD_12= Does not start. See PR 233766 BROKEN_FreeBSD_13= Does not start. See PR 233766
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102282127.11SLRuAo019442>