diff options
author | wen <wen@pkgsrc.org> | 2017-01-07 06:20:58 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2017-01-07 06:20:58 +0000 |
commit | e0dc42506affda817e9cbd3b928a9d418913c7de (patch) | |
tree | fec48a72343173c3794bc477eb73fc9804444e33 /time | |
parent | ae4e712bc506c544c4f03567d09cbf869a631842 (diff) | |
download | pkgsrc-e0dc42506affda817e9cbd3b928a9d418913c7de.tar.gz |
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.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Format-Strptime/Makefile | 4 | ||||
-rw-r--r-- | time/p5-DateTime-Format-Strptime/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/time/p5-DateTime-Format-Strptime/Makefile b/time/p5-DateTime-Format-Strptime/Makefile index 1287a8a0a87..338b42ddc4c 100644 --- a/time/p5-DateTime-Format-Strptime/Makefile +++ b/time/p5-DateTime-Format-Strptime/Makefile @@ -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/} diff --git a/time/p5-DateTime-Format-Strptime/distinfo b/time/p5-DateTime-Format-Strptime/distinfo index 446126cdbce..cd82f84d1ca 100644 --- a/time/p5-DateTime-Format-Strptime/distinfo +++ b/time/p5-DateTime-Format-Strptime/distinfo @@ -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 |