svn commit: r429696 - head/net/ruby-tcpsocketpipe

Steve Wills swills at FreeBSD.org
Wed Dec 28 03:10:21 UTC 2016


Author: swills
Date: Wed Dec 28 03:10:20 2016
New Revision: 429696
URL: https://svnweb.freebsd.org/changeset/ports/429696

Log:
  net/ruby-tcpsocketpipe: deprecate

Modified:
  head/net/ruby-tcpsocketpipe/Makefile

Modified: head/net/ruby-tcpsocketpipe/Makefile
==============================================================================
--- head/net/ruby-tcpsocketpipe/Makefile	Wed Dec 28 03:08:39 2016	(r429695)
+++ head/net/ruby-tcpsocketpipe/Makefile	Wed Dec 28 03:10:20 2016	(r429696)
@@ -19,6 +19,9 @@ USE_RUBY=	yes
 NO_BUILD=	yes
 PLIST_FILES=	%%RUBY_SITELIBDIR%%/socketproxy.rb
 
+DEPRECATED=	Upstream no longer active
+EXPIRATION_DATE=	2017-01-28
+
 do-install:
 	${MKDIR} ${STAGEDIR}${RUBY_SITELIBDIR}/
 	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/socketproxy.rb ${STAGEDIR}${RUBY_SITELIBDIR}/


More information about the svn-ports-head mailing list