pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/websvn use ap-php instead of ap-php4, and simplify...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5db1d7d8f680
branches:  trunk
changeset: 483061:5db1d7d8f680
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sat Nov 06 20:44:56 2004 +0000

description:
use ap-php instead of ap-php4, and simplify the DEPENDS match; also
use DEPENDS rather than BUILD_DEPENDS for PHP, since PHP is necessary
to _run_ this

bump PKGREVISION

diffstat:

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

diffs (24 lines):

diff -r fa0080330b28 -r 5db1d7d8f680 www/websvn/Makefile
--- a/www/websvn/Makefile       Sat Nov 06 20:21:53 2004 +0000
+++ b/www/websvn/Makefile       Sat Nov 06 20:44:56 2004 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2004/06/21 01:34:16 xtraeme Exp $
+# $NetBSD: Makefile,v 1.3 2004/11/06 20:44:56 jdolecek Exp $
 #
 
 DISTNAME=      WebSVN_140
 PKGNAME=       websvn-1.40
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  http://websvn.tigris.org/files/documents/1380/10659/
 
@@ -10,8 +11,7 @@
 HOMEPAGE=      http://websvn.tigris.org/
 COMMENT=       Subversion repository web frontend
 
-BUILD_DEPENDS+=        {apache-[0-9]*,apache6-[0-9]*,apache2-[0-9]*}:../../www/apache2
-BUILD_DEPENDS+=        ap-php-[0-9]*:../../www/ap-php4
+DEPENDS+=      ap{,2}-php>=4.0.0:../../www/ap-php
 
 WRKSRC=                ${WRKDIR}/WebSVN
 NO_BUILD=      yes



Home | Main Index | Thread Index | Old Index