diff options
author | he <he@pkgsrc.org> | 2009-01-11 18:08:56 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2009-01-11 18:08:56 +0000 |
commit | 24dc70be4ff6e5c16500e5a5991594976201356f (patch) | |
tree | 9cc9be4ea1cb0f14a4a712eb4e97896b8e202bd8 /time/p5-DateTime-TimeZone | |
parent | bdb84734aed9260c76183422733941f4670e45e9 (diff) | |
download | pkgsrc-24dc70be4ff6e5c16500e5a5991594976201356f.tar.gz |
Update from version 0.79 to 0.81.1 (upstream 0.8301).
Upstream changes:
0.8301 2008-11-07
- Test fixes only. The 19local-win32 tried to skip tests when they're
run without write access to the registry, but this was done in a
very broken way.
0.83 2008-10-27
- This release is based on version 2008h of the Olson database. The
major changes in this release are for Argentina.
- Updated the docs on how the local time zone is determined for
various platforms.
0.82 2008-10-13
- This release is based on version 2008h of the Olson database. The
major changes in this release are for Mauritius and Syria.
0.81 2008-10-06
- This release is based on version 2008g of the Olson database. The
major changes in this release are for Brazil.
0.80 2008-09-15
- This release is based on version 2008f of the Olson database. The
major changes in this release are for Mauritius, Morocco, Pakistan,
Argentina, and Brazil.
0.7904 2008-08-30
- Added three more Windows time zone names to the Windows -> Olson
mapping. This should fix test failures on up-to-date Windows
boxes. Patch by David Pinkowitz. RT #38735.
0.7903 2008-08-22
- The DateTime::TimeZone->names_in_country() method was broken when
called as a method. Reported by Lars Eggert. RT #38665.
0.7902 2008-08-18
- Fixed a lingering reference to DT::TimeZoneCatalog, which broke
t/15catalog.t on fresh installs.
0.7901 2008-08-18
- This distro now provides the CET, EET, MET, and WET zones. These are
provided by the Olson database for backwards compatibility. It's
probably a bad idea to use them, but it's best if this package
matches what a Unix system provides.
- Moved the catalog to DateTime::TimeZone::Catalog, which now has some
POD that lists all the available zones.
Diffstat (limited to 'time/p5-DateTime-TimeZone')
-rw-r--r-- | time/p5-DateTime-TimeZone/Makefile | 7 | ||||
-rw-r--r-- | time/p5-DateTime-TimeZone/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/time/p5-DateTime-TimeZone/Makefile b/time/p5-DateTime-TimeZone/Makefile index 91b1d435977..86306c925a1 100644 --- a/time/p5-DateTime-TimeZone/Makefile +++ b/time/p5-DateTime-TimeZone/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2008/10/19 19:19:01 he Exp $ +# $NetBSD: Makefile,v 1.14 2009/01/11 18:08:56 he Exp $ -DISTNAME= DateTime-TimeZone-0.79 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +DISTNAME= DateTime-TimeZone-0.8301 +PKGNAME= p5-${DISTNAME:C/8301/83.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 e4fad397e86..6786a44284d 100644 --- a/time/p5-DateTime-TimeZone/distinfo +++ b/time/p5-DateTime-TimeZone/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2008/08/17 16:18:19 he Exp $ +$NetBSD: distinfo,v 1.10 2009/01/11 18:08:56 he Exp $ -SHA1 (DateTime-TimeZone-0.79.tar.gz) = a9e619c8e6114170fec1e36b4b75ee7eaa30ec93 -RMD160 (DateTime-TimeZone-0.79.tar.gz) = c3ab618be138e6b0fa6be2df98c59c96fb39b0e3 -Size (DateTime-TimeZone-0.79.tar.gz) = 359587 bytes +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 |