From 7fe8ce07cd12d22909180fe6f4c0bc28270c7451 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 2 Jun 2006 18:27:54 +0000 Subject: 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@. --- www/ap-auth-pgsql/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'www/ap-auth-pgsql') diff --git a/www/ap-auth-pgsql/Makefile b/www/ap-auth-pgsql/Makefile index e5cea03c5da..daaaf1071be 100644 --- a/www/ap-auth-pgsql/Makefile +++ b/www/ap-auth-pgsql/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2006/02/05 23:11:16 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2006/06/02 18:27:58 joerg Exp $ DISTNAME= mod_auth_pgsql-0.9.12 -PKGNAME= ap-auth-pgsql-0.9.12 -PKGREVISION= 3 +PKGNAME= ap13-auth-pgsql-0.9.12 CATEGORIES= www databases MASTER_SITES= http://www.giuseppetanzilli.it/mod_auth_pgsql/dist/ @@ -10,7 +9,9 @@ MAINTAINER= waddell@caravan.com HOMEPAGE= http://www.giuseppetanzilli.it/mod_auth_pgsql/ COMMENT= Apache module for user authentication/logging against a PostgreSQL DB -CONFLICTS= ap-auth-postgresql-[0-9]* +CONFLICTS= ap-auth-pgsql-[0-9]* +CONFLICTS+= ap-auth-postgresql-[0-9]* +CONFLICTS+= ap13-auth-postgresql-[0-9]* APACHE_MODULE_NAME= mod_auth_pgsql.so -- cgit v1.2.3