summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-04-22 12:40:38 +0000
committerwiz <wiz@pkgsrc.org>2012-04-22 12:40:38 +0000
commitd7d6afe6e6d2430e524d72e7c806a10aadec047a (patch)
treea96a0cca7c2e9cbbd3872c8bab7e9a6c81d63bd8 /time
parent3d823245cd7241d7108520d415dd601f5efae853 (diff)
downloadpkgsrc-d7d6afe6e6d2430e524d72e7c806a10aadec047a.tar.gz
Update to 0.74:
0.74 2012-03-22 - Small packaging fix for metacpan's benefit. No need to upgrade. 0.73 2012-03-17 - Change tests to work with Zefram's entirely rebuilt DateTime::TimeZone distribution, which will replace the current implementation. Patch by Zefram. RT #75757. 0.72 2012-01-05 - Remove Test::DependentModules from the dep list. This is used by some author-only tests. Reported by Zefram. 0.71 2012-01-05 - There will be a new leap second on June 30, 2012. 0.70 2011-05-09 - Really fix %N, finally. This was breaking the DateTime::Event::Recurrence test suite. Patch by Dagfinn Ilmari Mannsåker. 0.69 2011-05-03 - When a DateTime object had nanoseconds == 0, the %N strftime specifier always returned "0" regardless of the precision requested. Reported by John Siracusa. RT #67928. 0.68 2011-04-25 - The tests for %N in the last release relied on the vagaries of floating point math on a 64-bit system. Now the from_epoch() method just uses string operations to separate the epoch into an integer value and a mantissa. This avoids floating point insanity. Reported by zefram. RT #67736. 0.67 2011-04-24 - The %N strftime specifier simply truncated nanoseconds, rather than rounding them. Reported by Michael R. Davis. RT #66744. - The %U strftime specifier was off by one in years where January 1st was a Sunday. Patch by Christian Hansen. RT #67631. - The %W strftime specifier was off by one in years where January 1st was a Sunday or Monday. Patch by Christian Hansen. RT #67631. - Some small optimizations from Christian Hansen. The biggest impact is for calculating week_of_month, week_number, and week_year. - This distro now requires Perl 5.8.1+ (it implicitly did this anyway now that Params::Validate is 5.8.1+).
Diffstat (limited to 'time')
-rw-r--r--time/p5-DateTime/Makefile7
-rw-r--r--time/p5-DateTime/distinfo8
2 files changed, 8 insertions, 7 deletions
diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile
index 7c72835fef1..f736759459e 100644
--- a/time/p5-DateTime/Makefile
+++ b/time/p5-DateTime/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2011/08/16 09:56:41 obache Exp $
+# $NetBSD: Makefile,v 1.30 2012/04/22 12:40:38 wiz Exp $
-DISTNAME= DateTime-0.66
+DISTNAME= DateTime-0.74
PKGNAME= p5-${DISTNAME}00
-PKGREVISION= 1
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
@@ -12,11 +11,13 @@ COMMENT= Perl module for date/time sets and ranges
LICENSE= artistic-2.0
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
DEPENDS+= p5-DateTime-Locale>=0.41:../../time/p5-DateTime-Locale
DEPENDS+= p5-DateTime-TimeZone>=1.09:../../time/p5-DateTime-TimeZone
DEPENDS+= p5-Params-Validate>=0.76:../../devel/p5-Params-Validate
+DEPENDS+= p5-Math-Round-[0-9]*:../../math/p5-Math-Round
USE_LANGUAGES= c # installs C module
PERL5_PACKLIST= auto/DateTime/.packlist
diff --git a/time/p5-DateTime/distinfo b/time/p5-DateTime/distinfo
index 4f32ee5daaf..9153f6316d0 100644
--- a/time/p5-DateTime/distinfo
+++ b/time/p5-DateTime/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2010/12/02 12:28:15 wiz Exp $
+$NetBSD: distinfo,v 1.23 2012/04/22 12:40:38 wiz Exp $
-SHA1 (DateTime-0.66.tar.gz) = 98dafe2b3766344b1fe88f4faf71384d0a51f71f
-RMD160 (DateTime-0.66.tar.gz) = 61bb07fa0d233778367cd9b68ca34394d5d3f4a7
-Size (DateTime-0.66.tar.gz) = 177080 bytes
+SHA1 (DateTime-0.74.tar.gz) = 853bb737a14a5d65fcc974728339a65752e71b16
+RMD160 (DateTime-0.74.tar.gz) = edad8b939c49924b8ed7f73176d64bce2c0cb1d0
+Size (DateTime-0.74.tar.gz) = 171130 bytes