summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2003-09-13 08:42:19 +0000
committerjlam <jlam>2003-09-13 08:42:19 +0000
commit6abbf2bcd1c0f78156b00956ed320890fbc56900 (patch)
treeb457a6c01b19d2f5aecb1d7694378b7f34e57f8b
parentfa49085e56ad559b6f2925a8fc2334ec470592a0 (diff)
downloadpkgsrc-6abbf2bcd1c0f78156b00956ed320890fbc56900.tar.gz
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)
-rw-r--r--doc/CHANGES3
-rw-r--r--time/p5-Time-HiRes/Makefile4
-rw-r--r--time/p5-Time-HiRes/distinfo7
-rw-r--r--time/p5-Time-HiRes/patches/patch-aa12
4 files changed, 7 insertions, 19 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 0f4afb4ad21..c5bcef38971 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -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]
diff --git a/time/p5-Time-HiRes/Makefile b/time/p5-Time-HiRes/Makefile
index c97902a1c8f..8b51c9604f6 100644
--- a/time/p5-Time-HiRes/Makefile
+++ b/time/p5-Time-HiRes/Makefile
@@ -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
diff --git a/time/p5-Time-HiRes/distinfo b/time/p5-Time-HiRes/distinfo
index be920f3bf1a..ff7ece66c6c 100644
--- a/time/p5-Time-HiRes/distinfo
+++ b/time/p5-Time-HiRes/distinfo
@@ -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
diff --git a/time/p5-Time-HiRes/patches/patch-aa b/time/p5-Time-HiRes/patches/patch-aa
deleted file mode 100644
index 219c113894f..00000000000
--- a/time/p5-Time-HiRes/patches/patch-aa
+++ /dev/null
@@ -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',