diff options
author | he <he@pkgsrc.org> | 2009-02-22 16:38:03 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2009-02-22 16:38:03 +0000 |
commit | 7e3bb61495bc3178fa862af0ccc432072a842cd9 (patch) | |
tree | f930149b14d08d7d0412a87a8bf0c4db1e738b95 /time | |
parent | ffb1fda3d55ee506f402f37d52459132104cb814 (diff) | |
download | pkgsrc-7e3bb61495bc3178fa862af0ccc432072a842cd9.tar.gz |
Update from version 0.83.1 to 0.84.
Upstream changes:
0.84 2009-01-21
- This release is based on version 2009a of the Olson
database. Changes include spelling "Katmandu" as "Kathmandu" (with a
link for the old spelling), fixes for historical rules in
Switzerland, and changes to America/Resolute and Cuba for the past
few years (but not present).
- If DateTime::TimeZone::Local could not load its OS-specific subclass
because of a missing dependency, it would silently fall back on
loading the Unix subclass, rather than throwing an error. RT #41305.
- Fixed a bug where the short names for some time zones were
wrong. This mostly (exclusively?) manifested in time zone rules for
the first half of the 20th century or so.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-TimeZone/Makefile | 6 | ||||
-rw-r--r-- | time/p5-DateTime-TimeZone/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/time/p5-DateTime-TimeZone/Makefile b/time/p5-DateTime-TimeZone/Makefile index 86306c925a1..798a76b5545 100644 --- a/time/p5-DateTime-TimeZone/Makefile +++ b/time/p5-DateTime-TimeZone/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2009/01/11 18:08:56 he Exp $ +# $NetBSD: Makefile,v 1.15 2009/02/22 16:38:03 he Exp $ -DISTNAME= DateTime-TimeZone-0.8301 -PKGNAME= p5-${DISTNAME:C/8301/83.1/} +DISTNAME= DateTime-TimeZone-0.84 +PKGNAME= p5-${DISTNAME} 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 6786a44284d..367c071c41d 100644 --- a/time/p5-DateTime-TimeZone/distinfo +++ b/time/p5-DateTime-TimeZone/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2009/01/11 18:08:56 he Exp $ +$NetBSD: distinfo,v 1.11 2009/02/22 16:38:03 he Exp $ -SHA1 (DateTime-TimeZone-0.8301.tar.gz) = 91a173b5f36ae757668e80391d6704f25e4dc31b -RMD160 (DateTime-TimeZone-0.8301.tar.gz) = 6c8d5e98a488bdb10dd39ea22c35b22c87c035db -Size (DateTime-TimeZone-0.8301.tar.gz) = 371575 bytes +SHA1 (DateTime-TimeZone-0.84.tar.gz) = ee689195e64044d04b5a7d5ac9650626214f70aa +RMD160 (DateTime-TimeZone-0.84.tar.gz) = 4d2ef2c62ec81a35cab38e39fcd9ef54046154b1 +Size (DateTime-TimeZone-0.84.tar.gz) = 376220 bytes |