summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2008-01-31 17:00:48 +0000
committerBenedikt Boehm <hollow@gentoo.org>2008-01-31 17:00:48 +0000
commit86c49f21139e398dd7bb717b03d9ad56674b427f (patch)
tree781cd0af99bdc1297986148794f1624599b6faed /www-apache/mod_auth_kerb
parentremove broken version (diff)
downloadgentoo-2-86c49f21139e398dd7bb717b03d9ad56674b427f.tar.gz
gentoo-2-86c49f21139e398dd7bb717b03d9ad56674b427f.tar.bz2
gentoo-2-86c49f21139e398dd7bb717b03d9ad56674b427f.zip
fix depend.apache usage wrt #208033
(Portage version: 2.1.4)
Diffstat (limited to 'www-apache/mod_auth_kerb')
-rw-r--r--www-apache/mod_auth_kerb/ChangeLog6
-rw-r--r--www-apache/mod_auth_kerb/files/11_mod_auth_kerb.conf2
-rw-r--r--www-apache/mod_auth_kerb/mod_auth_kerb-5.3.ebuild6
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"
}