svn commit: r429634 - head/devel/ruby-locale

Steve Wills swills at FreeBSD.org
Tue Dec 27 18:00:19 UTC 2016


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}/


More information about the svn-ports-all mailing list