Mon Sep 7 17:51:23 2020 UTC ()
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.


(wiz)
diff -r1.58 -r1.59 pkgsrc/time/p5-DateTime-Locale/Makefile
diff -r1.37 -r1.38 pkgsrc/time/p5-DateTime-Locale/distinfo

cvs diff -r1.58 -r1.59 pkgsrc/time/p5-DateTime-Locale/Makefile (expand / switch to unified diff)

--- pkgsrc/time/p5-DateTime-Locale/Makefile 2020/08/31 18:12:24 1.58
+++ pkgsrc/time/p5-DateTime-Locale/Makefile 2020/09/07 17:51:23 1.59
@@ -1,34 +1,35 @@ @@ -1,34 +1,35 @@
1# $NetBSD: Makefile,v 1.58 2020/08/31 18:12:24 wiz Exp $ 1# $NetBSD: Makefile,v 1.59 2020/09/07 17:51:23 wiz Exp $
2 2
3DISTNAME= DateTime-Locale-1.25 3DISTNAME= DateTime-Locale-1.28
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= time perl5 5CATEGORIES= time perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/DateTime-Locale 9HOMEPAGE= https://metacpan.org/release/DateTime-Locale
11COMMENT= Localization data for p5-DateTime 10COMMENT= Localization data for p5-DateTime
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-Dist-CheckConflicts>=0.02:../../devel/p5-Dist-CheckConflicts 13DEPENDS+= p5-Dist-CheckConflicts>=0.02:../../devel/p5-Dist-CheckConflicts
15DEPENDS+= p5-File-ShareDir-[0-9]*:../../devel/p5-File-ShareDir 14DEPENDS+= p5-File-ShareDir-[0-9]*:../../devel/p5-File-ShareDir
16DEPENDS+= p5-Params-ValidationCompiler>=0.13:../../devel/p5-Params-ValidationCompiler 15DEPENDS+= p5-Params-ValidationCompiler>=0.13:../../devel/p5-Params-ValidationCompiler
17DEPENDS+= p5-Scalar-List-Utils>=1.45:../../devel/p5-Scalar-List-Utils 16DEPENDS+= p5-Scalar-List-Utils>=1.45:../../devel/p5-Scalar-List-Utils
18DEPENDS+= p5-Specio-[0-9]*:../../devel/p5-Specio 17DEPENDS+= p5-Specio-[0-9]*:../../devel/p5-Specio
19DEPENDS+= p5-namespace-autoclean>=0.19:../../devel/p5-namespace-autoclean 18DEPENDS+= p5-namespace-autoclean>=0.19:../../devel/p5-namespace-autoclean
20 19
21BUILD_DEPENDS+= p5-File-ShareDir-Install>=0.03:../../devel/p5-File-ShareDir-Install 20BUILD_DEPENDS+= p5-File-ShareDir-Install>=0.03:../../devel/p5-File-ShareDir-Install
22 21
23TEST_DEPENDS+= p5-CPAN-Meta-Check>=0.011:../../devel/p5-CPAN-Meta-Check 22TEST_DEPENDS+= p5-CPAN-Meta-Check>=0.011:../../devel/p5-CPAN-Meta-Check
24TEST_DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class 
25TEST_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires 
26TEST_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings 
27TEST_DEPENDS+= p5-Test-File-ShareDir-[0-9]*:../../devel/p5-Test-File-ShareDir 
28TEST_DEPENDS+= p5-IPC-System-Simple>=0:../../devel/p5-IPC-System-Simple 23TEST_DEPENDS+= p5-IPC-System-Simple>=0:../../devel/p5-IPC-System-Simple
 24TEST_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
 25TEST_DEPENDS+= p5-Test2-Plugin-NoWarnings-[0-9]*:../../devel/p5-Test2-Plugin-NoWarnings
 26TEST_DEPENDS+= p5-Test-File-ShareDir-[0-9]*:../../devel/p5-Test-File-ShareDir
 27#TEST_DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
 28#TEST_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
 29#TEST_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
29 30
30USE_LANGUAGES= # empty 31USE_LANGUAGES= # empty
31PERL5_PACKLIST= auto/DateTime/Locale/.packlist 32PERL5_PACKLIST= auto/DateTime/Locale/.packlist
32 33
33.include "../../lang/perl5/module.mk" 34.include "../../lang/perl5/module.mk"
34.include "../../mk/bsd.pkg.mk" 35.include "../../mk/bsd.pkg.mk"

cvs diff -r1.37 -r1.38 pkgsrc/time/p5-DateTime-Locale/distinfo (expand / switch to unified diff)

--- pkgsrc/time/p5-DateTime-Locale/distinfo 2019/11/02 14:06:49 1.37
+++ pkgsrc/time/p5-DateTime-Locale/distinfo 2020/09/07 17:51:23 1.38
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.37 2019/11/02 14:06:49 mef Exp $ 1$NetBSD: distinfo,v 1.38 2020/09/07 17:51:23 wiz Exp $
2 2
3SHA1 (DateTime-Locale-1.25.tar.gz) = 715b3f1ae735064a1861b72dfd9193ea7ca0aeed 3SHA1 (DateTime-Locale-1.28.tar.gz) = 7252091c16f5271018518a34945f4b79eb325454
4RMD160 (DateTime-Locale-1.25.tar.gz) = 7f2a3e53c11463f70938b5d6fa70cd6ea439d1a8 4RMD160 (DateTime-Locale-1.28.tar.gz) = db3e4ecff75da0073b4797f3ed0c974cd7f46880
5SHA512 (DateTime-Locale-1.25.tar.gz) = 31fb6c2a4d38350dea0160dc816c21ed2b97f11510fe9f545fe52530d00260b7bb64b1cab3a7e30531a1337aac2dd2983d0b3af09d24da0c4451498729d8777a 5SHA512 (DateTime-Locale-1.28.tar.gz) = 5c6349e9115bd8d6dba0b33809f9d8544f0d40802bbf0111005fda4990d3d815b236c44f60a1b5fe8d28d3f2f19343627df2d7ac87158be07e7de4f05c19a763
6Size (DateTime-Locale-1.25.tar.gz) = 1355862 bytes 6Size (DateTime-Locale-1.28.tar.gz) = 1391000 bytes