Mon Jan 25 14:14:59 2010 UTC ()
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.


(sno)
diff -r1.11 -r1.12 pkgsrc/time/p5-Time-Piece/Makefile
diff -r1.6 -r1.7 pkgsrc/time/p5-Time-Piece/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/time/p5-Time-Piece/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/time/p5-Time-Piece/Attic/Makefile 2009/07/07 19:27:57 1.11
+++ pkgsrc/time/p5-Time-Piece/Attic/Makefile 2010/01/25 14:14:59 1.12
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.11 2009/07/07 19:27:57 sno Exp $ 1# $NetBSD: Makefile,v 1.12 2010/01/25 14:14:59 sno Exp $
2 2
3DISTNAME= Time-Piece-1.15 3DISTNAME= Time-Piece-1.16
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5SVR4_PKGNAME= p5tpc 5SVR4_PKGNAME= p5tpc
6CATEGORIES= time perl5 6CATEGORIES= time perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Time-Piece/ 10HOMEPAGE= http://search.cpan.org/dist/Time-Piece/
11COMMENT= Time::Piece - Object Oriented time objects 11COMMENT= Time::Piece - Object Oriented time objects
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14PKG_INSTALLATION_TYPES= overwrite pkgviews 14PKG_INSTALLATION_TYPES= overwrite pkgviews
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16

cvs diff -r1.6 -r1.7 pkgsrc/time/p5-Time-Piece/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/time/p5-Time-Piece/Attic/distinfo 2009/07/07 19:27:57 1.6
+++ pkgsrc/time/p5-Time-Piece/Attic/distinfo 2010/01/25 14:14:59 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2009/07/07 19:27:57 sno Exp $ 1$NetBSD: distinfo,v 1.7 2010/01/25 14:14:59 sno Exp $
2 2
3SHA1 (Time-Piece-1.15.tar.gz) = 46d4b19ca8c7248160b6c9745fc862081a2a6299 3SHA1 (Time-Piece-1.16.tar.gz) = 3040b0bda0d40d3919aa864c3a3688a14adc2585
4RMD160 (Time-Piece-1.15.tar.gz) = 05294902ba1ee764b68490d967e8cc8189eee5d2 4RMD160 (Time-Piece-1.16.tar.gz) = 50f58ef77903253c291506dbd3fe7a31b7d5a98a
5Size (Time-Piece-1.15.tar.gz) = 23227 bytes 5Size (Time-Piece-1.16.tar.gz) = 23890 bytes