Sun Apr 12 19:01:52 2009 UTC ()
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.


(sno)
diff -r1.15 -r1.16 pkgsrc/time/p5-DateTime-TimeZone/Makefile
diff -r1.11 -r1.12 pkgsrc/time/p5-DateTime-TimeZone/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/time/p5-DateTime-TimeZone/Makefile (expand / switch to unified diff)

--- pkgsrc/time/p5-DateTime-TimeZone/Makefile 2009/02/22 16:38:03 1.15
+++ pkgsrc/time/p5-DateTime-TimeZone/Makefile 2009/04/12 19:01:52 1.16
@@ -1,22 +1,23 @@ @@ -1,22 +1,23 @@
1# $NetBSD: Makefile,v 1.15 2009/02/22 16:38:03 he Exp $ 1# $NetBSD: Makefile,v 1.16 2009/04/12 19:01:52 sno Exp $
2 2
3DISTNAME= DateTime-TimeZone-0.84 3DISTNAME= DateTime-TimeZone-0.88
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= time perl5 5CATEGORIES= time perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/DateTime-TimeZone/ 9HOMEPAGE= http://search.cpan.org/dist/DateTime-TimeZone/
10COMMENT= Perl module to handle time zone manipulation 10COMMENT= Perl module to handle time zone manipulation
 11LICENSE= artistic-2.0
11 12
12DEPENDS+= p5-Class-Singleton>=1.03:../../devel/p5-Class-Singleton 13DEPENDS+= p5-Class-Singleton>=1.03:../../devel/p5-Class-Singleton
13DEPENDS+= p5-Params-Validate>=0.72:../../devel/p5-Params-Validate 14DEPENDS+= p5-Params-Validate>=0.72:../../devel/p5-Params-Validate
14 15
15USE_LANGUAGES= # empty 16USE_LANGUAGES= # empty
16PERL5_MODULE_TYPE= Module::Build 17PERL5_MODULE_TYPE= Module::Build
17PERL5_PACKLIST= auto/DateTime/TimeZone/.packlist 18PERL5_PACKLIST= auto/DateTime/TimeZone/.packlist
18 19
19PKG_DESTDIR_SUPPORT= user-destdir 20PKG_DESTDIR_SUPPORT= user-destdir
20 21
21.include "../../lang/perl5/module.mk" 22.include "../../lang/perl5/module.mk"
22.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

cvs diff -r1.11 -r1.12 pkgsrc/time/p5-DateTime-TimeZone/distinfo (expand / switch to unified diff)

--- pkgsrc/time/p5-DateTime-TimeZone/distinfo 2009/02/22 16:38:03 1.11
+++ pkgsrc/time/p5-DateTime-TimeZone/distinfo 2009/04/12 19:01:52 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2009/02/22 16:38:03 he Exp $ 1$NetBSD: distinfo,v 1.12 2009/04/12 19:01:52 sno Exp $
2 2
3SHA1 (DateTime-TimeZone-0.84.tar.gz) = ee689195e64044d04b5a7d5ac9650626214f70aa 3SHA1 (DateTime-TimeZone-0.88.tar.gz) = cd55ff744c21b4f96206df60651d23b3c116b32c
4RMD160 (DateTime-TimeZone-0.84.tar.gz) = 4d2ef2c62ec81a35cab38e39fcd9ef54046154b1 4RMD160 (DateTime-TimeZone-0.88.tar.gz) = 112c9ba2e15d2f8ab6359d706cae6b476a99a7f3
5Size (DateTime-TimeZone-0.84.tar.gz) = 376220 bytes 5Size (DateTime-TimeZone-0.88.tar.gz) = 377145 bytes