diff options
author | sno <sno@pkgsrc.org> | 2011-11-11 11:25:38 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2011-11-11 11:25:38 +0000 |
commit | a97aa02886b080de6f74a7fb065a4cd20d4d3a93 (patch) | |
tree | ca93982072e3041501a740bbaca774e1f9165b03 /time | |
parent | 45165343c51b0b8e64abee7cca6d8af3293c2ca4 (diff) | |
download | pkgsrc-a97aa02886b080de6f74a7fb065a4cd20d4d3a93.tar.gz |
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.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Time-HiRes/Makefile | 5 | ||||
-rw-r--r-- | time/p5-Time-HiRes/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/time/p5-Time-HiRes/Makefile b/time/p5-Time-HiRes/Makefile index ff5623bd417..2aa9b29d52e 100644 --- a/time/p5-Time-HiRes/Makefile +++ b/time/p5-Time-HiRes/Makefile @@ -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/} diff --git a/time/p5-Time-HiRes/distinfo b/time/p5-Time-HiRes/distinfo index 1a38cdd4279..2d941716908 100644 --- a/time/p5-Time-HiRes/distinfo +++ b/time/p5-Time-HiRes/distinfo @@ -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 -RMD160 (Time-HiRes-1.9721.tar.gz) = ed70c330e436144c96d8db82a700fdc5625b22c9 -Size (Time-HiRes-1.9721.tar.gz) = 87550 bytes +SHA1 (Time-HiRes-1.9724.tar.gz) = 4ea94de4f2ab886d7fdd4c61e7cbd7d48c72f2e3 +RMD160 (Time-HiRes-1.9724.tar.gz) = d02ccf5f32bc52ff4cfdb87abe756c444b8aa5d1 +Size (Time-HiRes-1.9724.tar.gz) = 88066 bytes |