pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel move the p5-Test-Harness DEPENDS to p5-Test-Harn...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82cc71283440
branches:  trunk
changeset: 474967:82cc71283440
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat May 08 04:05:58 2004 +0000

description:
move the p5-Test-Harness DEPENDS to p5-Test-Harness where it belongs,
so any package requiring it can DTRT.

diffstat:

 devel/p5-Test-Harness/depends.mk |  5 +++++
 devel/p5-Test-Simple/Makefile    |  7 ++-----
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (35 lines):

diff -r 5c74c6de52e8 -r 82cc71283440 devel/p5-Test-Harness/depends.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Harness/depends.mk  Sat May 08 04:05:58 2004 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: depends.mk,v 1.1 2004/05/08 04:05:58 grant Exp $
+
+# perl58>=5.8.3 includes Test::Harness, so allow it to satisfy this
+# dependency.
+DEPENDS+=      {p5-Test-Harness-[0-9]*,perl{,-thread}>=5.8.3}:../../devel/p5-Test-Harness
diff -r 5c74c6de52e8 -r 82cc71283440 devel/p5-Test-Simple/Makefile
--- a/devel/p5-Test-Simple/Makefile     Sat May 08 03:21:57 2004 +0000
+++ b/devel/p5-Test-Simple/Makefile     Sat May 08 04:05:58 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/05/07 11:30:39 grant Exp $
+# $NetBSD: Makefile,v 1.20 2004/05/08 04:05:58 grant Exp $
 
 DISTNAME=              Test-Simple-0.47
 PKGNAME=               p5-${DISTNAME}
@@ -9,15 +9,12 @@
 MAINTAINER=            shell%NetBSD.org@localhost
 COMMENT=               Perl5 module with a simple framework for writing tests
 
-# gah. perl58>=5.8.3 includes Test::Harness, so allow it to satisfy
-# this dependency.
-DEPENDS+=              {p5-Test-Harness-[0-9]*,perl{,-thread}>=5.8.3}:../../devel/p5-Test-Harness
-
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 USE_BUILDLINK3=                yes
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Test/Simple/.packlist
 
+.include "../../devel/p5-Test-Harness/depends.mk"
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index