Fri Jan 15 10:53:57 2016 UTC ()
Update to 0.52

Upstream changes:
0.52 2015.04.16
    The type of the Time::NVtime pointer is NV ()() not double ()(), as can be seen from looking at the Time::HiRes source.
      On Linux x86_64 on a uselongdouble build when you replace the Time::NVtime entry with a
      double (*)() pointer calls to that function end up leaving an entry on the FPU stack,
      eventually causing the failure seen at https://rt.perl.org/Ticket/Display.html?id=123879
      This minimal commit fixes that issue and allows DBIX::Class::TimeStamp to pass its tests.
      (Tony Cook)


(wen)
diff -r1.10 -r1.11 pkgsrc/time/p5-Time-Warp/Makefile
diff -r1.3 -r1.4 pkgsrc/time/p5-Time-Warp/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/time/p5-Time-Warp/Makefile (expand / switch to unified diff)

--- pkgsrc/time/p5-Time-Warp/Makefile 2015/06/12 10:51:46 1.10
+++ pkgsrc/time/p5-Time-Warp/Makefile 2016/01/15 10:53:57 1.11
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.10 2015/06/12 10:51:46 wiz Exp $ 1# $NetBSD: Makefile,v 1.11 2016/01/15 10:53:57 wen Exp $
2 2
3DISTNAME= Time-Warp-0.51 3DISTNAME= Time-Warp-0.52
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 time 5CATEGORIES= devel perl5 time
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Time-Warp/ 9HOMEPAGE= http://search.cpan.org/dist/Time-Warp/
11COMMENT= Perl 5 module to control the flow of time 10COMMENT= Perl 5 module to control the flow of time
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14PERL5_PACKLIST= auto/Time/Warp/.packlist 13PERL5_PACKLIST= auto/Time/Warp/.packlist
15 14
16.include "../../lang/perl5/module.mk" 15.include "../../lang/perl5/module.mk"
17.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/time/p5-Time-Warp/distinfo (expand / switch to unified diff)

--- pkgsrc/time/p5-Time-Warp/distinfo 2015/11/02 23:31:42 1.3
+++ pkgsrc/time/p5-Time-Warp/distinfo 2016/01/15 10:53:57 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2015/11/02 23:31:42 agc Exp $ 1$NetBSD: distinfo,v 1.4 2016/01/15 10:53:57 wen Exp $
2 2
3SHA1 (Time-Warp-0.51.tar.gz) = 3a759631b81a014d9f4c42b776812952a57d2245 3SHA1 (Time-Warp-0.52.tar.gz) = 7aee0e0694a91c966b8b4399932f67f170dbe5b0
4RMD160 (Time-Warp-0.51.tar.gz) = 0b0a58c7f65f83e0c49c07c570b20c22d754853a 4RMD160 (Time-Warp-0.52.tar.gz) = 3adc06745c96083193cfb4f1b6320000933f3211
5SHA512 (Time-Warp-0.51.tar.gz) = 02a6b1caf610dee48d63adf3dbcda1ca658d404c455aa10377c95453688cad7f8b9a91d657add432f9fb3a9fb2b8f14ae3236f5670825d8cb6965a5c29271c55 5SHA512 (Time-Warp-0.52.tar.gz) = c3e6f5eed3bf9dcdf500d975e6abf0580a2bf297c0924f10ada60a75f37f3ef25af829ed025a58ad5c021076a8d1c85e4da72b35b4c467a3b805769586fe3c0c
6Size (Time-Warp-0.51.tar.gz) = 4123 bytes 6Size (Time-Warp-0.52.tar.gz) = 4432 bytes