Update from version 0.5100 to version 0.5300 (upstream version 0.53)

Pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.53   2009-12-06
- Added Test::Exception to build_requires.

0.52   2009-12-05
- Numeric to ->new() are now all validated to make sure they are
  integers. Previously, things like "month => 11.2" would have been
  allowed. Based on a bug report from Max Kanat-Alexandar. RT #45767.

- Added a warning to the docs suggesting that you cache the locale time zone
  if you need to make many DateTime objects in the local zone. Looking up the
  local zone can be fairly expensive. RT #46753.
This commit is contained in:
seb 2010-01-25 23:51:07 +00:00
parent 7ed93776f3
commit d719ab18dd
2 changed files with 7 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.18 2009/11/11 09:12:56 seb Exp $
# $NetBSD: Makefile,v 1.19 2010/01/25 23:51:07 seb Exp $
DISTNAME= DateTime-0.51
DISTNAME= DateTime-0.53
PKGNAME= p5-${DISTNAME}00
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
@ -10,6 +10,7 @@ HOMEPAGE= http://datetime.perl.org/
COMMENT= Perl module for date/time sets and ranges
LICENSE= gnu-gpl-v2 # OR artistic
BUILD_DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception
DEPENDS+= p5-DateTime-Locale>=0.41:../../time/p5-DateTime-Locale
DEPENDS+= p5-DateTime-TimeZone>=0.59:../../time/p5-DateTime-TimeZone
DEPENDS+= p5-Params-Validate>=0.76:../../devel/p5-Params-Validate

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.14 2009/11/11 09:12:56 seb Exp $
$NetBSD: distinfo,v 1.15 2010/01/25 23:51:07 seb Exp $
SHA1 (DateTime-0.51.tar.gz) = 6d2120e254e6fd45f11c597453b7b5bce6eb70fe
RMD160 (DateTime-0.51.tar.gz) = 7f14865075d7bca2df5e121c107fd00766e07866
Size (DateTime-0.51.tar.gz) = 187928 bytes
SHA1 (DateTime-0.53.tar.gz) = 5a05067768534a7e2afbe68ed3bfb3f9261556bd
RMD160 (DateTime-0.53.tar.gz) = d0a33432683dcbe6643864909bda2c04abb2854f
Size (DateTime-0.53.tar.gz) = 195253 bytes