pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ap2-auth-pgsql Use the correct install path in the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28b5ede084e2
branches:  trunk
changeset: 481894:28b5ede084e2
user:      tv <tv%pkgsrc.org@localhost>
date:      Thu Oct 14 15:33:51 2004 +0000

description:
Use the correct install path in the PLIST.

diffstat:

 www/ap2-auth-pgsql/Makefile |  14 +++++++-------
 www/ap2-auth-pgsql/PLIST    |   4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (42 lines):

diff -r 05850dfb9c42 -r 28b5ede084e2 www/ap2-auth-pgsql/Makefile
--- a/www/ap2-auth-pgsql/Makefile       Thu Oct 14 15:31:40 2004 +0000
+++ b/www/ap2-auth-pgsql/Makefile       Thu Oct 14 15:33:51 2004 +0000
@@ -1,21 +1,21 @@
-# $NetBSD: Makefile,v 1.4 2004/10/03 00:18:24 tv Exp $
+# $NetBSD: Makefile,v 1.5 2004/10/14 15:33:51 tv Exp $
 # FreeBSD Id: ports/www/mod_auth_pgsql2/Makefile,v 1.5 2004/02/06 11:21:00 clement Exp
 
 DISTNAME=              mod_auth_pgsql-2.0.2b1
-PKGNAME=               ap2-auth-pgsql-2.0.2b1
-PKGREVISION=   1
+PKGNAME=               ${DISTNAME:S/^mod-/ap2/:S/_/-/g}
+PKGREVISION=           2
 CATEGORIES=            www databases
-MASTER_SITES=  http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/
+MASTER_SITES=          http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/
 
 MAINTAINER=            tech-pkg%NetBSD.org@localhost
 HOMEPAGE=              http://www.giuseppetanzilli.it/mod_auth_pgsql2/
 COMMENT=               Allows users to use PostgreSQL databases for user authentication
 
 CONFLICTS=             ap-auth-postgresql-*
-USE_BUILDLINK3=        yes
+USE_BUILDLINK3=                yes
 
-APACHE_MODULE =                yes
-APACHE_MODULE_NAME =   ap2-auth-pgsql
+APACHE_MODULE=         yes
+APACHE_MODULE_NAME=    ap2-auth-pgsql
 
 do-build:
        cd ${WRKSRC} && \
diff -r 05850dfb9c42 -r 28b5ede084e2 www/ap2-auth-pgsql/PLIST
--- a/www/ap2-auth-pgsql/PLIST  Thu Oct 14 15:31:40 2004 +0000
+++ b/www/ap2-auth-pgsql/PLIST  Thu Oct 14 15:33:51 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/21 16:06:22 darcy Exp $
-libexec/apache2/mod_auth_pgsql.so
+@comment $NetBSD: PLIST,v 1.2 2004/10/14 15:33:51 tv Exp $
+lib/httpd/mod_auth_pgsql.so
 @exec %D/sbin/apxs -e -a -n auth_pgsql %D/%f
 @unexec echo "===>  If you do not plan on reinstalling mod_auth_pgsql, you must manually remove"; echo "===>  references to it in httpd.conf."



Home | Main Index | Thread Index | Old Index