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 context 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,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2016/02/27 07:54:34 wen Exp $
+# $NetBSD: Makefile,v 1.24 2016/05/07 05:21:05 wen Exp $
 
-DISTNAME=	DateTime-Format-Strptime-1.64
+DISTNAME=	DateTime-Format-Strptime-1.67
 PKGNAME=	p5-${DISTNAME}00
 CATEGORIES=	time perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=DateTime/}

cvs diff -r1.13 -r1.14 pkgsrc/time/p5-DateTime-Format-Strptime/distinfo (expand / switch to context 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 @@
-$NetBSD: distinfo,v 1.13 2016/02/27 07:54:34 wen Exp $
+$NetBSD: distinfo,v 1.14 2016/05/07 05:21:05 wen Exp $
 
-SHA1 (DateTime-Format-Strptime-1.64.tar.gz) = 538c67fac2a354ab57be3786149a286bf65f24fa
+SHA1 (DateTime-Format-Strptime-1.67.tar.gz) = 601d81ce9d1f5f4efef52d85e885463d5b12d8c0
-RMD160 (DateTime-Format-Strptime-1.64.tar.gz) = 3923cc7a2b978c3f7805fea81e1faa4d53dc6923
+RMD160 (DateTime-Format-Strptime-1.67.tar.gz) = e5752bdd67cb6ba5fa4192f33ba4d3050c2e67c4
-SHA512 (DateTime-Format-Strptime-1.64.tar.gz) = 52860c3d6846bd9bc82c807ce8a8863e33fc53c1b33e03feb771fd9366ee6c7aa26a6cb2f5d77a7508273da60e1d5b677f3fda8a2d4d9b71579745e7d7477f21
+SHA512 (DateTime-Format-Strptime-1.67.tar.gz) = 71e1215009a638ef97c68ca568fe52486766ce878ccad3f835e706061e1e3da2ffd49cec854b2380ae7225c6e8a8b97c069230db684515c5862e566f8397bb07
-Size (DateTime-Format-Strptime-1.64.tar.gz) = 43005 bytes
+Size (DateTime-Format-Strptime-1.67.tar.gz) = 110252 bytes