pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Simple allow perl{,-thread}>=5.8.3 to sa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c50d89d6cb0
branches:  trunk
changeset: 474910:6c50d89d6cb0
user:      grant <grant%pkgsrc.org@localhost>
date:      Fri May 07 11:30:39 2004 +0000

description:
allow perl{,-thread}>=5.8.3 to satisfy the p5-Test-Harness dependency.

Test::Harness is included in perl>=5.8.3, and for that reason,
p5-Test-Harness has a CONFLICT on perl>=5.8.3 which was blocking many
packages from being installed.

diffstat:

 devel/p5-Test-Simple/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 56879ca4afa9 -r 6c50d89d6cb0 devel/p5-Test-Simple/Makefile
--- a/devel/p5-Test-Simple/Makefile     Fri May 07 11:28:31 2004 +0000
+++ b/devel/p5-Test-Simple/Makefile     Fri May 07 11:30:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/05/01 16:29:37 kim Exp $
+# $NetBSD: Makefile,v 1.19 2004/05/07 11:30:39 grant Exp $
 
 DISTNAME=              Test-Simple-0.47
 PKGNAME=               p5-${DISTNAME}
@@ -9,7 +9,9 @@
 MAINTAINER=            shell%NetBSD.org@localhost
 COMMENT=               Perl5 module with a simple framework for writing tests
 
-DEPENDS+=              p5-Test-Harness-[0-9]*:../../devel/p5-Test-Harness
+# 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
 



Home | Main Index | Thread Index | Old Index