pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/p5-DateTime Update from version 0.5100 to version...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/468b95d15080
branches:  trunk
changeset: 570144:468b95d15080
user:      seb <seb%pkgsrc.org@localhost>
date:      Mon Jan 25 23:51:07 2010 +0000

description:
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:

 time/p5-DateTime/Makefile |  5 +++--
 time/p5-DateTime/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r eb394ec4f271 -r 468b95d15080 time/p5-DateTime/Makefile
--- a/time/p5-DateTime/Makefile Mon Jan 25 23:38:26 2010 +0000
+++ b/time/p5-DateTime/Makefile Mon Jan 25 23:51:07 2010 +0000
@@ -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 @@
 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 -r eb394ec4f271 -r 468b95d15080 time/p5-DateTime/distinfo
--- a/time/p5-DateTime/distinfo Mon Jan 25 23:38:26 2010 +0000
+++ b/time/p5-DateTime/distinfo Mon Jan 25 23:51:07 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index