diff options
author | minskim <minskim@pkgsrc.org> | 2005-04-17 22:57:00 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-04-17 22:57:00 +0000 |
commit | 89e76eb910926200dc47fca8caf692266b4e0105 (patch) | |
tree | 337e915a8678d9b434357af24b481a88293a9535 /net/p5-Geo-IP | |
parent | f0e2ed6a5c45caeb106b2c15547f9a5c3b41fb90 (diff) | |
download | pkgsrc-89e76eb910926200dc47fca8caf692266b4e0105.tar.gz |
Update p5-Geo-IP to 1.25. Patch provided by Paul Shupak in PR pkg/29990.
Changes since 1.23:
- Fixed memory leak in ISP/Organization database lookups
- Added database_info method (Frank Mather)
- Added example/netspeed.pl to MANIFEST
Diffstat (limited to 'net/p5-Geo-IP')
-rw-r--r-- | net/p5-Geo-IP/Makefile | 8 | ||||
-rw-r--r-- | net/p5-Geo-IP/distinfo | 8 |
2 files changed, 7 insertions, 9 deletions
diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile index ab8d52fe9cf..663db7b3c85 100644 --- a/net/p5-Geo-IP/Makefile +++ b/net/p5-Geo-IP/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:46:53 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/04/17 22:57:00 minskim Exp $ # -DISTNAME= Geo-IP-1.23 +DISTNAME= Geo-IP-1.25 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/} @@ -13,8 +12,7 @@ COMMENT= Gets country name by IP or hostname PKG_INSTALLATION_TYPES= overwrite pkgviews - -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Geo/IP/.packlist +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Geo/IP/.packlist .include "../../lang/perl5/module.mk" .include "../../net/GeoIP/buildlink3.mk" diff --git a/net/p5-Geo-IP/distinfo b/net/p5-Geo-IP/distinfo index 9e67376792c..ab679371865 100644 --- a/net/p5-Geo-IP/distinfo +++ b/net/p5-Geo-IP/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 12:13:58 agc Exp $ +$NetBSD: distinfo,v 1.4 2005/04/17 22:57:00 minskim Exp $ -SHA1 (Geo-IP-1.23.tar.gz) = 6cff28a62cb17e2c62a2d9d7cbf897cdfbd4eabb -RMD160 (Geo-IP-1.23.tar.gz) = 4b83a55b6632b7722dcdadd27f72162266f1db13 -Size (Geo-IP-1.23.tar.gz) = 12168 bytes +SHA1 (Geo-IP-1.25.tar.gz) = 877c76b75d0707490d879c8d54bb18128b80aaf2 +RMD160 (Geo-IP-1.25.tar.gz) = 00e8396d42fefb56100d727baaed948a1ad826ce +Size (Geo-IP-1.25.tar.gz) = 12725 bytes |