hollow 08/01/31 17:05:34
Modified: mod_auth_nufw-2.2.0.ebuild
mod_auth_nufw-2.2.1.ebuild ChangeLog
Log:
fix depend.apache usage wrt #208033; fix module loading
(Portage version: 2.1.4)
Revision Changes Path
1.4 www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild?r1=1.3&r2=1.4
Index: mod_auth_nufw-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mod_auth_nufw-2.2.0.ebuild 28 Dec 2007 16:42:59 -0000 1.3
+++ mod_auth_nufw-2.2.0.ebuild 31 Jan 2008 17:05:33 -0000 1.4
@@ -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_nufw/mod_auth_nufw-2.2.0.ebuild,v 1.3 2007/12/28 16:42:59 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.0.ebuild,v 1.4 2008/01/31 17:05:33 hollow Exp $
inherit eutils apache-module autotools
@@ -50,7 +50,7 @@
src_compile() {
CPPFLAGS="-I$(/usr/bin/apr-1-config --includedir) ${CPPFLAGS}" \
econf --with-apache22 \
- --with-apxs=${APXS2} \
+ --with-apxs=${APXS} \
$(use_with ldap ldap-uids) \
$(use_with mysql) \
|| die "econf failed"
1.2 www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild?r1=1.1&r2=1.2
Index: mod_auth_nufw-2.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mod_auth_nufw-2.2.1.ebuild 27 Jan 2008 17:17:24 -0000 1.1
+++ mod_auth_nufw-2.2.1.ebuild 31 Jan 2008 17:05:33 -0000 1.2
@@ -1,6 +1,6 @@
# 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_nufw/mod_auth_nufw-2.2.1.ebuild,v 1.1 2008/01/27 17:17:24 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/mod_auth_nufw-2.2.1.ebuild,v 1.2 2008/01/31 17:05:33 hollow Exp $
inherit eutils apache-module autotools
@@ -42,7 +42,7 @@
CPPFLAGS="-I$(/usr/bin/apr-1-config --includedir) ${CPPFLAGS}" \
econf \
--with-apache22 \
- --with-apxs=${APXS2} \
+ --with-apxs=${APXS} \
$(use_with mysql) \
|| die "econf failed"
emake || die "emake failed"
1.6 www-apache/mod_auth_nufw/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 27 Jan 2008 17:17:24 -0000 1.5
+++ ChangeLog 31 Jan 2008 17:05:33 -0000 1.6
@@ -1,6 +1,11 @@
# ChangeLog for www-apache/mod_auth_nufw
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.5 2008/01/27 17:17:24 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_auth_nufw/ChangeLog,v 1.6 2008/01/31 17:05:33 hollow Exp $
+
+ 31 Jan 2008; Benedikt Böhm <hollow@g.o>
+ files/50_mod_auth_nufw.conf, mod_auth_nufw-2.2.0.ebuild,
+ mod_auth_nufw-2.2.1.ebuild:
+ fix depend.apache usage wrt #208033; fix module loading
*mod_auth_nufw-2.2.1 (27 Jan 2008)
--
gentoo-commits@g.o mailing list
|