Received: by mail.netbsd.org (Postfix, from userid 605) id E606F84D5D; Mon, 7 Sep 2020 17:51:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6D23984D54 for ; Mon, 7 Sep 2020 17:51:24 +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 Ykkp0RBJtyuD for ; Mon, 7 Sep 2020 17:51:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D12E284CF7 for ; Mon, 7 Sep 2020 17:51:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CA2FAFB28; Mon, 7 Sep 2020 17:51:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159950108399360" MIME-Version: 1.0 Date: Mon, 7 Sep 2020 17:51:23 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/time/p5-DateTime-Locale To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200907175123.CA2FAFB28@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. --_----------=_159950108399360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Sep 7 17:51:23 UTC 2020 Modified Files: pkgsrc/time/p5-DateTime-Locale: Makefile distinfo Log Message: p5-DateTime-Locale: update to 1.28. 1.28 2020-08-28 - Move a test that was added in 1.27 to xt. This test is a sensitive to small variations in error message text, and testing it locally and in CI is sufficient. Reported by Kent Fredric. GH #27. 1.27 2020-08-28 - The $locale->locale_data method now returns a deep clone of the locale's data. This allows you to safely modify any elements of the returned hash without breaking the original locale. Implemented by Alexander Pankoff. GH #26. - We now support loading locale data from relative directories in @INC. Implemented by Alexander Pankoff. GH #25. - When loading locale data, we now check $! for read errors, as well as checking for an error eval'ing the file's contents in $@. Fixed by Alexander Pankoff. GH #24. 1.26 2020-07-03 - Rebuilt all locale data with CLDR 37, released on 2020-04-23. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 pkgsrc/time/p5-DateTime-Locale/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/time/p5-DateTime-Locale/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159950108399360 Content-Disposition: inline Content-Length: 2910 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/p5-DateTime-Locale/Makefile diff -u pkgsrc/time/p5-DateTime-Locale/Makefile:1.58 pkgsrc/time/p5-DateTime-Locale/Makefile:1.59 --- pkgsrc/time/p5-DateTime-Locale/Makefile:1.58 Mon Aug 31 18:12:24 2020 +++ pkgsrc/time/p5-DateTime-Locale/Makefile Mon Sep 7 17:51:23 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.58 2020/08/31 18:12:24 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2020/09/07 17:51:23 wiz Exp $ -DISTNAME= DateTime-Locale-1.25 +DISTNAME= DateTime-Locale-1.28 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -21,11 +20,13 @@ DEPENDS+= p5-namespace-autoclean>=0.19:. BUILD_DEPENDS+= p5-File-ShareDir-Install>=0.03:../../devel/p5-File-ShareDir-Install TEST_DEPENDS+= p5-CPAN-Meta-Check>=0.011:../../devel/p5-CPAN-Meta-Check -TEST_DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class -TEST_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires -TEST_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings -TEST_DEPENDS+= p5-Test-File-ShareDir-[0-9]*:../../devel/p5-Test-File-ShareDir TEST_DEPENDS+= p5-IPC-System-Simple>=0:../../devel/p5-IPC-System-Simple +TEST_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite +TEST_DEPENDS+= p5-Test2-Plugin-NoWarnings-[0-9]*:../../devel/p5-Test2-Plugin-NoWarnings +TEST_DEPENDS+= p5-Test-File-ShareDir-[0-9]*:../../devel/p5-Test-File-ShareDir +#TEST_DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class +#TEST_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires +#TEST_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings USE_LANGUAGES= # empty PERL5_PACKLIST= auto/DateTime/Locale/.packlist Index: pkgsrc/time/p5-DateTime-Locale/distinfo diff -u pkgsrc/time/p5-DateTime-Locale/distinfo:1.37 pkgsrc/time/p5-DateTime-Locale/distinfo:1.38 --- pkgsrc/time/p5-DateTime-Locale/distinfo:1.37 Sat Nov 2 14:06:49 2019 +++ pkgsrc/time/p5-DateTime-Locale/distinfo Mon Sep 7 17:51:23 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.37 2019/11/02 14:06:49 mef Exp $ +$NetBSD: distinfo,v 1.38 2020/09/07 17:51:23 wiz Exp $ -SHA1 (DateTime-Locale-1.25.tar.gz) = 715b3f1ae735064a1861b72dfd9193ea7ca0aeed -RMD160 (DateTime-Locale-1.25.tar.gz) = 7f2a3e53c11463f70938b5d6fa70cd6ea439d1a8 -SHA512 (DateTime-Locale-1.25.tar.gz) = 31fb6c2a4d38350dea0160dc816c21ed2b97f11510fe9f545fe52530d00260b7bb64b1cab3a7e30531a1337aac2dd2983d0b3af09d24da0c4451498729d8777a -Size (DateTime-Locale-1.25.tar.gz) = 1355862 bytes +SHA1 (DateTime-Locale-1.28.tar.gz) = 7252091c16f5271018518a34945f4b79eb325454 +RMD160 (DateTime-Locale-1.28.tar.gz) = db3e4ecff75da0073b4797f3ed0c974cd7f46880 +SHA512 (DateTime-Locale-1.28.tar.gz) = 5c6349e9115bd8d6dba0b33809f9d8544f0d40802bbf0111005fda4990d3d815b236c44f60a1b5fe8d28d3f2f19343627df2d7ac87158be07e7de4f05c19a763 +Size (DateTime-Locale-1.28.tar.gz) = 1391000 bytes --_----------=_159950108399360--