pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/p5-Locale-Codes



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Nov 24 14:31:18 UTC 2017

Modified Files:
        pkgsrc/misc/p5-Locale-Codes: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/misc/p5-Locale-Codes/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/misc/p5-Locale-Codes/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/p5-Locale-Codes/Makefile
diff -u pkgsrc/misc/p5-Locale-Codes/Makefile:1.45 pkgsrc/misc/p5-Locale-Codes/Makefile:1.46
--- pkgsrc/misc/p5-Locale-Codes/Makefile:1.45   Sun Sep 17 20:16:12 2017
+++ pkgsrc/misc/p5-Locale-Codes/Makefile        Fri Nov 24 14:31:18 2017
@@ -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/}

Index: pkgsrc/misc/p5-Locale-Codes/distinfo
diff -u pkgsrc/misc/p5-Locale-Codes/distinfo:1.16 pkgsrc/misc/p5-Locale-Codes/distinfo:1.17
--- pkgsrc/misc/p5-Locale-Codes/distinfo:1.16   Sun Sep 17 20:16:12 2017
+++ pkgsrc/misc/p5-Locale-Codes/distinfo        Fri Nov 24 14:31:18 2017
@@ -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