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 /www/mod_geoip | |
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 'www/mod_geoip')
-rw-r--r-- | www/mod_geoip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_geoip/Makefile b/www/mod_geoip/Makefile index 6a57908cd828..b689fc30e65e 100644 --- a/www/mod_geoip/Makefile +++ b/www/mod_geoip/Makefile @@ -7,6 +7,7 @@ PORTNAME= mod_geoip PORTVERSION= 1.2.7 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.maxmind.com/download/geoip/api/mod_geoip/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -14,7 +15,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= seanc@FreeBSD.org COMMENT= An Apache module that provides the country code of the client's IP -LIB_DEPENDS= GeoIP.4:${PORTSDIR}/net/GeoIP +LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP USE_APACHE= yes |