pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/p5-Locale-Codes p5-Locale-Codes: update to 3.55.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d34d46dfaad
branches:  trunk
changeset: 371938:8d34d46dfaad
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 24 14:31:18 2017 +0000

description:
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

diffstat:

 misc/p5-Locale-Codes/Makefile |   4 ++--
 misc/p5-Locale-Codes/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 3e68884cae2d -r 8d34d46dfaad misc/p5-Locale-Codes/Makefile
--- a/misc/p5-Locale-Codes/Makefile     Fri Nov 24 14:29:42 2017 +0000
+++ b/misc/p5-Locale-Codes/Makefile     Fri Nov 24 14:31:18 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2017/09/17 20:16:12 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2017/11/24 14:31:18 wiz Exp $
 
-DISTNAME=      Locale-Codes-3.54
+DISTNAME=      Locale-Codes-3.55
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    misc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Locale/}
diff -r 3e68884cae2d -r 8d34d46dfaad misc/p5-Locale-Codes/distinfo
--- a/misc/p5-Locale-Codes/distinfo     Fri Nov 24 14:29:42 2017 +0000
+++ b/misc/p5-Locale-Codes/distinfo     Fri Nov 24 14:31:18 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2017/09/17 20:16:12 wiz Exp $
+$NetBSD: distinfo,v 1.17 2017/11/24 14:31:18 wiz Exp $
 
-SHA1 (Locale-Codes-3.54.tar.gz) = 468b29da2423985ac17b469c1efca23a3f414f12
-RMD160 (Locale-Codes-3.54.tar.gz) = b5ba800ed6cefc04cfa4b29cde423c9e74c69f43
-SHA512 (Locale-Codes-3.54.tar.gz) = 6f0420601f77d3d8cd4df55e24e3786ba99049dc06b0c54bdcda18626d6fdee5198561438011d37108ea68cafecb7848dbe2c1d8779e8066619d421ffcad6009
-Size (Locale-Codes-3.54.tar.gz) = 842633 bytes
+SHA1 (Locale-Codes-3.55.tar.gz) = 130c11f569d15fb3c397a0dfc3fc5cc1945e59b7
+RMD160 (Locale-Codes-3.55.tar.gz) = 453ecd631edc2b76f6e06e618c1396d8afc0b22d
+SHA512 (Locale-Codes-3.55.tar.gz) = a9e0530c0a44b72d574210e952b35dea5b77c5d914c8748615f619037cd795c7c432e41a67ea0bdb45aa2bd568cfb5390dbc2bea88c082640a7783af93ebed72
+Size (Locale-Codes-3.55.tar.gz) = 843289 bytes



Home | Main Index | Thread Index | Old Index