Sat May 7 05:21:05 2016 UTC ()
Update to 1.6700

Upstream changes:
1.67     2016-03-31

- Fixed a regression introduced in 1.60. Older versions of this library would
  match dates pretty match anywhere in a string, so "%Y-%m-%d" would match a
  string like "abcd1234-12-30efgh". This is probably _too_ permissive, but we
  definitely want to match on word boundaries so that we match
  "log.2016-03-31". Based on a PR from YASUTAKE Kiyoshi. GitHub #3.

1.66     2016-03-27

- Added a zone_map constructor argument. This lets you supply a mapping for
  ambiguous time zone abbreviations. Based on a patch from Douglas Wilson. RT
  #74762.

1.65     2016-03-15

- Updated zone short name parsing to handle names like "+07", which were
  introduced in the latest IANA time zone database release.


(wen)
diff -r1.23 -r1.24 pkgsrc/time/p5-DateTime-Format-Strptime/Makefile
diff -r1.13 -r1.14 pkgsrc/time/p5-DateTime-Format-Strptime/distinfo

cvs diff -r1.23 -r1.24 pkgsrc/time/p5-DateTime-Format-Strptime/Makefile (expand / switch to unified diff)

--- pkgsrc/time/p5-DateTime-Format-Strptime/Makefile 2016/02/27 07:54:34 1.23
+++ pkgsrc/time/p5-DateTime-Format-Strptime/Makefile 2016/05/07 05:21:05 1.24
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.23 2016/02/27 07:54:34 wen Exp $ 1# $NetBSD: Makefile,v 1.24 2016/05/07 05:21:05 wen Exp $
2 2
3DISTNAME= DateTime-Format-Strptime-1.64 3DISTNAME= DateTime-Format-Strptime-1.67
4PKGNAME= p5-${DISTNAME}00 4PKGNAME= p5-${DISTNAME}00
5CATEGORIES= time perl5 5CATEGORIES= time perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
7 7
8MAINTAINER= abs@NetBSD.org 8MAINTAINER= abs@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/DateTime-Format-Strptime/ 9HOMEPAGE= http://search.cpan.org/dist/DateTime-Format-Strptime/
10COMMENT= Perl 5 module to parse and format strp and strf time patterns 10COMMENT= Perl 5 module to parse and format strp and strf time patterns
11LICENSE= artistic-2.0 11LICENSE= artistic-2.0
12 12
13DEPENDS+= p5-DateTime>=1.00:../../time/p5-DateTime 13DEPENDS+= p5-DateTime>=1.00:../../time/p5-DateTime
14DEPENDS+= p5-DateTime-Locale>=0.45:../../time/p5-DateTime-Locale 14DEPENDS+= p5-DateTime-Locale>=0.45:../../time/p5-DateTime-Locale
15DEPENDS+= p5-DateTime-TimeZone>=0.79:../../time/p5-DateTime-TimeZone 15DEPENDS+= p5-DateTime-TimeZone>=0.79:../../time/p5-DateTime-TimeZone
16DEPENDS+= p5-Params-Validate>=1.20:../../devel/p5-Params-Validate 16DEPENDS+= p5-Params-Validate>=1.20:../../devel/p5-Params-Validate

cvs diff -r1.13 -r1.14 pkgsrc/time/p5-DateTime-Format-Strptime/distinfo (expand / switch to unified diff)

--- pkgsrc/time/p5-DateTime-Format-Strptime/distinfo 2016/02/27 07:54:34 1.13
+++ pkgsrc/time/p5-DateTime-Format-Strptime/distinfo 2016/05/07 05:21:05 1.14
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.13 2016/02/27 07:54:34 wen Exp $ 1$NetBSD: distinfo,v 1.14 2016/05/07 05:21:05 wen Exp $
2 2
3SHA1 (DateTime-Format-Strptime-1.64.tar.gz) = 538c67fac2a354ab57be3786149a286bf65f24fa 3SHA1 (DateTime-Format-Strptime-1.67.tar.gz) = 601d81ce9d1f5f4efef52d85e885463d5b12d8c0
4RMD160 (DateTime-Format-Strptime-1.64.tar.gz) = 3923cc7a2b978c3f7805fea81e1faa4d53dc6923 4RMD160 (DateTime-Format-Strptime-1.67.tar.gz) = e5752bdd67cb6ba5fa4192f33ba4d3050c2e67c4
5SHA512 (DateTime-Format-Strptime-1.64.tar.gz) = 52860c3d6846bd9bc82c807ce8a8863e33fc53c1b33e03feb771fd9366ee6c7aa26a6cb2f5d77a7508273da60e1d5b677f3fda8a2d4d9b71579745e7d7477f21 5SHA512 (DateTime-Format-Strptime-1.67.tar.gz) = 71e1215009a638ef97c68ca568fe52486766ce878ccad3f835e706061e1e3da2ffd49cec854b2380ae7225c6e8a8b97c069230db684515c5862e566f8397bb07
6Size (DateTime-Format-Strptime-1.64.tar.gz) = 43005 bytes 6Size (DateTime-Format-Strptime-1.67.tar.gz) = 110252 bytes