Fri Nov 11 11:25:38 2011 UTC ()
Updating Time::HiRes module for Perl programming language in
time/p5-Time-HiRes from 1.9721nb2 to 1.9724.

Upstream changes:
1.9724 [2011-06-09]
	- Correct XS parameter list, and therefore prototype, for
	  unimplemented-on-this-platform version of clock_nanosleep()
	  [rt.cpan.org #68700].
	- Declare package variables with "our" rather than "use vars".
	- Corresponding to "our" usage, check for minimum Perl version
	  5.006.
	- Declare module dependencies.

1.9723 [2011-06-07]
	- Remove $ENV{PERL_CORE} logic from test suite, which is no
	  longer desired in the core.
	- Convert test suite to use Test::More.
	- Factor out watchdog code from test suite.
	- In test suite, be consistent about using fully-qualified form
	  of function names.
	- Divide test suite into feature-specific scripts.
	- Make ualarm timing test less vulnerable to delay-induced false
	  failure, from Dave Mitchell.

1.9722 [2011-05-18]
	- Update for changes in build process in the core, patches
	  from BinGOs [rt.cpan.org #58858] and Craig Berry [rt.cpan.org
	  #63363].
	- Fix broken linkage on Windows with gcc 3.4 seen with ActivePerl,
	  report from Christian Walde [rt.cpan.org #61648], fix derived
	  from Vincent Pit.
	- Jump through hoops to avoid compiler warnings.


(sno)
diff -r1.31 -r1.32 pkgsrc/time/p5-Time-HiRes/Makefile
diff -r1.17 -r1.18 pkgsrc/time/p5-Time-HiRes/distinfo

cvs diff -r1.31 -r1.32 pkgsrc/time/p5-Time-HiRes/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/time/p5-Time-HiRes/Attic/Makefile 2011/08/14 15:28:48 1.31
+++ pkgsrc/time/p5-Time-HiRes/Attic/Makefile 2011/11/11 11:25:38 1.32
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2011/08/14 15:28:48 obache Exp $
+# $NetBSD: Makefile,v 1.32 2011/11/11 11:25:38 sno Exp $
 
-DISTNAME=		Time-HiRes-1.9721
+DISTNAME=		Time-HiRes-1.9724
 PKGNAME=		p5-${DISTNAME}
-PKGREVISION=		2
 SVR4_PKGNAME=		p5thr
 CATEGORIES=		time perl5
 MASTER_SITES=		${MASTER_SITE_PERL_CPAN:=Time/}

cvs diff -r1.17 -r1.18 pkgsrc/time/p5-Time-HiRes/Attic/distinfo (expand / switch to context diff)
--- pkgsrc/time/p5-Time-HiRes/Attic/distinfo 2010/08/01 20:33:29 1.17
+++ pkgsrc/time/p5-Time-HiRes/Attic/distinfo 2011/11/11 11:25:38 1.18
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2010/08/01 20:33:29 sno Exp $
+$NetBSD: distinfo,v 1.18 2011/11/11 11:25:38 sno Exp $
 
-SHA1 (Time-HiRes-1.9721.tar.gz) = 7e2d8c4be51ac446e3847bd4c80cd38955a5651c
+SHA1 (Time-HiRes-1.9724.tar.gz) = 4ea94de4f2ab886d7fdd4c61e7cbd7d48c72f2e3
-RMD160 (Time-HiRes-1.9721.tar.gz) = ed70c330e436144c96d8db82a700fdc5625b22c9
+RMD160 (Time-HiRes-1.9724.tar.gz) = d02ccf5f32bc52ff4cfdb87abe756c444b8aa5d1
-Size (Time-HiRes-1.9721.tar.gz) = 87550 bytes
+Size (Time-HiRes-1.9724.tar.gz) = 88066 bytes