Date: Tue, 27 Dec 2016 18:00:18 +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: r429634 - head/devel/ruby-locale Message-ID: <201612271800.uBRI0ITZ015625@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Tue Dec 27 18:00:17 2016 New Revision: 429634 URL: https://svnweb.freebsd.org/changeset/ports/429634 Log: Mark deprecated since it's no longer needed with modern ruby Modified: head/devel/ruby-locale/Makefile Modified: head/devel/ruby-locale/Makefile ============================================================================== --- head/devel/ruby-locale/Makefile Tue Dec 27 17:50:56 2016 (r429633) +++ head/devel/ruby-locale/Makefile Tue Dec 27 18:00:17 2016 (r429634) @@ -23,6 +23,9 @@ INSTALL_TARGET= site-install OPTIONS_DEFINE= DOCS EXAMPLES +DEPRECATED= No longer useful +EXPIRATION_DATE= 2017-01-28 + post-install: ${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${RUBY_MODDOCDIR}/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612271800.uBRI0ITZ015625>