aboutsummaryrefslogtreecommitdiff
path: root/net/ruby-net-geoip
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2010-06-08 09:41:32 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2010-06-08 09:41:32 +0000
commit0eeeb7cf742bd72b3af322b958d99a989d9ed28a (patch)
tree3621e21c55d5f5b86394bb1cbf87e791e76c90a9 /net/ruby-net-geoip
parentc6c5538a2b5cc381b2809e88901fa21c4235895e (diff)
downloadports-0eeeb7cf742bd72b3af322b958d99a989d9ed28a.tar.gz
ports-0eeeb7cf742bd72b3af322b958d99a989d9ed28a.zip
Notes
Diffstat (limited to 'net/ruby-net-geoip')
-rw-r--r--net/ruby-net-geoip/Makefile6
-rw-r--r--net/ruby-net-geoip/distinfo6
-rw-r--r--net/ruby-net-geoip/files/patch-extconf.rb11
-rw-r--r--net/ruby-net-geoip/pkg-descr4
4 files changed, 9 insertions, 18 deletions
diff --git a/net/ruby-net-geoip/Makefile b/net/ruby-net-geoip/Makefile
index 49f6d37de09a..09314bcad733 100644
--- a/net/ruby-net-geoip/Makefile
+++ b/net/ruby-net-geoip/Makefile
@@ -6,16 +6,16 @@
#
PORTNAME= net-geoip
-PORTVERSION= 0.06
-PORTREVISION= 6
+PORTVERSION= 0.07
CATEGORIES= net ruby geography
-MASTER_SITES= http://www.maxmind.com/download/geoip/api/ruby/
+MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/ruby/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= f3cun3c02@sneakemail.com
COMMENT= A Ruby extension that wraps around libGeoIP
+BUILD_DEPENDS= GeoIP>=1.4.6:${PORTSDIR}/net/GeoIP
LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP
USE_ICONV= yes
diff --git a/net/ruby-net-geoip/distinfo b/net/ruby-net-geoip/distinfo
index 569f8263a879..e56884fc0ac8 100644
--- a/net/ruby-net-geoip/distinfo
+++ b/net/ruby-net-geoip/distinfo
@@ -1,3 +1,3 @@
-MD5 (ruby/net-geoip-0.06.tar.gz) = 4bbae1a05a4339f79e2853778d4b50f3
-SHA256 (ruby/net-geoip-0.06.tar.gz) = e2ed54c5d07e0ca512c2052a05303acbd331124403013c9112fffbe04ab5f327
-SIZE (ruby/net-geoip-0.06.tar.gz) = 3941
+MD5 (ruby/net-geoip-0.07.tar.gz) = 7cdc43b9382af14ddf4dd1295f4a402c
+SHA256 (ruby/net-geoip-0.07.tar.gz) = 343473a56ae84d8c871f996a90d5096d0663c831f592c77a3cb23c2646cc0d5d
+SIZE (ruby/net-geoip-0.07.tar.gz) = 3930
diff --git a/net/ruby-net-geoip/files/patch-extconf.rb b/net/ruby-net-geoip/files/patch-extconf.rb
deleted file mode 100644
index eeb82c7df353..000000000000
--- a/net/ruby-net-geoip/files/patch-extconf.rb
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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 bea58b249c0b..0422bd89667d 100644
--- a/net/ruby-net-geoip/pkg-descr
+++ b/net/ruby-net-geoip/pkg-descr
@@ -1,4 +1,6 @@
Net::GeoIP lets you look up the country of a given IP address or
hostname.
-Author: Sean Chittenden <sean@chittenden.org>
+WWW: http://www.maxmind.com/app/geolitecountry/
+
+Albert Vernon <f3cun3c02@sneakemail.com>