pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Depend on p5-libapreq2 (instead of p5-libapreq),...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5855857980ea
branches:  trunk
changeset: 516417:5855857980ea
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jul 20 19:05:24 2006 +0000

description:
Depend on p5-libapreq2 (instead of p5-libapreq), since other dependencies
already pull in apache2 by default. Bump PKGREVISION.

diffstat:

 devel/rt-mysql/Makefile        |  4 ++--
 devel/rt-mysql/Makefile.common |  4 ++--
 devel/rt-pgsql/Makefile        |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (42 lines):

diff -r 618db663da99 -r 5855857980ea devel/rt-mysql/Makefile
--- a/devel/rt-mysql/Makefile   Thu Jul 20 19:00:50 2006 +0000
+++ b/devel/rt-mysql/Makefile   Thu Jul 20 19:05:24 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2006/07/07 22:10:07 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2006/07/20 19:05:24 wiz Exp $
 
-PKGREVISION=   5
+PKGREVISION=   6
 RT_DB_TYPE=    mysql
 
 .include "../../devel/rt-mysql/Makefile.common"
diff -r 618db663da99 -r 5855857980ea devel/rt-mysql/Makefile.common
--- a/devel/rt-mysql/Makefile.common    Thu Jul 20 19:00:50 2006 +0000
+++ b/devel/rt-mysql/Makefile.common    Thu Jul 20 19:05:24 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2006/07/07 22:10:07 jlam Exp $
+# $NetBSD: Makefile.common,v 1.12 2006/07/20 19:05:24 wiz Exp $
 
 DISTNAME=              rt-2-0-15
 CATEGORIES=    devel
@@ -75,7 +75,7 @@
 DEPENDS+=      p5-Params-Validate>=0.02:../../devel/p5-Params-Validate
 DEPENDS+=      p5-HTML-Mason>=1.02:../../www/p5-HTML-Mason
 DEPENDS+=      p5-CGI-[0-9]*:../../www/p5-CGI
-DEPENDS+=      p5-libapreq-[0-9]*:../../www/p5-libapreq
+DEPENDS+=      p5-libapreq2-[0-9]*:../../www/p5-libapreq2
 DEPENDS+=      p5-Apache-Session>=1.53:../../www/p5-Apache-Session
 DEPENDS+=      p5-TimeDate-[0-9]*:../../time/p5-TimeDate
 DEPENDS+=      p5-MIME-tools>=5.108:../../mail/p5-MIME-tools
diff -r 618db663da99 -r 5855857980ea devel/rt-pgsql/Makefile
--- a/devel/rt-pgsql/Makefile   Thu Jul 20 19:00:50 2006 +0000
+++ b/devel/rt-pgsql/Makefile   Thu Jul 20 19:05:24 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2006/07/07 22:10:07 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2006/07/20 19:05:24 wiz Exp $
 
-PKGREVISION=   5
+PKGREVISION=   6
 RT_DB_TYPE=    Pg
 
 .include "../../devel/rt-mysql/Makefile.common"



Home | Main Index | Thread Index | Old Index