diff options
author | heinz <heinz@pkgsrc.org> | 2008-07-17 15:17:19 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-07-17 15:17:19 +0000 |
commit | 8854c0693299ebe56a9724bb74f5279f490dc3a6 (patch) | |
tree | 9e65953e85d9cae3571c1d0b3e19928b8563d257 /net/p5-Geo-IP | |
parent | 5db8204d40e17f7c8c6b345e5abffcd3fbe39f10 (diff) | |
download | pkgsrc-8854c0693299ebe56a9724bb74f5279f490dc3a6.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')
-rw-r--r-- | net/p5-Geo-IP/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Geo-IP/distinfo | 8 |
2 files changed, 6 insertions, 6 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/} diff --git a/net/p5-Geo-IP/distinfo b/net/p5-Geo-IP/distinfo index b413e830dba..6cb0afcd8cb 100644 --- a/net/p5-Geo-IP/distinfo +++ b/net/p5-Geo-IP/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2008/02/07 19:41:40 heinz Exp $ +$NetBSD: distinfo,v 1.7 2008/07/17 15:17:19 heinz Exp $ -SHA1 (Geo-IP-1.30.tar.gz) = cc26c20db6a6c758affac9c02d64e98418b56734 -RMD160 (Geo-IP-1.30.tar.gz) = fc013a1de4f0e7420f9ed6c43cff68498e2c246d -Size (Geo-IP-1.30.tar.gz) = 21997 bytes +SHA1 (Geo-IP-1.33.tar.gz) = 21883d0c8d79f3bd976ffaa33ee732148b8c1c0b +RMD160 (Geo-IP-1.33.tar.gz) = cbb8314f25f33d00940b037d9990072254ce4cf2 +Size (Geo-IP-1.33.tar.gz) = 24958 bytes |