diff options
author | abs <abs> | 2008-05-28 21:05:11 +0000 |
---|---|---|
committer | abs <abs> | 2008-05-28 21:05:11 +0000 |
commit | cd6e5bf33d2f4593b7781f04896f5b85afc345c0 (patch) | |
tree | b7ec4d8c1144adf7724abcea76f70a2fd73caf4f /time | |
parent | c8f1408ea87ecc8e99d9fadb55607e022ef317a4 (diff) | |
download | pkgsrc-cd6e5bf33d2f4593b7781f04896f5b85afc345c0.tar.gz |
Updated time/p5-DateTime-TimeZone to 0.77
0.77 2008-05-27
- This release is based on version 2008b of the Olson database. The
major changes in this release are for Morocco, Mongolia, and
Pakistan.
- More Windows changes from David Pinkowitz. Determining the local
time zone on a Win32 system should now work regardless of the
system's locale. Previously it only worked for English language
systems. RT #36201.
0.76 2008-05-18
* Dropped support for Perl 5.005.
- Made the Win32 local time zone bits work on Vista and Server
2008. Patch by David Pinkowitz. RT #35733.
0.75 2008-04-25
- A stray STORABLE_attach method in DT::TZ::Floating caused freezing
and thawing a floating timezone with Storable to fail
badly. Reported by Kostas Chatzikokolakis.
- Changed the local time zone detection on Win32 to only require read
access to the registry. Patch by David Pinkowitz. RT #35273.
0.74 2008-03-24
- This release is based on version 2008b of the Olson database. The
major changes in this release are for San Luis in Argentina, Cuba,
Iraq, and Syria.
0.73 2008-03-08
- The DT::TZ::Local::VMS module declared its package as
DateTime::TimeZone::Local::Win32, which clearly is not
right. Patched by Peter Prymmer.
- This release is based on version 2008a of the Olson database. The
major changes in this release are for Argentina and Chile,
0.72 2007-12-31
- This release is based on version 2007j of the Olson database. The
major changes in this release are for Argentina.
0.71 2007-12-28
- Fixes a major bug in the generation of time zone data. This bug
affected any time zone that has more than one rule (most of them)
and currently has no DST changes (many of them). An example would be
America/Caracas. The symptom would either be mistakes about the
current time zone or bogus exceptions when trying to create a local
date. Reported by Éric Cholet.
0.70 2007-12-03
- This release is based on version 2007j of the Olson database. There
is one major change in this release, for the new Venezuelan time
zone.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-TimeZone/Makefile | 7 | ||||
-rw-r--r-- | time/p5-DateTime-TimeZone/distinfo | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/time/p5-DateTime-TimeZone/Makefile b/time/p5-DateTime-TimeZone/Makefile index a11ae059be8..4c7163ac513 100644 --- a/time/p5-DateTime-TimeZone/Makefile +++ b/time/p5-DateTime-TimeZone/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2007/11/29 17:43:22 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2008/05/28 21:05:11 abs Exp $ -DISTNAME= DateTime-TimeZone-0.6904 +DISTNAME= DateTime-TimeZone-0.77 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -12,8 +12,11 @@ COMMENT= Perl module to handle time zone manipulation DEPENDS+= p5-Class-Singleton>=1.03:../../devel/p5-Class-Singleton DEPENDS+= p5-Params-Validate>=0.72:../../devel/p5-Params-Validate +USE_LANGUAGES= # empty PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/DateTime/TimeZone/.packlist +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/p5-DateTime-TimeZone/distinfo b/time/p5-DateTime-TimeZone/distinfo index 49db0d821cd..112756d58c3 100644 --- a/time/p5-DateTime-TimeZone/distinfo +++ b/time/p5-DateTime-TimeZone/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2007/11/29 17:43:22 wiz Exp $ +$NetBSD: distinfo,v 1.8 2008/05/28 21:05:11 abs Exp $ -SHA1 (DateTime-TimeZone-0.6904.tar.gz) = f7e0c80bbe1f42a1d3b6af22e7a70dbc08e190b2 -RMD160 (DateTime-TimeZone-0.6904.tar.gz) = 2bef7f5a72e2311022ea3e26701e52bdc19986b9 -Size (DateTime-TimeZone-0.6904.tar.gz) = 349405 bytes +SHA1 (DateTime-TimeZone-0.77.tar.gz) = 72ca0dc914fe19e7729740b622653bbb120862fe +RMD160 (DateTime-TimeZone-0.77.tar.gz) = 8097d8b6a29c95d5cd105b3942033dc2c38c6632 +Size (DateTime-TimeZone-0.77.tar.gz) = 358065 bytes |