svn commit: r430667 - in head/sysutils: puppet37 puppet38
Steve Wills
swills at FreeBSD.org
Thu Jan 5 21:52:09 UTC 2017
Author: swills
Date: Thu Jan 5 21:52:08 2017
New Revision: 430667
URL: https://svnweb.freebsd.org/changeset/ports/430667
Log:
sysutils/puppet3{7,8}: mark deprecated due to end of upstream support
Approved by: bapt (maintainer puppet38)
Modified:
head/sysutils/puppet37/Makefile
head/sysutils/puppet38/Makefile
Modified: head/sysutils/puppet37/Makefile
==============================================================================
--- head/sysutils/puppet37/Makefile Thu Jan 5 21:22:36 2017 (r430666)
+++ head/sysutils/puppet37/Makefile Thu Jan 5 21:52:08 2017 (r430667)
@@ -34,6 +34,9 @@ SUB_LIST= RUBY=${RUBY}
OPTIONS_DEFINE= DOCS EXAMPLES
+DEPRECATED= Upstream support ended, see http://tinyurl.com/puppet3eol
+EXPIRATION_DATE= 2017-02-05
+
post-patch:
@${REINPLACE_CMD} -e "s|/etc/puppet|${ETCDIR}|" \
${WRKSRC}/install.rb \
Modified: head/sysutils/puppet38/Makefile
==============================================================================
--- head/sysutils/puppet38/Makefile Thu Jan 5 21:22:36 2017 (r430666)
+++ head/sysutils/puppet38/Makefile Thu Jan 5 21:52:08 2017 (r430667)
@@ -36,6 +36,9 @@ SUB_LIST= RUBY=${RUBY}
OPTIONS_DEFINE= DOCS EXAMPLES
+DEPRECATED= Upstream support ended, see http://tinyurl.com/puppet3eol
+EXPIRATION_DATE= 2017-02-05
+
post-patch:
@${REINPLACE_CMD} -e "s|/etc/puppet|${ETCDIR}|" \
${WRKSRC}/install.rb \
More information about the svn-ports-all
mailing list