diff options
author | schmonz <schmonz@pkgsrc.org> | 2014-07-15 20:44:53 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2014-07-15 20:44:53 +0000 |
commit | 8819643f07a85628d611a76b3c0af80a793a9226 (patch) | |
tree | 98e4cde6f79a2c5988a575dcbf3241bac0d16b7e /misc/p5-Locale-Codes | |
parent | e0d3459e7f76a7dc6c7349995dde72ac4d0b2608 (diff) | |
download | pkgsrc-8819643f07a85628d611a76b3c0af80a793a9226.tar.gz |
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.
Diffstat (limited to 'misc/p5-Locale-Codes')
-rw-r--r-- | misc/p5-Locale-Codes/Makefile | 5 | ||||
-rw-r--r-- | misc/p5-Locale-Codes/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/misc/p5-Locale-Codes/Makefile b/misc/p5-Locale-Codes/Makefile index 7b9ceff1b97..c4360970417 100644 --- a/misc/p5-Locale-Codes/Makefile +++ b/misc/p5-Locale-Codes/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2014/05/29 23:36:59 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2014/07/15 20:44:53 schmonz Exp $ -DISTNAME= Locale-Codes-3.27 +DISTNAME= Locale-Codes-3.31 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5lco CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/} diff --git a/misc/p5-Locale-Codes/distinfo b/misc/p5-Locale-Codes/distinfo index 072786cec14..f3e0b73af94 100644 --- a/misc/p5-Locale-Codes/distinfo +++ b/misc/p5-Locale-Codes/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2013/12/02 12:17:17 wiz Exp $ +$NetBSD: distinfo,v 1.10 2014/07/15 20:44:53 schmonz Exp $ -SHA1 (Locale-Codes-3.27.tar.gz) = b3efd1baa7b7b6db8604404a2ee1da04a3ea5508 -RMD160 (Locale-Codes-3.27.tar.gz) = 799dfebd9548eb101b1df206f506d457ebf851de -Size (Locale-Codes-3.27.tar.gz) = 750721 bytes +SHA1 (Locale-Codes-3.31.tar.gz) = 6223fa34f25424c7776e5efd38b7a60f40ed7fca +RMD160 (Locale-Codes-3.31.tar.gz) = ade8280b7c16f6eb5e15d178175f84e3512db213 +Size (Locale-Codes-3.31.tar.gz) = 762703 bytes |