pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/p5-Time-Piece Updating time/p5-Time-Piece from 1....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8de3da82302b
branches:  trunk
changeset: 570117:8de3da82302b
user:      sno <sno%pkgsrc.org@localhost>
date:      Mon Jan 25 14:14:59 2010 +0000

description:
Updating time/p5-Time-Piece from 1.15 to 1.16

Upstream changes:
1.16
        - Implement %z for the internal implementation of strptime().
          Unfortunately this doesn't get picked up everywhere, so there are no
          tests for it (yet - patches welcome).
        - Fix for major bug in add_months() using negative months which were
          multiples of 12. Also affected add_years() with negative years.
        - Fix for object creation bug in get_epochs which called new from object
          but that wasn't supported in the new() code.
        - Added docs about the weakness of using epoch seconds internally and
          suggested alternatives.
        - Removed useless "use UNIVERSAL qw(isa)" line.
        - Fix for installing over core perl version.

diffstat:

 time/p5-Time-Piece/Makefile |  4 ++--
 time/p5-Time-Piece/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r fd8a4cb0402b -r 8de3da82302b time/p5-Time-Piece/Makefile
--- a/time/p5-Time-Piece/Makefile       Mon Jan 25 14:11:14 2010 +0000
+++ b/time/p5-Time-Piece/Makefile       Mon Jan 25 14:14:59 2010 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2009/07/07 19:27:57 sno Exp $
+# $NetBSD: Makefile,v 1.12 2010/01/25 14:14:59 sno Exp $
 
-DISTNAME=      Time-Piece-1.15
+DISTNAME=      Time-Piece-1.16
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5tpc
 CATEGORIES=    time perl5
diff -r fd8a4cb0402b -r 8de3da82302b time/p5-Time-Piece/distinfo
--- a/time/p5-Time-Piece/distinfo       Mon Jan 25 14:11:14 2010 +0000
+++ b/time/p5-Time-Piece/distinfo       Mon Jan 25 14:14:59 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2009/07/07 19:27:57 sno Exp $
+$NetBSD: distinfo,v 1.7 2010/01/25 14:14:59 sno Exp $
 
-SHA1 (Time-Piece-1.15.tar.gz) = 46d4b19ca8c7248160b6c9745fc862081a2a6299
-RMD160 (Time-Piece-1.15.tar.gz) = 05294902ba1ee764b68490d967e8cc8189eee5d2
-Size (Time-Piece-1.15.tar.gz) = 23227 bytes
+SHA1 (Time-Piece-1.16.tar.gz) = 3040b0bda0d40d3919aa864c3a3688a14adc2585
+RMD160 (Time-Piece-1.16.tar.gz) = 50f58ef77903253c291506dbd3fe7a31b7d5a98a
+Size (Time-Piece-1.16.tar.gz) = 23890 bytes



Home | Main Index | Thread Index | Old Index