diff options
author | wiz <wiz@pkgsrc.org> | 2016-06-11 14:31:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-06-11 14:31:41 +0000 |
commit | 9095bd23356af31eb50eb3702a81f3d6935e3ce9 (patch) | |
tree | c826ded8734189090145010a3a8cb01e83ee01ef /time | |
parent | b3ca91627c15f3d280097cde8b048912884c0713 (diff) | |
download | pkgsrc-9095bd23356af31eb50eb3702a81f3d6935e3ce9.tar.gz |
Updated p5-DateTime-TimeZone to 2.00.
2.00 2016-06-07
- The fix in 1.99 broke the parsing of the etcetera zones, which are specified
as 1 or 2 digit offsets in hours, unlike all other zones which are written
as "1:00" or "-2:00".
1.99 2016-06-07
- When parsing the POSIX zones in the etcetera file, don't special case the
ETC[+-]NN zones. These are weirdly named, as ETC+8 is 8 hours _behind_ UTC,
and -6 is 6 hours _ahead_. Previously, we were swapping these so the name
matched the sane usage, but this is confusing for anyone who is explicitly
trying to use the POSIX names, expecting the bizarre (but POSIXly correct)
interpretation. Patch by Bron Gondwana. GitHub PR #7.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-TimeZone/Makefile | 5 | ||||
-rw-r--r-- | time/p5-DateTime-TimeZone/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/time/p5-DateTime-TimeZone/Makefile b/time/p5-DateTime-TimeZone/Makefile index 6aba3eeb5f7..ab9ba2a1289 100644 --- a/time/p5-DateTime-TimeZone/Makefile +++ b/time/p5-DateTime-TimeZone/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.77 2016/06/08 19:24:50 wiz Exp $ +# $NetBSD: Makefile,v 1.78 2016/06/11 14:31:41 wiz Exp $ -DISTNAME= DateTime-TimeZone-1.98 +DISTNAME= DateTime-TimeZone-2.00 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} diff --git a/time/p5-DateTime-TimeZone/distinfo b/time/p5-DateTime-TimeZone/distinfo index fb36910d318..2e80e180300 100644 --- a/time/p5-DateTime-TimeZone/distinfo +++ b/time/p5-DateTime-TimeZone/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.65 2016/04/22 09:12:14 wiz Exp $ +$NetBSD: distinfo,v 1.66 2016/06/11 14:31:41 wiz Exp $ -SHA1 (DateTime-TimeZone-1.98.tar.gz) = 6e0adb220cec9161eb9f9c6b8f40f8eb7eb59841 -RMD160 (DateTime-TimeZone-1.98.tar.gz) = 09ece0121a74b103afd0f843dd730a418f2b3bba -SHA512 (DateTime-TimeZone-1.98.tar.gz) = 1f8dc2e2755462123915bd37bb88f7c221029aae27c53cd9fc0fd8a276b4765c32b6fa865fe9e664c9b3638878b56b076341419d7c916ad923c69ae58a73842b -Size (DateTime-TimeZone-1.98.tar.gz) = 927078 bytes +SHA1 (DateTime-TimeZone-2.00.tar.gz) = 05281a52fc3c8bdf98d12e4aedfcb54235d39938 +RMD160 (DateTime-TimeZone-2.00.tar.gz) = e7eb32d1df49393ac72510334cfd3876b6c12da8 +SHA512 (DateTime-TimeZone-2.00.tar.gz) = f65c957b373fdf2ac950e2f03280544df8f641869ecddf2c7b2911e0448bdaabc445e5b2bc755c107a77599c2b8807d29590144a6a7d303b3dc67d1e5e833a56 +Size (DateTime-TimeZone-2.00.tar.gz) = 928855 bytes |