Fri Nov 24 14:31:18 2017 UTC ()
p5-Locale-Codes: update to 3.55.

VERSION 3.55  (2017-11-17; sbeck)

NEW CODE(s)

(*) Deprecated in core

Because correct usage of any of the Locale::Codes modules requires that
they be kept up-to-date, I have long felt that it should not be distributed
as a core module.  After discussion on the perl5-porters list, it is agreed,
and the deprecation process has been started.

Changes from a github pull request applied

A couple minor changes (updated .travis.yml to include newest versions of
perl; and a couple changes to pod_coverage.t) reported by lancew on GitHub.

Got rid of Build.PL

Simplified things by only supporting one of Makefile.PL/Build.PL (and the latter
has been removed from perl core some time ago).  RT 123572

Fixed INSTALLDIRS

The behavior of installing core modules changed in 5.12 a bit, and Makefile.PL
now reflects that.  RT 123571


(wiz)
diff -r1.45 -r1.46 pkgsrc/misc/p5-Locale-Codes/Makefile
diff -r1.16 -r1.17 pkgsrc/misc/p5-Locale-Codes/distinfo

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

--- pkgsrc/misc/p5-Locale-Codes/Makefile 2017/09/17 20:16:12 1.45
+++ pkgsrc/misc/p5-Locale-Codes/Makefile 2017/11/24 14:31:18 1.46
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.45 2017/09/17 20:16:12 wiz Exp $ 1# $NetBSD: Makefile,v 1.46 2017/11/24 14:31:18 wiz Exp $
2 2
3DISTNAME= Locale-Codes-3.54 3DISTNAME= Locale-Codes-3.55
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= misc perl5 5CATEGORIES= misc perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Locale-Codes/ 9HOMEPAGE= http://search.cpan.org/dist/Locale-Codes/
10COMMENT= Perl5 module for ISO 3166, 639, 4217 and 15924 codes 10COMMENT= Perl5 module for ISO 3166, 639, 4217 and 15924 codes
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13USE_LANGUAGES= # empty 13USE_LANGUAGES= # empty
14PERL5_PACKLIST= auto/Locale/Codes/.packlist 14PERL5_PACKLIST= auto/Locale/Codes/.packlist
15 15
16.include "../../lang/perl5/module.mk" 16.include "../../lang/perl5/module.mk"

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

--- pkgsrc/misc/p5-Locale-Codes/distinfo 2017/09/17 20:16:12 1.16
+++ pkgsrc/misc/p5-Locale-Codes/distinfo 2017/11/24 14:31:18 1.17
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.16 2017/09/17 20:16:12 wiz Exp $ 1$NetBSD: distinfo,v 1.17 2017/11/24 14:31:18 wiz Exp $
2 2
3SHA1 (Locale-Codes-3.54.tar.gz) = 468b29da2423985ac17b469c1efca23a3f414f12 3SHA1 (Locale-Codes-3.55.tar.gz) = 130c11f569d15fb3c397a0dfc3fc5cc1945e59b7
4RMD160 (Locale-Codes-3.54.tar.gz) = b5ba800ed6cefc04cfa4b29cde423c9e74c69f43 4RMD160 (Locale-Codes-3.55.tar.gz) = 453ecd631edc2b76f6e06e618c1396d8afc0b22d
5SHA512 (Locale-Codes-3.54.tar.gz) = 6f0420601f77d3d8cd4df55e24e3786ba99049dc06b0c54bdcda18626d6fdee5198561438011d37108ea68cafecb7848dbe2c1d8779e8066619d421ffcad6009 5SHA512 (Locale-Codes-3.55.tar.gz) = a9e0530c0a44b72d574210e952b35dea5b77c5d914c8748615f619037cd795c7c432e41a67ea0bdb45aa2bd568cfb5390dbc2bea88c082640a7783af93ebed72
6Size (Locale-Codes-3.54.tar.gz) = 842633 bytes 6Size (Locale-Codes-3.55.tar.gz) = 843289 bytes