Received: by mail.netbsd.org (Postfix, from userid 605) id CC0B084D4A; Fri, 24 Nov 2017 14:31:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5713B84D32 for ; Fri, 24 Nov 2017 14:31:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id R1kl9qDTz0xy for ; Fri, 24 Nov 2017 14:31:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D35C684CDF for ; Fri, 24 Nov 2017 14:31:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D1A18FB40; Fri, 24 Nov 2017 14:31:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1511533878275810" MIME-Version: 1.0 Date: Fri, 24 Nov 2017 14:31:18 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/misc/p5-Locale-Codes To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171124143118.D1A18FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1511533878275810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1511533878275810 Content-Disposition: inline Content-Length: 1721 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1511533878275810--