diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-05-16 18:14:06 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-05-16 18:14:06 +0000 |
commit | d6e0250678400cac81a8aa7be33fea225ca7301a (patch) | |
tree | 37082158e051ffaa9f8dcddf9fe41fc21e3bf918 /net | |
parent | Update p5-Geo-IP to 1.15. Fixes builds for perl 5.005. Chase GeoIP.so (diff) |
Chase GeoIP so version bump.
Notes
Notes:
svn path=/head/; revision=81118
Diffstat (limited to 'net')
-rw-r--r-- | net/ruby-net-geoip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ruby-net-geoip/Makefile b/net/ruby-net-geoip/Makefile index 8dbf24b4170b..d452fa2a3af0 100644 --- a/net/ruby-net-geoip/Makefile +++ b/net/ruby-net-geoip/Makefile @@ -7,6 +7,7 @@ PORTNAME= net-geoip PORTVERSION= 0.06 +PORTREVISION= 1 CATEGORIES= net ruby MASTER_SITES= http://www.rubynet.org/modules/net/geoip/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ MAINTAINER= seanc@FreeBSD.org COMMENT= A Ruby extension that wraps around libGeoIP LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ - GeoIP.2:${PORTSDIR}/net/GeoIP + GeoIP.3:${PORTSDIR}/net/GeoIP USE_BZIP2= yes USE_RUBY= yes |