summaryrefslogtreecommitdiff
path: root/time/p5-Time-HiRes
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 /time/p5-Time-HiRes
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)
Diffstat (limited to 'time/p5-Time-HiRes')
-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
3 files changed, 5 insertions, 18 deletions
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',