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 context 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,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2015/06/12 10:51:46 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2016/01/15 10:53:57 wen Exp $
 
-DISTNAME=	Time-Warp-0.51
+DISTNAME=	Time-Warp-0.52
 PKGNAME=	p5-${DISTNAME}
-PKGREVISION=	1
 CATEGORIES=	devel perl5 time
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Time/}
 

cvs diff -r1.3 -r1.4 pkgsrc/time/p5-Time-Warp/distinfo (expand / switch to context 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 @@
-$NetBSD: distinfo,v 1.3 2015/11/02 23:31:42 agc Exp $
+$NetBSD: distinfo,v 1.4 2016/01/15 10:53:57 wen Exp $
 
-SHA1 (Time-Warp-0.51.tar.gz) = 3a759631b81a014d9f4c42b776812952a57d2245
+SHA1 (Time-Warp-0.52.tar.gz) = 7aee0e0694a91c966b8b4399932f67f170dbe5b0
-RMD160 (Time-Warp-0.51.tar.gz) = 0b0a58c7f65f83e0c49c07c570b20c22d754853a
+RMD160 (Time-Warp-0.52.tar.gz) = 3adc06745c96083193cfb4f1b6320000933f3211
-SHA512 (Time-Warp-0.51.tar.gz) = 02a6b1caf610dee48d63adf3dbcda1ca658d404c455aa10377c95453688cad7f8b9a91d657add432f9fb3a9fb2b8f14ae3236f5670825d8cb6965a5c29271c55
+SHA512 (Time-Warp-0.52.tar.gz) = c3e6f5eed3bf9dcdf500d975e6abf0580a2bf297c0924f10ada60a75f37f3ef25af829ed025a58ad5c021076a8d1c85e4da72b35b4c467a3b805769586fe3c0c
-Size (Time-Warp-0.51.tar.gz) = 4123 bytes
+Size (Time-Warp-0.52.tar.gz) = 4432 bytes