diff --git a/doc/CHANGES b/doc/CHANGES index 0f4afb4ad213..c5bcef38971f 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 c97902a1c8fe..8b51c9604f6d 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 be920f3bf1ab..ff7ece66c6ce 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 219c113894f5..000000000000 --- 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',