diff options
author | abs <abs@pkgsrc.org> | 2008-05-28 20:59:45 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-05-28 20:59:45 +0000 |
commit | 1884c24a2e5813f14a02938988e3cd05431c5671 (patch) | |
tree | 43058724600fc87b13d706f2e47c18be2813385a /time/p5-DateTime | |
parent | a52e8b675cf2a74f05a58c1e36284543a6336610 (diff) | |
download | pkgsrc-1884c24a2e5813f14a02938988e3cd05431c5671.tar.gz |
Updated time/p5-DateTime to 0.4302
0.4302 2008-05-20
[ BUG FIXES ]
- The 41cldr_format.t test blew up on Perl 5.6.x, because of a bug in
the test code.
0.4301 2008-05-18
[ BUG FIXES ]
- In the 0.43 release, I forgot to change the DateTime::Locale
dependency to require DT::Locale 0.40.
0.43 2008-05-18
[ *** BACKWARDS INCOMPATIBILITIES *** ]
* Dropped support for Perl 5.005.
[ ENHANCEMENTS ]
- Added support for formatting the CLDR date pattern language, which
is much more powerful than strftime. This, combined with the latest
DateTime::Locale, makes the localized output much more correct.
[ BUG FIXES ]
- The hour_1() method was returning the real hour + 1, rather than
just representing midnight as 24 instead of 0. This bug fix will
probably break someone's code.
0.42 2008-02-29
[ BUG FIXES ]
- The 17set_return.t tests failed on leap days, like today. Reported
by Duncan Ferguson. RT #33695.
Diffstat (limited to 'time/p5-DateTime')
-rw-r--r-- | time/p5-DateTime/Makefile | 7 | ||||
-rw-r--r-- | time/p5-DateTime/distinfo | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile index 16d7bb78dd1..96a06ee2c3e 100644 --- a/time/p5-DateTime/Makefile +++ b/time/p5-DateTime/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2007/11/29 17:54:28 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2008/05/28 20:59:45 abs Exp $ -DISTNAME= DateTime-0.41 +DISTNAME= DateTime-0.4302 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -15,7 +15,10 @@ DEPENDS+= p5-DateTime-Locale>=0.35:../../time/p5-DateTime-Locale DEPENDS+= p5-Params-Validate>=0.76:../../devel/p5-Params-Validate DEPENDS+= {perl>=5.8.1,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple +USE_LANGUAGES= # empty PERL5_PACKLIST= auto/DateTime/.packlist +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/p5-DateTime/distinfo b/time/p5-DateTime/distinfo index f060799d24d..d1d59966cd5 100644 --- a/time/p5-DateTime/distinfo +++ b/time/p5-DateTime/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2007/11/29 17:54:28 wiz Exp $ +$NetBSD: distinfo,v 1.8 2008/05/28 20:59:45 abs Exp $ -SHA1 (DateTime-0.41.tar.gz) = b0e485c23ff850b9f53ff06b98ed655649b74a96 -RMD160 (DateTime-0.41.tar.gz) = 5a08c9a081e8c1b2acd55bb7f8679689f4c0970d -Size (DateTime-0.41.tar.gz) = 96117 bytes +SHA1 (DateTime-0.4302.tar.gz) = 2c62f53373c87f5221cda0dbe62705ef90b615ed +RMD160 (DateTime-0.4302.tar.gz) = 3031f46f3e8ee437995f7c71e1627c667d5d60ab +Size (DateTime-0.4302.tar.gz) = 100707 bytes |