diff options
author | shaun <shaun@FreeBSD.org> | 2006-08-15 06:26:37 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-08-15 06:26:37 +0800 |
commit | c43de27d1c588bf32b7c709396494cee104e252a (patch) | |
tree | 368aa5e256eb0523a2dd43846682c41e6dfa5abf /net | |
parent | 07a3903cc3d082b7c4abff6ef5ca58cacf246ddf (diff) | |
download | freebsd-ports-gnome-c43de27d1c588bf32b7c709396494cee104e252a.tar.gz freebsd-ports-gnome-c43de27d1c588bf32b7c709396494cee104e252a.tar.zst freebsd-ports-gnome-c43de27d1c588bf32b7c709396494cee104e252a.zip |
Chase GeoIP shared library version bump.
Diffstat (limited to 'net')
-rw-r--r-- | net/link-monitor-applet/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Geo-IP/Makefile | 4 | ||||
-rw-r--r-- | net/py-GeoIP/Makefile | 4 | ||||
-rw-r--r-- | net/ruby-net-geoip/Makefile | 4 |
4 files changed, 7 insertions, 6 deletions
diff --git a/net/link-monitor-applet/Makefile b/net/link-monitor-applet/Makefile index 2c788da16233..a06f42f5a72c 100644 --- a/net/link-monitor-applet/Makefile +++ b/net/link-monitor-applet/Makefile @@ -7,6 +7,7 @@ PORTNAME= link-monitor-applet PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= link-monitor diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile index 2f9ff954b610..2cfe7c582bfb 100644 --- a/net/p5-Geo-IP/Makefile +++ b/net/p5-Geo-IP/Makefile @@ -7,7 +7,7 @@ PORTNAME= Geo-IP PORTVERSION= 1.27 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ http://www.maxmind.com/download/geoip/api/perl/ @@ -17,7 +17,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= seanc@FreeBSD.org COMMENT= Gets country name by IP or hostname -LIB_DEPENDS= GeoIP.4:${PORTSDIR}/net/GeoIP +LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP PERL_CONFIGURE= yes CONFIGURE_ARGS= LIBS='-L${LOCALBASE}/lib' INC='-I${LOCALBASE}/include' diff --git a/net/py-GeoIP/Makefile b/net/py-GeoIP/Makefile index 74afc363976e..477ff82d7022 100644 --- a/net/py-GeoIP/Makefile +++ b/net/py-GeoIP/Makefile @@ -7,7 +7,7 @@ PORTNAME= GeoIP PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net python MASTER_SITES= http://www.maxmind.com/download/geoip/api/python/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-Python-${PORTVERSION} MAINTAINER= stefan@FreeBSD.org COMMENT= Mapping of IP addresses/hostnames to country names in Python -LIB_DEPENDS= GeoIP.4:${PORTSDIR}/net/GeoIP +LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP USE_PYTHON= yes USE_PYDISTUTILS=yes diff --git a/net/ruby-net-geoip/Makefile b/net/ruby-net-geoip/Makefile index 419dc0aba8d3..08df0224a7a5 100644 --- a/net/ruby-net-geoip/Makefile +++ b/net/ruby-net-geoip/Makefile @@ -7,7 +7,7 @@ PORTNAME= net-geoip PORTVERSION= 0.06 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net ruby MASTER_SITES= http://www.gigavenue.com/mirrors/ruby/ \ http://www.maxmind.com/download/geoip/api/ruby/ @@ -17,7 +17,7 @@ DIST_SUBDIR= ruby MAINTAINER= seanc@FreeBSD.org COMMENT= A Ruby extension that wraps around libGeoIP -LIB_DEPENDS= GeoIP.4:${PORTSDIR}/net/GeoIP +LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP USE_ICONV= yes USE_RUBY= yes |