pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ap2-perl Register conflict with p5-Apache-Test and...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d30fa00622ec
branches:  trunk
changeset: 511703:d30fa00622ec
user:      cube <cube%pkgsrc.org@localhost>
date:      Wed Apr 19 17:20:00 2006 +0000

description:
Register conflict with p5-Apache-Test and bump PKGREVISION.

XXX:  I'd expect mod_perl2 to make it possible to have Apache::Test as a
separate package, but that will do for now.

diffstat:

 www/ap2-perl/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r ff8c0bf08f40 -r d30fa00622ec www/ap2-perl/Makefile
--- a/www/ap2-perl/Makefile     Wed Apr 19 17:18:43 2006 +0000
+++ b/www/ap2-perl/Makefile     Wed Apr 19 17:20:00 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2006/03/04 21:30:56 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2006/04/19 17:20:00 cube Exp $
 
 DISTNAME=      mod_perl-2.0.1
 PKGNAME=       ${DISTNAME:S/mod_/ap2-/}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    www perl5
 MASTER_SITES=  http://perl.apache.org/dist/
 
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://perl.apache.org/
 COMMENT=       Module that embeds a Perl interpreter into Apache
 
-CONFLICTS=     ap-perl-[0-9]*
+CONFLICTS=     ap-perl-[0-9]* p5-Apache-Test-[0-9]*
 
 APACHE_MODULE=         # defined
 PERL5_PACKLIST=                auto/mod_perl2/.packlist



Home | Main Index | Thread Index | Old Index