summaryrefslogtreecommitdiff
path: root/time/p5-Time-HiRes
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-05-22 07:35:42 +0000
committerwiz <wiz@pkgsrc.org>2003-05-22 07:35:42 +0000
commit001558d8dd8820058370938a5df167b7d2e311f3 (patch)
tree722361f6a0bb9d4a92d43719b5bc7085999d500f /time/p5-Time-HiRes
parent075e7d52b286b7c7caae3484e225feb3c6de68ad (diff)
downloadpkgsrc-001558d8dd8820058370938a5df167b7d2e311f3.tar.gz
Update to 1.47, from Hiramatsu Yoshifumi in PR 21639.
Changes since 1.42: - do not create files in blib directories under core (perl change #19160, from rgs) - detypo s/VTLARM/VTARLM/ (perl change #19328, from mjd) - guarantee that $xdefine in HiRes.t is always defined (perl change #19109, from IlyaZ) - a cleaner way to detect PERL_CORE (perl change #19111, from IlyaZ) - add hints/irix.pl to turn off overly POSIX flags that cause hide struct timespec to be hidden (and compilation to fail) (bleadperl change #19085) - documentation tweaks
Diffstat (limited to 'time/p5-Time-HiRes')
-rw-r--r--time/p5-Time-HiRes/Makefile4
-rw-r--r--time/p5-Time-HiRes/distinfo8
-rw-r--r--time/p5-Time-HiRes/patches/patch-aa6
3 files changed, 9 insertions, 9 deletions
diff --git a/time/p5-Time-HiRes/Makefile b/time/p5-Time-HiRes/Makefile
index 8eac864780d..613182f9de6 100644
--- a/time/p5-Time-HiRes/Makefile
+++ b/time/p5-Time-HiRes/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2003/02/15 09:43:52 salo Exp $
+# $NetBSD: Makefile,v 1.5 2003/05/22 07:35:42 wiz Exp $
#
-DISTNAME= Time-HiRes-1.42
+DISTNAME= Time-HiRes-1.47
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5thr
CATEGORIES= devel perl5
diff --git a/time/p5-Time-HiRes/distinfo b/time/p5-Time-HiRes/distinfo
index 8b11039b413..2ce9d19cb25 100644
--- a/time/p5-Time-HiRes/distinfo
+++ b/time/p5-Time-HiRes/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2003/02/15 09:43:52 salo Exp $
+$NetBSD: distinfo,v 1.4 2003/05/22 07:35:42 wiz Exp $
-SHA1 (Time-HiRes-1.42.tar.gz) = 2ec1fda7b284ead00c21823785155c5f65ed9304
-Size (Time-HiRes-1.42.tar.gz) = 26912 bytes
-SHA1 (patch-aa) = 1d8935dba28d16468675c4c52bd910750ae59bb5
+SHA1 (Time-HiRes-1.47.tar.gz) = 4d4a18d007ca61b1b4b39a79a6a0d0c2f82d1050
+Size (Time-HiRes-1.47.tar.gz) = 27406 bytes
+SHA1 (patch-aa) = 8d9ec8a0ad73c4a55f3cccc320c011b6f54f8b7d
diff --git a/time/p5-Time-HiRes/patches/patch-aa b/time/p5-Time-HiRes/patches/patch-aa
index 770270d43b8..219c113894f 100644
--- a/time/p5-Time-HiRes/patches/patch-aa
+++ b/time/p5-Time-HiRes/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1 2002/11/15 02:50:24 heinz Exp $
+$NetBSD: patch-aa,v 1.2 2003/05/22 07:35:42 wiz Exp $
---- Makefile.PL.orig Sun Oct 13 19:20:37 2002
+--- Makefile.PL.orig Mon May 12 18:36:44 2003
+++ Makefile.PL
-@@ -365,7 +365,6 @@ sub doMakefile {
+@@ -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'