diff options
author | heinz <heinz> | 2008-07-17 15:17:19 +0000 |
---|---|---|
committer | heinz <heinz> | 2008-07-17 15:17:19 +0000 |
commit | 015810e5527c151d7931ef6e9110527aec7f273f (patch) | |
tree | 9e65953e85d9cae3571c1d0b3e19928b8563d257 /net/p5-Geo-IP/Makefile | |
parent | 2f78c6c69412074b536a3a377cb462e9769ac615 (diff) | |
download | pkgsrc-015810e5527c151d7931ef6e9110527aec7f273f.tar.gz |
Updated to version 1.33.
Pkgsrc changes:
- none
Changes since version 1.30:
===========================
1.33 May 5th 2008
- make cpantesters happy exit 0 early, if libGeoIP is not found.
( Boris Zentner )
1.32 May 4th 2008
- make Geo::IP::Record::time_zone work for the pure perl part of
Geo::IP ( Boris Zentner )
- BEGIN{$Geo::IP::GEOIP_PP_ONLY=1} use Geo::IP; disable the C API,
even if it is installed. ( Boris Zentner )
! rename $Geo::IP::TESTING_PERL_ONLY to $Geo::IP::GEOIP_PP_ONLY.
( Boris Zentner )
- Fix Geo::IP::Record to use the C API, only, when Geo::IP use it
( Boris Zentner )
1.31 March 22nd 2008
- Added BL/Saint Barthelemy, MF/Saint Martin (ISO-3166-1 additions)
- Change default database name for NetWare to sys:/etc/GeoIP/GeoIP.dat
and MSWin32 to c:/GeoIP/GeoIP.dat ( Guenter Knauf )
- Added support for time_zone lookup in GeoIP City API
Diffstat (limited to 'net/p5-Geo-IP/Makefile')
-rw-r--r-- | net/p5-Geo-IP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile index 7e7909b60a2..62197ee7f7e 100644 --- a/net/p5-Geo-IP/Makefile +++ b/net/p5-Geo-IP/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2008/02/07 19:41:40 heinz Exp $ +# $NetBSD: Makefile,v 1.14 2008/07/17 15:17:19 heinz Exp $ # -DISTNAME= Geo-IP-1.30 +DISTNAME= Geo-IP-1.33 PKGNAME= p5-${DISTNAME} CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/} |