pkgsrc/devel/p5-Test-Harness
grant a8c438f3b5 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.
2004-06-12 04:01:45 +00:00
..
patches Update to 2.40. 2004-01-18 22:09:14 +00:00
depends.mk swap order of depends so that perl>=5.8.3 is preferred over 2004-06-12 04:01:45 +00:00
DESCR Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
distinfo Update to 2.40. 2004-01-18 22:09:14 +00:00
Makefile Add to conflicts, seems safer. 2004-05-01 16:04:37 +00:00
PLIST Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00