pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/rt3 Depend on either ap2-perl or p5-Apache-Test ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a539cbdf6417
branches:  trunk
changeset: 511705:a539cbdf6417
user:      cube <cube%pkgsrc.org@localhost>
date:      Wed Apr 19 17:21:35 2006 +0000

description:
Depend on either ap2-perl or p5-Apache-Test (defaulting to the latter of
course) for Apache::Test, as both provide it.

diffstat:

 devel/rt3/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 66d1d916b843 -r a539cbdf6417 devel/rt3/Makefile
--- a/devel/rt3/Makefile        Wed Apr 19 17:20:59 2006 +0000
+++ b/devel/rt3/Makefile        Wed Apr 19 17:21:35 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2006/02/05 23:08:52 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2006/04/19 17:21:35 cube Exp $
 
 DISTNAME=              rt-3.2.3
-PKGREVISION=           5
+PKGREVISION=           6
 CATEGORIES=            devel
 MASTER_SITES=          http://download.bestpractical.com/pub/rt/release/
 
@@ -72,7 +72,7 @@
 
 # Dev dependencies:
 DEPENDS+=      p5-Regexp-Common>=2.113:../../textproc/p5-Regexp-Common
-DEPENDS+=      p5-Apache-Test-[0-9]*:../../www/p5-Apache-Test
+DEPENDS+=      {p5-Apache-Test-[0-9]*,ap2-perl>=2.0.1}:../../www/p5-Apache-Test
 DEPENDS+=      p5-WWW-Mechanize>=0.72:../../www/p5-WWW-Mechanize
 
 USE_PKGLOCALEDIR=      yes



Home | Main Index | Thread Index | Old Index