diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-01-14 17:45:07 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-01-14 17:45:07 +0000 |
commit | 4e1f35b82fce01448b58c7e63e59059651717173 (patch) | |
tree | e73e6d660f5eb04e7859ec39f9a7ba98ae3145f4 /net-www/mod_auth_pgsql | |
parent | Remove bundled jars in src_unpack. (diff) | |
download | historical-4e1f35b82fce01448b58c7e63e59059651717173.tar.gz historical-4e1f35b82fce01448b58c7e63e59059651717173.tar.bz2 historical-4e1f35b82fce01448b58c7e63e59059651717173.zip |
Fix configs.
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'net-www/mod_auth_pgsql')
-rw-r--r-- | net-www/mod_auth_pgsql/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-www/mod_auth_pgsql/ChangeLog b/net-www/mod_auth_pgsql/ChangeLog index 1f1ec681c721..3f837ebf27a9 100644 --- a/net-www/mod_auth_pgsql/ChangeLog +++ b/net-www/mod_auth_pgsql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mod_auth_pgsql # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.32 2007/01/14 01:30:54 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.33 2007/01/14 17:45:07 chtekk Exp $ + + 14 Jan 2007; Luca Longinotti <chtekk@gentoo.org> + -files/80_mod_auth_pgsql_ap1.conf, mod_auth_pgsql-0.9.12-r1.ebuild: + Config files are the same. 14 Jan 2007; Luca Longinotti <chtekk@gentoo.org> -files/0.9.12-r1/80_mod_auth_pgsql.conf, diff --git a/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12-r1.ebuild b/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12-r1.ebuild index 505ab6e683a4..67e0dcfe7aeb 100644 --- a/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12-r1.ebuild +++ b/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12-r1.ebuild,v 1.5 2007/01/14 01:30:54 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12-r1.ebuild,v 1.6 2007/01/14 17:45:07 chtekk Exp $ inherit apache-module multilib @@ -16,7 +16,7 @@ IUSE="" DEPEND="dev-db/libpq" RDEPEND="${DEPEND}" -APACHE1_MOD_CONF="80_mod_auth_pgsql_ap1" +APACHE1_MOD_CONF="80_mod_auth_pgsql" APACHE1_MOD_DEFINE="AUTH_PGSQL" DOCFILES="INSTALL README mod_auth_pgsql.html" |