svn commit: r429759 - head/devel/ruby-intl

Steve Wills swills at FreeBSD.org
Wed Dec 28 13:36:23 UTC 2016


Author: swills
Date: Wed Dec 28 13:36:21 2016
New Revision: 429759
URL: https://svnweb.freebsd.org/changeset/ports/429759

Log:
  devel/ruby-intl: deprecate

Modified:
  head/devel/ruby-intl/Makefile

Modified: head/devel/ruby-intl/Makefile
==============================================================================
--- head/devel/ruby-intl/Makefile	Wed Dec 28 13:31:35 2016	(r429758)
+++ head/devel/ruby-intl/Makefile	Wed Dec 28 13:36:21 2016	(r429759)
@@ -22,6 +22,9 @@ INSTALL_TARGET=	site-install
 
 OPTIONS_DEFINE=	DOCS
 
+DEPRECATED=	Use devel/rubygem-gettext instead
+EXPIRATION_DATE=	2017-01-28
+
 post-install:
 	${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/po/
 	${INSTALL_DATA} ${WRKSRC}/hello.rb ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/


More information about the svn-ports-all mailing list