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 unified 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,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.31 2011/08/14 15:28:48 obache Exp $ 1# $NetBSD: Makefile,v 1.32 2011/11/11 11:25:38 sno Exp $
2 2
3DISTNAME= Time-HiRes-1.9721 3DISTNAME= Time-HiRes-1.9724
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6SVR4_PKGNAME= p5thr 5SVR4_PKGNAME= p5thr
7CATEGORIES= time perl5 6CATEGORIES= time perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
9 8
10MAINTAINER= bad@NetBSD.org 9MAINTAINER= bad@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Time-HiRes/ 10HOMEPAGE= http://search.cpan.org/dist/Time-HiRes/
12COMMENT= Perl5 module for high resolution time, sleep, and alarm 11COMMENT= Perl5 module for high resolution time, sleep, and alarm
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
16PKG_INSTALLATION_TYPES= overwrite pkgviews 15PKG_INSTALLATION_TYPES= overwrite pkgviews
17 16
18USE_LANGUAGES= c 17USE_LANGUAGES= c

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