Date: Thu, 5 Jan 2017 21:52:08 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430667 - in head/sysutils: puppet37 puppet38 Message-ID: <201701052152.v05Lq8o6007235@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701052152.v05Lq8o6007235>