diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2008-01-31 17:00:48 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2008-01-31 17:00:48 +0000 |
commit | 90429668c75d12834eae60f826618ee2a3ed715a (patch) | |
tree | 738d8cd657fd9caa8117471c55437ec4de4c4c61 /www-apache/mod_auth_kerb | |
parent | remove broken version (diff) | |
download | historical-90429668c75d12834eae60f826618ee2a3ed715a.tar.gz historical-90429668c75d12834eae60f826618ee2a3ed715a.tar.bz2 historical-90429668c75d12834eae60f826618ee2a3ed715a.zip |
fix depend.apache usage wrt #208033
Package-Manager: portage-2.1.4
Diffstat (limited to 'www-apache/mod_auth_kerb')
-rw-r--r-- | www-apache/mod_auth_kerb/ChangeLog | 6 | ||||
-rw-r--r-- | www-apache/mod_auth_kerb/files/11_mod_auth_kerb.conf | 2 | ||||
-rw-r--r-- | www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild | 6 |
3 files changed, 9 insertions, 5 deletions
diff --git a/www-apache/mod_auth_kerb/ChangeLog b/www-apache/mod_auth_kerb/ChangeLog index 5afb968cdb05..e61c000e6b9f 100644 --- a/www-apache/mod_auth_kerb/ChangeLog +++ b/www-apache/mod_auth_kerb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apache/mod_auth_kerb # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog,v 1.5 2008/01/27 16:53:08 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/ChangeLog,v 1.6 2008/01/31 17:00:47 hollow Exp $ + + 31 Jan 2008; Benedikt Böhm <hollow@gentoo.org> + files/11_mod_auth_kerb.conf, mod_auth_kerb-5.3.ebuild: + fix depend.apache usage wrt #208033 27 Jan 2008; Benedikt Böhm <hollow@gentoo.org> ChangeLog, Manifest: fix metadata; cleanup diff --git a/www-apache/mod_auth_kerb/files/11_mod_auth_kerb.conf b/www-apache/mod_auth_kerb/files/11_mod_auth_kerb.conf index 03a961f1a6e1..e567274c7707 100644 --- a/www-apache/mod_auth_kerb/files/11_mod_auth_kerb.conf +++ b/www-apache/mod_auth_kerb/files/11_mod_auth_kerb.conf @@ -1,5 +1,5 @@ <IfDefine AUTH_KERB> -LoadModule auth_kerb_module modules/mod_auth_kerb.so +LoadModule auth_kerb_module modules/mod_auth_kerb.so <Directory "/var/www/private"> AuthType Kerberos diff --git a/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild b/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild index 38912fc3ee7e..3c85be3e0216 100644 --- a/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild +++ b/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild @@ -1,6 +1,6 @@ -# 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_kerb/mod_auth_kerb-5.3.ebuild,v 1.2 2007/09/21 20:59:36 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild,v 1.3 2008/01/31 17:00:47 hollow Exp $ inherit apache-module @@ -24,6 +24,6 @@ DOCFILES="INSTALL README" need_apache src_compile() { - CFLAGS="" APXS="${APXS2}" econf --with-krb5=/usr --without-krb4 || die "econf failed" + CFLAGS="" APXS="${APXS}" econf --with-krb5=/usr --without-krb4 || die "econf failed" emake || die "emake failed" } |