diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-08-14 22:26:37 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-08-14 22:26:37 +0000 |
commit | db0ebc9499d9e83a7facb9785799a902707c4cf2 (patch) | |
tree | 76861a37e75b0f30e1cfecbd48d49dc2160f6d40 /www | |
parent | b021cc6ecb40def5db49e80731d772da2672ccc2 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_geoip/Makefile | 3 | ||||
-rw-r--r-- | www/mod_geoip2/Makefile | 3 | ||||
-rw-r--r-- | www/webalizer/Makefile | 4 |
3 files changed, 6 insertions, 4 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 diff --git a/www/mod_geoip2/Makefile b/www/mod_geoip2/Makefile index 9d27bad49d7e..3dbb89eaadb7 100644 --- a/www/mod_geoip2/Makefile +++ b/www/mod_geoip2/Makefile @@ -7,6 +7,7 @@ PORTNAME= mod_geoip2 PORTVERSION= 1.1.7 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.maxmind.com/download/geoip/api/mod_geoip2/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -14,7 +15,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= jau@iki.fi 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 CONFLICTS= mod_geoip-[0-9]* diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index 89d2885d78bf..7fc973fcafbc 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -7,7 +7,7 @@ PORTNAME= webalizer PORTVERSION= 2.1.10 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES+= www MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/:main \ ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/:main \ @@ -23,7 +23,7 @@ COMMENT= A web server log file analysis program LIB_DEPENDS= gd.4:${PORTSDIR}/${GD_PORT} .endif .if defined(WITH_GEOIP) -LIB_DEPENDS+= GeoIP.4:${PORTSDIR}/net/GeoIP +LIB_DEPENDS+= GeoIP.5:${PORTSDIR}/net/GeoIP .endif USE_BZIP2= yes |