pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ap-auth-external Split out Apache 2.x code into ap...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb1911eb67d1
branches:  trunk
changeset: 536689:fb1911eb67d1
user:      sborrill <sborrill%pkgsrc.org@localhost>
date:      Thu Dec 20 14:31:52 2007 +0000

description:
Split out Apache 2.x code into ap2-auth-external. Fixes pkg/37362

diffstat:

 www/ap-auth-external/Makefile |  11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diffs (32 lines):

diff -r 8e62d73da3a3 -r fb1911eb67d1 www/ap-auth-external/Makefile
--- a/www/ap-auth-external/Makefile     Thu Dec 20 14:08:34 2007 +0000
+++ b/www/ap-auth-external/Makefile     Thu Dec 20 14:31:52 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2007/11/02 15:06:26 sborrill Exp $
+# $NetBSD: Makefile,v 1.6 2007/12/20 14:31:52 sborrill Exp $
 #
 
 DISTNAME=      mod_auth_external-${DISTVERS}
@@ -11,21 +11,14 @@
 HOMEPAGE=      http://unixpapa.com/mod_authnz_external/
 COMMENT=       Apache module for external program authentication
 
-PKG_APACHE_ACCEPTED=   apache13 apache2
+PKG_APACHE_ACCEPTED=   apache13
 
 .include "../../mk/apache.mk"
 
 APACHE_MODULE_NAME=    mod_auth_external.${MODULE_EXT}
 
-.if ${PKG_APACHE} == "apache13"
 DISTVERS=      2.1.19
 MODULE_EXT=    so
 MESSAGE_SUBST+=        MODULE_NAME=external_auth_module
-.else
-DISTVERS=      2.2.11
-MODULE_EXT=    la
-MESSAGE_SUBST+=        MODULE_NAME=auth_external_module
-.endif
-
 .include "../../www/apache/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index