summaryrefslogtreecommitdiff
path: root/www/ap-dav
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-02 18:27:54 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-02 18:27:54 +0000
commit337c6b1297ecf0ce92e4814030662b8352b54ab4 (patch)
treeb7f585bd5e2d200a0004ced04920ab0be7a7445a /www/ap-dav
parent8757488bf5f26f41ea12d0d61cd79d3a80c7dceb (diff)
downloadpkgsrc-337c6b1297ecf0ce92e4814030662b8352b54ab4.tar.gz
Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
Diffstat (limited to 'www/ap-dav')
-rw-r--r--www/ap-dav/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/www/ap-dav/Makefile b/www/ap-dav/Makefile
index 38d48377ea2..e65a6bcb663 100644
--- a/www/ap-dav/Makefile
+++ b/www/ap-dav/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2006/04/06 06:22:52 reed Exp $
+# $NetBSD: Makefile,v 1.20 2006/06/02 18:27:59 joerg Exp $
DISTNAME= mod_dav-1.0.3-1.3.6
-PKGNAME= ap-dav-1.0.3
-PKGREVISION= 4
+PKGNAME= ap13-dav-1.0.3
CATEGORIES= www
MASTER_SITES= http://www.webdav.org/mod_dav/
@@ -10,8 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.webdav.org/mod_dav/
COMMENT= Apache WebDAV module
-# Ugly mess that says apache>=1.3.9 and apache<2.0.
-BUILDLINK_API_DEPENDS.apache+= {apache-1.3.9*,apache-1.3.[1-9][0-9]*,apache6-1.3.9*,apache6-1.3.[1-9][0-9]*}
+CONFLICTS= ap-dav-[0-9]*
APACHE_MODULE= YES
GNU_CONFIGURE= YES