Subject: CVS commit: pkgsrc/devel/p5-Test-Harness
To: None <pkgsrc-changes@NetBSD.org>
From: grant beattie <grant@netbsd.org>
List: pkgsrc-changes
Date: 06/12/2004 04:01:45
Module Name: pkgsrc
Committed By: grant
Date: Sat Jun 12 04:01:45 UTC 2004
Modified Files:
pkgsrc/devel/p5-Test-Harness: depends.mk
Log Message:
swap order of depends so that perl>=5.8.3 is preferred over
p5-Test-Harness.
the old way:
{p5-Test-Harness-[0-9]*,perl{,-thread}>=5.8.3}:../../devel/p5-Test-Harness
is normally ok because if either is installed the dependency is
satisfied. however, in a bulk build, every package which uses this
DEPENDS is automatically failed because p5-Test-Harness is preferred
but it conflicts with perl>=5.8.3 (they both install bin/prove and
prove.1).
this way, perl is preferred and the dependency should be satisfied
correctly in bulk builds.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/p5-Test-Harness/depends.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.