pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www Reorder Apache dependency to get the more specific...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73146d6cd5f3
branches:  trunk
changeset: 529765:73146d6cd5f3
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jun 10 08:40:16 2007 +0000

description:
Reorder Apache dependency to get the more specific ones first.

diffstat:

 www/ap2-auth-ldap/Makefile   |  4 ++--
 www/ap2-auth-radius/Makefile |  7 +++----
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r a8120d6fcb12 -r 73146d6cd5f3 www/ap2-auth-ldap/Makefile
--- a/www/ap2-auth-ldap/Makefile        Sun Jun 10 08:36:33 2007 +0000
+++ b/www/ap2-auth-ldap/Makefile        Sun Jun 10 08:40:16 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/12/08 23:34:10 xtraeme Exp $
+# $NetBSD: Makefile,v 1.15 2007/06/10 08:40:16 joerg Exp $
 
 DISTNAME=      mod_auth_ldap3.05
 PKGNAME=       ap2-auth-ldap-3.05
@@ -18,6 +18,7 @@
 
 PKG_APACHE_ACCEPTED=   apache2 apache22
 
+.include "../../mk/apache.mk"
 BUILDLINK_API_DEPENDS.apache+= apache>=2.0.47
 
 CONFIGURE_ARGS+=       --with-apxs=${APXS:Q}
@@ -37,6 +38,5 @@
 
 .include "../../databases/openldap-client/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
-.include "../../mk/apache.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a8120d6fcb12 -r 73146d6cd5f3 www/ap2-auth-radius/Makefile
--- a/www/ap2-auth-radius/Makefile      Sun Jun 10 08:36:33 2007 +0000
+++ b/www/ap2-auth-radius/Makefile      Sun Jun 10 08:40:16 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/12/08 23:34:11 xtraeme Exp $
+# $NetBSD: Makefile,v 1.5 2007/06/10 08:41:06 joerg Exp $
 
 DISTNAME=      mod_auth_radius
 PKGNAME=       ap2-auth-radius-1.5.7
@@ -17,10 +17,10 @@
 APACHE_MODULE_NAME=    mod_auth_radius
 USE_LIBTOOL=           YES
 
+PKG_APACHE_ACCEPTED=   apache2 apache22
+.include "../../mk/apache.mk"
 BUILDLINK_API_DEPENDS.apache+= apache>=2.0.47
 
-PKG_APACHE_ACCEPTED=   apache2 apache22
-
 .include "../../security/openssl/buildlink3.mk"
 
 post-extract:
@@ -45,5 +45,4 @@
        ${INSTALL_DATA} ${WRKSRC}/httpd.conf \
                ${PREFIX}/share/examples/mod_auth_radius
 
-.include "../../mk/apache.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index