pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/rt3 Remove dependency on Apachte::Test. It's no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3d4c3350708
branches:  trunk
changeset: 519075:d3d4c3350708
user:      cube <cube%pkgsrc.org@localhost>
date:      Fri Sep 29 23:38:46 2006 +0000

description:
Remove dependency on Apachte::Test.  It's not really necessary and cause
dependency headaches because of mod_perl2.

ok'd by wiz@ during freeze.

diffstat:

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

diffs (21 lines):

diff -r 15621afce09d -r d3d4c3350708 devel/rt3/Makefile
--- a/devel/rt3/Makefile        Fri Sep 29 22:12:51 2006 +0000
+++ b/devel/rt3/Makefile        Fri Sep 29 23:38:46 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2006/07/07 21:32:35 cube Exp $
+# $NetBSD: Makefile,v 1.21 2006/09/29 23:38:46 cube Exp $
 
 DISTNAME=              rt-3.4.5
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            devel
 MASTER_SITES=          http://download.bestpractical.com/pub/rt/release/
 
@@ -85,7 +85,6 @@
 
 # Dev dependencies:
 DEPENDS+=      p5-Regexp-Common>=2.113:../../textproc/p5-Regexp-Common
-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
 DEPENDS+=      p5-Test-WWW-Mechanize-[0-9]*:../../www/p5-Test-WWW-Mechanize
 



Home | Main Index | Thread Index | Old Index