pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/p5-DateTime Updated time/p5-DateTime to 0.4302



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20aa8a522ede
branches:  trunk
changeset: 542815:20aa8a522ede
user:      abs <abs%pkgsrc.org@localhost>
date:      Wed May 28 20:59:45 2008 +0000

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

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

diffs (36 lines):

diff -r 7f14f1277a75 -r 20aa8a522ede time/p5-DateTime/Makefile
--- a/time/p5-DateTime/Makefile Wed May 28 20:57:15 2008 +0000
+++ b/time/p5-DateTime/Makefile Wed May 28 20:59:45 2008 +0000
@@ -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-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 -r 7f14f1277a75 -r 20aa8a522ede time/p5-DateTime/distinfo
--- a/time/p5-DateTime/distinfo Wed May 28 20:57:15 2008 +0000
+++ b/time/p5-DateTime/distinfo Wed May 28 20:59:45 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index