diff options
author | he <he@pkgsrc.org> | 2008-08-07 09:14:03 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-08-07 09:14:03 +0000 |
commit | 5e892b3e1f63ae5399c35f86a44a987eaa0c5dcf (patch) | |
tree | 86d63808466c5ef3f8e931724dad86267247228e /net | |
parent | 56ae643406bdbd04ad7907b96eca219ecd3eb50a (diff) | |
download | pkgsrc-5e892b3e1f63ae5399c35f86a44a987eaa0c5dcf.tar.gz |
Update from version 1.33 to 1.34.
Pkgsrc changes:
o Add a commented-out HOMEPAGE using search.cpan.org
Upstream changes:
1.34 August 4th 2008
- Add Geo::IP::Record::region_name to the PurePerl API (Boris Zentner)
- Add missing record_by_name function to the PurePerl API
(Boris Zentner)
- Add missing country/country code 'Other' for the pureperl
fallback (Boris Zentner)
- Fix trash of $_ in Geo::Mirror (Boris Zentner)
- Geo::Mirror die, if open failed (Boris Zentner)
- Fix pureperl time_zone for countries with region codes,
but only one time_zone (Boris Zentner)
- Add continent_code to the pureperl and C API (Boris Zentner)
- minimum perl version is 5.6 now (Boris Zentner)
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Geo-IP/Makefile | 5 | ||||
-rw-r--r-- | net/p5-Geo-IP/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile index 62197ee7f7e..d568700c2ba 100644 --- a/net/p5-Geo-IP/Makefile +++ b/net/p5-Geo-IP/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.14 2008/07/17 15:17:19 heinz Exp $ +# $NetBSD: Makefile,v 1.15 2008/08/07 09:14:03 he Exp $ # -DISTNAME= Geo-IP-1.33 +DISTNAME= Geo-IP-1.34 PKGNAME= p5-${DISTNAME} CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.maxmind.com/geoip/api/perl.shtml +#HOMEPAGE= http://search.cpan.org/dist/Geo-IP/ COMMENT= Gets country name by IP or hostname PKG_DESTDIR_SUPPORT= user-destdir diff --git a/net/p5-Geo-IP/distinfo b/net/p5-Geo-IP/distinfo index 6cb0afcd8cb..aa908cc8a0a 100644 --- a/net/p5-Geo-IP/distinfo +++ b/net/p5-Geo-IP/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2008/07/17 15:17:19 heinz Exp $ +$NetBSD: distinfo,v 1.8 2008/08/07 09:14:03 he Exp $ -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 +SHA1 (Geo-IP-1.34.tar.gz) = a23c2a5ad15184f7c8acf8693fb01d317c64fc5f +RMD160 (Geo-IP-1.34.tar.gz) = acf6f1c8bf921d860438d26ff95efe1c14e35c5c +Size (Geo-IP-1.34.tar.gz) = 59616 bytes |