pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/p5-DateTime-TimeZone Updated p5-DateTime-TimeZone...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b4eccb3ca56c
branches: trunk
changeset: 348276:b4eccb3ca56c
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jun 11 14:31:41 2016 +0000
description:
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:
time/p5-DateTime-TimeZone/Makefile | 5 ++---
time/p5-DateTime-TimeZone/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (29 lines):
diff -r 08c1aa2bf9b7 -r b4eccb3ca56c time/p5-DateTime-TimeZone/Makefile
--- a/time/p5-DateTime-TimeZone/Makefile Sat Jun 11 14:30:28 2016 +0000
+++ b/time/p5-DateTime-TimeZone/Makefile Sat Jun 11 14:31:41 2016 +0000
@@ -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 -r 08c1aa2bf9b7 -r b4eccb3ca56c time/p5-DateTime-TimeZone/distinfo
--- a/time/p5-DateTime-TimeZone/distinfo Sat Jun 11 14:30:28 2016 +0000
+++ b/time/p5-DateTime-TimeZone/distinfo Sat Jun 11 14:31:41 2016 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index