Mon Mar 8 16:43:34 2010 UTC ()
Updating time/p5-DateTime-TimeZone from 1.10 to 1.11

pkgsrc changes:
- Adjust Module::Build dependency (CORE module of perl 5.10.1 satisfies
  requirements)
- Import time/p5-DateTime-TimeZone-HPUX to allow this module working on
  HP-UX, too

Upstream changes:
1.11    2010-03-01
- This release is based on version 2010b of the Olson database. This release
  has changes for Paraguay.
- Added a list of zones by country, and a list of zone links (aliases) to the
  docs for DateTime::TimeZone::Catalog.


(sno)
diff -r1.27 -r1.28 pkgsrc/time/p5-DateTime-TimeZone/Makefile
diff -r1.23 -r1.24 pkgsrc/time/p5-DateTime-TimeZone/distinfo

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

--- pkgsrc/time/p5-DateTime-TimeZone/Makefile 2010/01/25 23:38:17 1.27
+++ pkgsrc/time/p5-DateTime-TimeZone/Makefile 2010/03/08 16:43:34 1.28
@@ -1,25 +1,28 @@ @@ -1,25 +1,28 @@
1# $NetBSD: Makefile,v 1.27 2010/01/25 23:38:17 seb Exp $ 1# $NetBSD: Makefile,v 1.28 2010/03/08 16:43:34 sno Exp $
2 2
3DISTNAME= DateTime-TimeZone-1.10 3DISTNAME= DateTime-TimeZone-1.11
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= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13BUILD_DEPENDS+= p5-Module-Build>=0.35000:../../devel/p5-Module-Build 13BUILD_DEPENDS+= {perl>=5.10.1,p5-Module-Build>=0.35000}:../../devel/p5-Module-Build
14 14
15DEPENDS+= p5-Class-Singleton>=1.03:../../devel/p5-Class-Singleton 15DEPENDS+= p5-Class-Singleton>=1.03:../../devel/p5-Class-Singleton
16DEPENDS+= p5-Params-Validate>=0.72:../../devel/p5-Params-Validate 16DEPENDS+= p5-Params-Validate>=0.72:../../devel/p5-Params-Validate
17 17
 18# on HPUX it requires ../../time/p5-DateTime-TimeZone-HPUX
 19# but this will result in circular dependency
 20
18USE_LANGUAGES= # empty 21USE_LANGUAGES= # empty
19PERL5_MODULE_TYPE= Module::Build 22PERL5_MODULE_TYPE= Module::Build
20PERL5_PACKLIST= auto/DateTime/TimeZone/.packlist 23PERL5_PACKLIST= auto/DateTime/TimeZone/.packlist
21 24
22PKG_DESTDIR_SUPPORT= user-destdir 25PKG_DESTDIR_SUPPORT= user-destdir
23 26
24.include "../../lang/perl5/module.mk" 27.include "../../lang/perl5/module.mk"
25.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/time/p5-DateTime-TimeZone/distinfo 2010/01/25 23:38:17 1.23
+++ pkgsrc/time/p5-DateTime-TimeZone/distinfo 2010/03/08 16:43:34 1.24
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.23 2010/01/25 23:38:17 seb Exp $ 1$NetBSD: distinfo,v 1.24 2010/03/08 16:43:34 sno Exp $
2 2
3SHA1 (DateTime-TimeZone-1.10.tar.gz) = 7f2d4aeb790cb16ed26e7af330c874346b6bdb3b 3SHA1 (DateTime-TimeZone-1.11.tar.gz) = ff6af774e3a5738d5019d7c1f9c0ce9b291bd29e
4RMD160 (DateTime-TimeZone-1.10.tar.gz) = 5c4757bc5d8955162ad149cce2fd4317824c8948 4RMD160 (DateTime-TimeZone-1.11.tar.gz) = 07f492aa4d501ec6b8c221f3254cb7f5bf5701c1
5Size (DateTime-TimeZone-1.10.tar.gz) = 524736 bytes 5Size (DateTime-TimeZone-1.11.tar.gz) = 534816 bytes