pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/p5-DateTime-Format-Strptime
Module Name: pkgsrc
Committed By: wen
Date: Sat Jan 7 06:20:58 UTC 2017
Modified Files:
pkgsrc/time/p5-DateTime-Format-Strptime: Makefile distinfo
Log Message:
Update to 1.70
Upstream changes:
1.70 2016-12-10
- Altered the conversion specifier %z to accept 簣HH, 簣HHMM, 簣HH:MM and Z.
Previously only 簣HHMM where accepted. PR from Christian Hansen, GitHub #13.
1.69 2016-12-04 (TRIAL RELEASE)
- The word boundary check supposedly added in 1.67 didn't really work
properly, and still matched too much. For example, the pattern "%d-%m-%y"
would match "2016-11-30" and turn it into November 16, 2030. This also had
problems at the end of strings, so that the same pattern would improperly
match "30-11-2016" as November 30, 2020. Reported by Erik Huelsmann. GitHub
#11.
- Added docs for several formats which had long been supported but not
documented. These are %P, %c, %x, and %X. Reported by Alexander
Hartmaier. GH #10.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/time/p5-DateTime-Format-Strptime/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/time/p5-DateTime-Format-Strptime/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/p5-DateTime-Format-Strptime/Makefile
diff -u pkgsrc/time/p5-DateTime-Format-Strptime/Makefile:1.27 pkgsrc/time/p5-DateTime-Format-Strptime/Makefile:1.28
--- pkgsrc/time/p5-DateTime-Format-Strptime/Makefile:1.27 Tue Jul 26 00:29:57 2016
+++ pkgsrc/time/p5-DateTime-Format-Strptime/Makefile Sat Jan 7 06:20:58 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2016/07/26 00:29:57 wen Exp $
+# $NetBSD: Makefile,v 1.28 2017/01/07 06:20:58 wen Exp $
-DISTNAME= DateTime-Format-Strptime-1.68
+DISTNAME= DateTime-Format-Strptime-1.70
PKGNAME= p5-${DISTNAME}00
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
Index: pkgsrc/time/p5-DateTime-Format-Strptime/distinfo
diff -u pkgsrc/time/p5-DateTime-Format-Strptime/distinfo:1.15 pkgsrc/time/p5-DateTime-Format-Strptime/distinfo:1.16
--- pkgsrc/time/p5-DateTime-Format-Strptime/distinfo:1.15 Tue Jul 26 00:29:57 2016
+++ pkgsrc/time/p5-DateTime-Format-Strptime/distinfo Sat Jan 7 06:20:58 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2016/07/26 00:29:57 wen Exp $
+$NetBSD: distinfo,v 1.16 2017/01/07 06:20:58 wen Exp $
-SHA1 (DateTime-Format-Strptime-1.68.tar.gz) = 970226965c2d07d3eaed5f6c316ab824624a22c1
-RMD160 (DateTime-Format-Strptime-1.68.tar.gz) = 7962e4335c2f8ab0ef78d4401a9bf21650eb095a
-SHA512 (DateTime-Format-Strptime-1.68.tar.gz) = a1ed7236b7d48615bf8664286c1764b3e9a881f38e87e9dea493f957896ad786f46f99c0f4e5f54063e60f59c936fd2f61da638ac0512a09d38a87b6ffee8e9c
-Size (DateTime-Format-Strptime-1.68.tar.gz) = 103125 bytes
+SHA1 (DateTime-Format-Strptime-1.70.tar.gz) = e52ba2e1c27ec148cacd6f8a052ae11997416668
+RMD160 (DateTime-Format-Strptime-1.70.tar.gz) = 333940ec1ee24bcc877c31fc93df4c00014ce1da
+SHA512 (DateTime-Format-Strptime-1.70.tar.gz) = a4f01f0032beb94d2bf359c2aab4050c2b321a6da236deec1ce198e88b657fb70b7328304f51fb12a9edf61035cb581c8a9a85c62a0ce8ff94c1ec5d22510d09
+Size (DateTime-Format-Strptime-1.70.tar.gz) = 105460 bytes
Home |
Main Index |
Thread Index |
Old Index