Tue Jul 15 20:44:54 2014 UTC ()
Update to 3.31. From the changelog:

Fixed a bug in the scripts used to extract data from spreadsheets
that prevented the SHP currency code from being found.  RT 94229

Fixed a problem that was preventing rename_* functions to not work.
RT 92680.

Fixed the pod test files so that pod tests won't get run at install
time.  In response to RT 91167.

The alias_code function exists for backward compatibility.  It has been
deprecated since version 3.20 when it was replaced by rename_country_code.
The alias_code function will be removed in the December 2014 release.

ISO 3166 is now browsable online (previously, only the alpha-2 codes were)
and it contains more accurate information than the previous sources, so
I've switched to using the full standard.  In response to RT 92303 which
reported some codes being 'retired' that should not have been.


(schmonz)
diff -r1.35 -r1.36 pkgsrc/misc/p5-Locale-Codes/Makefile
diff -r1.9 -r1.10 pkgsrc/misc/p5-Locale-Codes/distinfo

cvs diff -r1.35 -r1.36 pkgsrc/misc/p5-Locale-Codes/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/p5-Locale-Codes/Makefile 2014/05/29 23:36:59 1.35
+++ pkgsrc/misc/p5-Locale-Codes/Makefile 2014/07/15 20:44:53 1.36
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.35 2014/05/29 23:36:59 wiz Exp $ 1# $NetBSD: Makefile,v 1.36 2014/07/15 20:44:53 schmonz Exp $
2 2
3DISTNAME= Locale-Codes-3.27 3DISTNAME= Locale-Codes-3.31
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6SVR4_PKGNAME= p5lco 5SVR4_PKGNAME= p5lco
7CATEGORIES= misc perl5 6CATEGORIES= misc perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Locale-Codes/ 10HOMEPAGE= http://search.cpan.org/dist/Locale-Codes/
12COMMENT= Perl5 module for ISO 3166, 639, 4217 and 15924 codes 11COMMENT= Perl5 module for ISO 3166, 639, 4217 and 15924 codes
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15USE_LANGUAGES= # empty 14USE_LANGUAGES= # empty
16PERL5_PACKLIST= auto/Locale/Codes/.packlist 15PERL5_PACKLIST= auto/Locale/Codes/.packlist
17 16
18.include "../../lang/perl5/module.mk" 17.include "../../lang/perl5/module.mk"

cvs diff -r1.9 -r1.10 pkgsrc/misc/p5-Locale-Codes/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/p5-Locale-Codes/distinfo 2013/12/02 12:17:17 1.9
+++ pkgsrc/misc/p5-Locale-Codes/distinfo 2014/07/15 20:44:53 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2013/12/02 12:17:17 wiz Exp $ 1$NetBSD: distinfo,v 1.10 2014/07/15 20:44:53 schmonz Exp $
2 2
3SHA1 (Locale-Codes-3.27.tar.gz) = b3efd1baa7b7b6db8604404a2ee1da04a3ea5508 3SHA1 (Locale-Codes-3.31.tar.gz) = 6223fa34f25424c7776e5efd38b7a60f40ed7fca
4RMD160 (Locale-Codes-3.27.tar.gz) = 799dfebd9548eb101b1df206f506d457ebf851de 4RMD160 (Locale-Codes-3.31.tar.gz) = ade8280b7c16f6eb5e15d178175f84e3512db213
5Size (Locale-Codes-3.27.tar.gz) = 750721 bytes 5Size (Locale-Codes-3.31.tar.gz) = 762703 bytes