diff options
author | mef <mef@pkgsrc.org> | 2015-01-29 04:48:03 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-01-29 04:48:03 +0000 |
commit | d999e93f184455e19fd80b644aa36deb3c5c57d4 (patch) | |
tree | ba8c60b123f8435055da082bcf55b86c4eed61f1 /net/p5-Geo-IP | |
parent | 9ecc2106e5b8d345263528c780adaa19dc32f78c (diff) | |
download | pkgsrc-d999e93f184455e19fd80b644aa36deb3c5c57d4.tar.gz |
Update 1.40 to 1.45
-------------------
1.45 2014-09-29
* Fixed typo in 1.44 release notes.
* Replaced `use vars` with `our`.
1.44 2014-09-29
- On installation, this API will now default to the pure Perl version rather
than failing if libGeoIP is not found. (GitHub #6, #11)
- Add support for GEOIP_SILENCE ( Philip Prindeville )
- Unit tests for different databases were added.
1.43 2013-12-02
- Update FIPS codes ( Boris Zentner )
- Fix test case ( Boris Zentner )
- Update time zones ( Boris Zentner )
1.42 2013-06-06
- Fix testcase any CAPI >= 1.5.0 should work ( Boris Zentner )
- Add new pure perl region code TH 81 Bueng Kan ( Boris Zentner )
1.41 2013-02-20
- Add South Sudan ( Boris Zentner )
- Doc fixes ( Tina Mueller )
- Update FIPS Codes ( Boris Zentner )
- Update PurePerl country list. ( Boris Zentner )
Diffstat (limited to 'net/p5-Geo-IP')
-rw-r--r-- | net/p5-Geo-IP/Makefile | 5 | ||||
-rw-r--r-- | net/p5-Geo-IP/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile index dddccf1149c..a52569f626f 100644 --- a/net/p5-Geo-IP/Makefile +++ b/net/p5-Geo-IP/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2014/10/09 14:06:46 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2015/01/29 04:48:03 mef Exp $ # -DISTNAME= Geo-IP-1.40 +DISTNAME= Geo-IP-1.45 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 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 67f9ea6ff64..eeebe6d7f2d 100644 --- a/net/p5-Geo-IP/distinfo +++ b/net/p5-Geo-IP/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2012/02/17 06:58:54 hiramatsu Exp $ +$NetBSD: distinfo,v 1.13 2015/01/29 04:48:03 mef Exp $ -SHA1 (Geo-IP-1.40.tar.gz) = b13a3d74edf6aad22403b065b07cdaab7fdd207f -RMD160 (Geo-IP-1.40.tar.gz) = d2048c70626920d38ab06606ee15cead460ca764 -Size (Geo-IP-1.40.tar.gz) = 111898 bytes +SHA1 (Geo-IP-1.45.tar.gz) = f53093c7945081fe584114de1df4642b41099dc4 +RMD160 (Geo-IP-1.45.tar.gz) = d2ca31fbca104d94ae02764a8b2738cdf8555c7d +Size (Geo-IP-1.45.tar.gz) = 134181 bytes |