diff options
-rw-r--r-- | net/ruby-net-geoip/Makefile | 7 | ||||
-rw-r--r-- | net/ruby-net-geoip/files/patch-extconf.rb | 11 | ||||
-rw-r--r-- | net/ruby-net-geoip/pkg-descr | 1 |
3 files changed, 14 insertions, 5 deletions
diff --git a/net/ruby-net-geoip/Makefile b/net/ruby-net-geoip/Makefile index 5a47d0d9fbdb..4250b39db913 100644 --- a/net/ruby-net-geoip/Makefile +++ b/net/ruby-net-geoip/Makefile @@ -7,14 +7,13 @@ PORTNAME= net-geoip PORTVERSION= 0.06 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net ruby -MASTER_SITES= http://www.gigavenue.com/mirrors/ruby/ \ - http://www.maxmind.com/download/geoip/api/ruby/ +MASTER_SITES= http://www.maxmind.com/download/geoip/api/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby -MAINTAINER= ports@FreeBSD.org +MAINTAINER= f3cun3c02@sneakemail.com COMMENT= A Ruby extension that wraps around libGeoIP LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP diff --git a/net/ruby-net-geoip/files/patch-extconf.rb b/net/ruby-net-geoip/files/patch-extconf.rb new file mode 100644 index 000000000000..eeb82c7df353 --- /dev/null +++ b/net/ruby-net-geoip/files/patch-extconf.rb @@ -0,0 +1,11 @@ +--- extconf.rb.orig Wed Jan 8 07:45:07 2003 ++++ extconf.rb Thu Feb 1 09:20:43 2007 +@@ -66,7 +66,7 @@ + EOL + end + +-$CFLAGS = '-g -Wall' + $CFLAGS ++$CFLAGS = '-g -Wall ' + $CFLAGS + + create_header() + create_makefile('net/geoip') diff --git a/net/ruby-net-geoip/pkg-descr b/net/ruby-net-geoip/pkg-descr index c36f4053badb..bea58b249c0b 100644 --- a/net/ruby-net-geoip/pkg-descr +++ b/net/ruby-net-geoip/pkg-descr @@ -2,4 +2,3 @@ Net::GeoIP lets you look up the country of a given IP address or hostname. Author: Sean Chittenden <sean@chittenden.org> -WWW: http://www.rubynet.org/modules/net/geoip/ |