diff options
author | sno <sno> | 2009-04-12 19:01:52 +0000 |
---|---|---|
committer | sno <sno> | 2009-04-12 19:01:52 +0000 |
commit | b24f22066c3551305bf0b37ff89378bd12fc4df0 (patch) | |
tree | c3c939a2bf406ad9907c8d26be4777ac24fbc633 /time | |
parent | cd8584a359bab4337129773b62c4653be33bdad9 (diff) | |
download | pkgsrc-b24f22066c3551305bf0b37ff89378bd12fc4df0.tar.gz |
PkgSrc changes:
- updating package for p5 module DateTime::TimeZone to 0.88
- set license to artistic-2.0
Upstream changes:
0.88 2009-04-06
- This release is based on version 2009e of the Olson database. This
release has changes for Jordan and Palestine.
0.87 2009-04-05
- The DateTime::TimeZone::Local module will now try to load a subclass
of the form DateTime::TimeZone::Local::$^O before falling back to
the Unix subclass. This allows you to provide a new subclass on
systems where the existing subclasses (Unix, Win32, and VMS) don't
get the right answer. Based on a patch from Olivier Mengu~A(c).
0.86 2009-03-23
- This release is based on version 2009d of the Olson database. This
release has changes for Morocco, Tunisia, Syria, and Argentina.
0.85 2009-03-16
- This release is based on version 2009c of the Olson database. The
only changes in this release are for Cuba.
- Fixes for Win32 with Microsoft's December time zone update. This
updated added a zone for Mauritius that wasn't accounted for in the
DateTime::TimeZone::Local::Win32 module. Reported by David
Pinkowitz. RT #43535.
- Added a hack to fix some brokenness with Module::Build::Compat that
causes the compatibility Makefile.PL to fail on really old
ExtUtils::MakeMaker versions (6.17 and older). RT #43605.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-TimeZone/Makefile | 5 | ||||
-rw-r--r-- | time/p5-DateTime-TimeZone/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/time/p5-DateTime-TimeZone/Makefile b/time/p5-DateTime-TimeZone/Makefile index 798a76b5545..505bcfe6a7b 100644 --- a/time/p5-DateTime-TimeZone/Makefile +++ b/time/p5-DateTime-TimeZone/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2009/02/22 16:38:03 he Exp $ +# $NetBSD: Makefile,v 1.16 2009/04/12 19:01:52 sno Exp $ -DISTNAME= DateTime-TimeZone-0.84 +DISTNAME= DateTime-TimeZone-0.88 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/DateTime-TimeZone/ COMMENT= Perl module to handle time zone manipulation +LICENSE= artistic-2.0 DEPENDS+= p5-Class-Singleton>=1.03:../../devel/p5-Class-Singleton DEPENDS+= p5-Params-Validate>=0.72:../../devel/p5-Params-Validate diff --git a/time/p5-DateTime-TimeZone/distinfo b/time/p5-DateTime-TimeZone/distinfo index 367c071c41d..fd128110efb 100644 --- a/time/p5-DateTime-TimeZone/distinfo +++ b/time/p5-DateTime-TimeZone/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2009/02/22 16:38:03 he Exp $ +$NetBSD: distinfo,v 1.12 2009/04/12 19:01:52 sno Exp $ -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 +SHA1 (DateTime-TimeZone-0.88.tar.gz) = cd55ff744c21b4f96206df60651d23b3c116b32c +RMD160 (DateTime-TimeZone-0.88.tar.gz) = 112c9ba2e15d2f8ab6359d706cae6b476a99a7f3 +Size (DateTime-TimeZone-0.88.tar.gz) = 377145 bytes |