diff options
author | seb <seb> | 2010-01-25 23:51:07 +0000 |
---|---|---|
committer | seb <seb> | 2010-01-25 23:51:07 +0000 |
commit | d7f08501326bd6103e361376981cf145119ce46e (patch) | |
tree | 0b9330238fecbfcf7e025b1fde3986baf02fdda1 /time | |
parent | 44326aafb70b8f1a890d964f26c3842c5bb5518a (diff) | |
download | pkgsrc-d7f08501326bd6103e361376981cf145119ce46e.tar.gz |
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.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime/Makefile | 5 | ||||
-rw-r--r-- | time/p5-DateTime/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile index cce0a704fc2..b471a20382d 100644 --- a/time/p5-DateTime/Makefile +++ b/time/p5-DateTime/Makefile @@ -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 diff --git a/time/p5-DateTime/distinfo b/time/p5-DateTime/distinfo index 38410c5b478..086b6422866 100644 --- a/time/p5-DateTime/distinfo +++ b/time/p5-DateTime/distinfo @@ -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 |