Date: Wed, 28 Dec 2016 13:36:22 +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: r429759 - head/devel/ruby-intl Message-ID: <201612281336.uBSDaMGj015573@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612281336.uBSDaMGj015573>