Update time/p5-Time-HiRes to 1.50. Changes from version 1.49 include:

- &Time::HiRes::d_nanosleep was broken (perl change #20131)
        - the nanosleep() probe was broken (perl change #20061)
This commit is contained in:
jlam 2003-09-13 08:42:19 +00:00
parent deaa1a070f
commit 045f6f1980
4 changed files with 7 additions and 19 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES,v 1.3353 2003/09/13 08:34:21 adam Exp $
$NetBSD: CHANGES,v 1.3354 2003/09/13 08:42:19 jlam Exp $
Changes to the packages collection and infrastructure in 2003:
@ -3667,3 +3667,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated pkg_install to 20030912 [jlam 2003-09-12]
Updated quagga to 0.96.2nb1 [salo 2003-09-13]
Updated freetype2 to 2.1.5 [adam 2003-09-13]
Updated p5-Time-HiRes to 1.50 [jlam 2003-09-13]

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.9 2003/09/13 06:22:51 jlam Exp $
# $NetBSD: Makefile,v 1.10 2003/09/13 08:42:19 jlam Exp $
#
DISTNAME= Time-HiRes-1.49
DISTNAME= Time-HiRes-1.50
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5thr
CATEGORIES= devel perl5

View file

@ -1,5 +1,4 @@
$NetBSD: distinfo,v 1.5 2003/07/08 17:42:44 gson Exp $
$NetBSD: distinfo,v 1.6 2003/09/13 08:42:20 jlam Exp $
SHA1 (Time-HiRes-1.49.tar.gz) = 56f19aaddf15c28ad036322cd8ba766afd5c063b
Size (Time-HiRes-1.49.tar.gz) = 27931 bytes
SHA1 (patch-aa) = 8d9ec8a0ad73c4a55f3cccc320c011b6f54f8b7d
SHA1 (Time-HiRes-1.50.tar.gz) = 8b6c8be15cd4fd4bb7171e4243d306f9b0ab3ae8
Size (Time-HiRes-1.50.tar.gz) = 28148 bytes

View file

@ -1,12 +0,0 @@
$NetBSD: patch-aa,v 1.2 2003/05/22 07:35:42 wiz Exp $
--- Makefile.PL.orig Mon May 12 18:36:44 2003
+++ Makefile.PL
@@ -398,7 +398,6 @@ sub doMakefile {
'XSOPT' => $XSOPT,
# do not even think about 'INC' => '-I/usr/ucbinclude', Solaris will avenge.
'INC' => '', # e.g., '-I/usr/include/other'
- 'INSTALLDIRS' => 'perl',
'dist' => {
'CI' => 'ci -l',
'COMPRESS' => 'gzip -9f',