diff options
author | chris <chris@pkgsrc.org> | 2003-12-03 10:52:27 +0000 |
---|---|---|
committer | chris <chris@pkgsrc.org> | 2003-12-03 10:52:27 +0000 |
commit | c91b12b6e2b9004bbd8f8d7ad1c311763c397738 (patch) | |
tree | 33b5fa5fddbac0e850aefc61f1fdd7c1ef92bb0b /time | |
parent | 653b950061c7afd726df01d649d409dd9f60f4fd (diff) | |
download | pkgsrc-c91b12b6e2b9004bbd8f8d7ad1c311763c397738.tar.gz |
Update to 1.52, changes include:
1.52
- In AIX (v?) with perl 5.6.1 the HiRes.t can hang after
the subtest 18. No known analysis nor fix, but added
an alarm (that requires fork() and alarm()) to the test.
1.51
- doc tweaks from mjd (perl change #20456)
- NCR MP-RAS hints file added (svr4.pl) (perl change #21249)
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Time-HiRes/Makefile | 4 | ||||
-rw-r--r-- | time/p5-Time-HiRes/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/time/p5-Time-HiRes/Makefile b/time/p5-Time-HiRes/Makefile index 8b51c9604f6..efd9e363ae0 100644 --- a/time/p5-Time-HiRes/Makefile +++ b/time/p5-Time-HiRes/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2003/09/13 08:42:19 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2003/12/03 10:52:27 chris Exp $ # -DISTNAME= Time-HiRes-1.50 +DISTNAME= Time-HiRes-1.52 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5thr CATEGORIES= devel perl5 diff --git a/time/p5-Time-HiRes/distinfo b/time/p5-Time-HiRes/distinfo index ff7ece66c6c..9db6287f25f 100644 --- a/time/p5-Time-HiRes/distinfo +++ b/time/p5-Time-HiRes/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2003/09/13 08:42:20 jlam Exp $ +$NetBSD: distinfo,v 1.7 2003/12/03 10:52:27 chris Exp $ -SHA1 (Time-HiRes-1.50.tar.gz) = 8b6c8be15cd4fd4bb7171e4243d306f9b0ab3ae8 -Size (Time-HiRes-1.50.tar.gz) = 28148 bytes +SHA1 (Time-HiRes-1.52.tar.gz) = 8a3df5c7c22a43b4e8105045036d3c4093aa48a4 +Size (Time-HiRes-1.52.tar.gz) = 28740 bytes |