Tue Jul 15 20:27:05 2014 UTC ()
Update to 1.27. From the changelog:

- portability fixes for XS changes in 1.25_01
- no changes since previous (trial) release
- fix compiling for WinCE, execution is untested
- add a .gitignore (from Win32::API)
- fix a compiler warning about unused var, and add inlining
- add PERL_NO_GET_CONTEXT to XS to bring the binary into 21st century
- refactor XS code to remove large sections of duplicate machine code
- fix _crt_localtime to return year only once, previously
  _crt_localtime returned year (item #6) twice in the list


(schmonz)
diff -r1.24 -r1.25 pkgsrc/time/p5-Time-Piece/Makefile
diff -r1.13 -r1.14 pkgsrc/time/p5-Time-Piece/distinfo

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

--- pkgsrc/time/p5-Time-Piece/Attic/Makefile 2014/05/29 23:37:54 1.24
+++ pkgsrc/time/p5-Time-Piece/Attic/Makefile 2014/07/15 20:27:05 1.25
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.24 2014/05/29 23:37:54 wiz Exp $ 1# $NetBSD: Makefile,v 1.25 2014/07/15 20:27:05 schmonz Exp $
2 2
3DISTNAME= Time-Piece-1.24 3DISTNAME= Time-Piece-1.27
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6SVR4_PKGNAME= p5tpc 5SVR4_PKGNAME= p5tpc
7CATEGORIES= time perl5 6CATEGORIES= time perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Time-Piece/ 10HOMEPAGE= http://search.cpan.org/dist/Time-Piece/
12COMMENT= Time::Piece - Object Oriented time objects 11COMMENT= Time::Piece - Object Oriented time objects
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15PKG_INSTALLATION_TYPES= overwrite pkgviews 14PKG_INSTALLATION_TYPES= overwrite pkgviews
16 15
17USE_LANGUAGES= c 16USE_LANGUAGES= c
18 17

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

--- pkgsrc/time/p5-Time-Piece/Attic/distinfo 2013/12/04 15:12:04 1.13
+++ pkgsrc/time/p5-Time-Piece/Attic/distinfo 2014/07/15 20:27:05 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2013/12/04 15:12:04 wen Exp $ 1$NetBSD: distinfo,v 1.14 2014/07/15 20:27:05 schmonz Exp $
2 2
3SHA1 (Time-Piece-1.24.tar.gz) = 42542275e5406edf23c9262bd4786bf4324b1eb6 3SHA1 (Time-Piece-1.27.tar.gz) = 44ca9840eee4191859034e514d09079ca360e14f
4RMD160 (Time-Piece-1.24.tar.gz) = 95a7dd878326cf87216f5b3f6a060192739ff322 4RMD160 (Time-Piece-1.27.tar.gz) = c8ca21d68856b506cbb1b39873e2f1cf1c6b06b6
5Size (Time-Piece-1.24.tar.gz) = 26347 bytes 5Size (Time-Piece-1.27.tar.gz) = 27281 bytes