svn commit: r364685 - head/net/ruby-net-geoip

Steve Wills swills at FreeBSD.org
Tue Aug 12 04:04:43 UTC 2014


Author: swills
Date: Tue Aug 12 04:04:42 2014
New Revision: 364685
URL: http://svnweb.freebsd.org/changeset/ports/364685
QAT: https://qat.redports.org/buildarchive/r364685/

Log:
  net/ruby-net-geoip: mark deprecated, doesn't build and there is a good alternative

Modified:
  head/net/ruby-net-geoip/Makefile

Modified: head/net/ruby-net-geoip/Makefile
==============================================================================
--- head/net/ruby-net-geoip/Makefile	Tue Aug 12 03:59:29 2014	(r364684)
+++ head/net/ruby-net-geoip/Makefile	Tue Aug 12 04:04:42 2014	(r364685)
@@ -24,6 +24,10 @@ DOCS=	README
 
 OPTIONS_DEFINE=	DOCS
 
+BROKEN=			Does not build, use net/rubygem-geoip instead 
+DEPRECATED=		Broken
+EXPIRATION_DATE=	2014-09-12
+
 post-install:
 	@${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
 .for f in ${DOCS}


More information about the svn-ports-all mailing list