summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www-apache/mod_auth_pgsql/ChangeLog8
-rw-r--r--www-apache/mod_auth_pgsql/files/80_mod_auth_pgsql.conf5
-rw-r--r--www-apache/mod_auth_pgsql/mod_auth_pgsql-2.0.3-r1.ebuild8
3 files changed, 12 insertions, 9 deletions
diff --git a/www-apache/mod_auth_pgsql/ChangeLog b/www-apache/mod_auth_pgsql/ChangeLog
index 92a17ed1a0f8..039f969f679e 100644
--- a/www-apache/mod_auth_pgsql/ChangeLog
+++ b/www-apache/mod_auth_pgsql/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apache/mod_auth_pgsql
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_pgsql/ChangeLog,v 1.2 2007/08/04 17:16:03 swegener Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_pgsql/ChangeLog,v 1.3 2008/01/27 19:06:59 hollow Exp $
+
+ 27 Jan 2008; Benedikt Böhm <hollow@gentoo.org>
+ files/80_mod_auth_pgsql.conf, mod_auth_pgsql-2.0.3-r1.ebuild:
+ cleanup
29 Jul 2007; Christian Heim <phreak@gentoo.org>
+files/80_mod_auth_pgsql.conf, +metadata.xml,
diff --git a/www-apache/mod_auth_pgsql/files/80_mod_auth_pgsql.conf b/www-apache/mod_auth_pgsql/files/80_mod_auth_pgsql.conf
index 6bdf05541c5d..c459b26dcd3c 100644
--- a/www-apache/mod_auth_pgsql/files/80_mod_auth_pgsql.conf
+++ b/www-apache/mod_auth_pgsql/files/80_mod_auth_pgsql.conf
@@ -1,6 +1,5 @@
<IfDefine AUTH_PGSQL>
- <IfModule !mod_auth_pgsql.c>
- LoadModule auth_pgsql_module modules/mod_auth_pgsql.so
- </IfModule>
+LoadModule auth_pgsql_module modules/mod_auth_pgsql.so
</IfDefine>
+# vim: ts=4 filetype=apache
diff --git a/www-apache/mod_auth_pgsql/mod_auth_pgsql-2.0.3-r1.ebuild b/www-apache/mod_auth_pgsql/mod_auth_pgsql-2.0.3-r1.ebuild
index f0a5c395e056..6ba701812ccf 100644
--- a/www-apache/mod_auth_pgsql/mod_auth_pgsql-2.0.3-r1.ebuild
+++ b/www-apache/mod_auth_pgsql/mod_auth_pgsql-2.0.3-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_pgsql/mod_auth_pgsql-2.0.3-r1.ebuild,v 1.1 2007/07/29 16:22:40 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_pgsql/mod_auth_pgsql-2.0.3-r1.ebuild,v 1.2 2008/01/27 19:06:59 hollow Exp $
inherit apache-module multilib
-DESCRIPTION="This module allows user authentication (and can log authentication requests) against information stored in a PostgreSQL database."
+DESCRIPTION="This module allows user authentication against information stored in a PostgreSQL database."
HOMEPAGE="http://www.giuseppetanzilli.it/mod_auth_pgsql2/"
SRC_URI="http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/${P}.tar.gz"
@@ -27,5 +27,5 @@ need_apache2
src_install() {
apache-module_src_install
- fperms 600 "${APACHE2_MODULES_CONFDIR}"/$(basename ${APACHE2_MOD_CONF}).conf
+ fperms 600 "${APACHE2_MODULES_CONFDIR}"/${APACHE2_MOD_CONF}.conf
}