diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-11-13 19:26:48 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-11-13 19:26:48 +0000 |
commit | b5821305d92f500bcd7e8e8eb54805b8f78db4d3 (patch) | |
tree | 1192c039cf78d9e150a2959f5661717b982a9864 | |
parent | - Update to 0.3.0. (diff) |
- update to version 1.2.7
1.2.7 Aug 23th 2011
- Add support for GEOIP_NETSPEED_REV1 ( Boris Zentner )
- Experimental support for GEOIP_COUNTRY_EDITION_V6 ( Boris Zentner )
- Add GEOIP_DOMAIN_EDITION support ( Boris Zentner )
1.2.6 Sep 11th 2008
- GEOIP_METRO_CODE replace the depreciated GEOIP_DMA_CODE ( Boris Zentner )
PR: ports/162305
Submitted by: John Marshall <john.marshall@riverwillow.com.au>
Approved by: Jukka A. Ukkonen <jau@oxit.fi> (maintainer)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=285715
-rw-r--r-- | www/mod_geoip2/Makefile | 7 | ||||
-rw-r--r-- | www/mod_geoip2/distinfo | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/mod_geoip2/Makefile b/www/mod_geoip2/Makefile index ea6cf3b3d65e..475aca79a46b 100644 --- a/www/mod_geoip2/Makefile +++ b/www/mod_geoip2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mod_geoip2 -PORTVERSION= 1.2.5 -PORTREVISION= 1 +PORTVERSION= 1.2.7 CATEGORIES= www geography MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/mod_geoip2/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -15,10 +14,12 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= jau@iki.fi COMMENT= An Apache module that provides the country code of the client's IP +LICENSE= ASL + BUILD_DEPENDS= GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP RUN_DEPENDS= GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP -MAKE_JOBS_SAFE= yes +MAKE_JOBS_SAFE= yes CONFLICTS= mod_geoip-[0-9]* diff --git a/www/mod_geoip2/distinfo b/www/mod_geoip2/distinfo index 8ae084f8b126..9eedd61c009b 100644 --- a/www/mod_geoip2/distinfo +++ b/www/mod_geoip2/distinfo @@ -1,2 +1,2 @@ -SHA256 (mod_geoip2_1.2.5.tar.gz) = 58dfd7aefb7f74e44254481ba55f9c25898e8270a87d18563e71c85d67a6e351 -SIZE (mod_geoip2_1.2.5.tar.gz) = 11602 +SHA256 (mod_geoip2_1.2.7.tar.gz) = 76e0512b282e6e2799f5d5616b9e26f448bee263f495ba31d1f72e3be9d0d5b6 +SIZE (mod_geoip2_1.2.7.tar.gz) = 11983 |