diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-02-01 02:32:32 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-02-01 02:32:32 +0000 |
commit | 2c5b5e25ddd43be1ce0fe90095ab5746c431b5b4 (patch) | |
tree | 0884a5dacb54a8c2d5df5eaeb8a50072871e61f5 /net/ruby-net-geoip | |
parent | dc24187708b278532ff1df7a3e0f1bf548076e5a (diff) | |
download | ports-2c5b5e25ddd43be1ce0fe90095ab5746c431b5b4.tar.gz ports-2c5b5e25ddd43be1ce0fe90095ab5746c431b5b4.zip |
Notes
Diffstat (limited to 'net/ruby-net-geoip')
-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/ |