summaryrefslogtreecommitdiff
path: root/www/ap-auth-script
diff options
context:
space:
mode:
authorwiz <wiz>2006-08-09 10:46:47 +0000
committerwiz <wiz>2006-08-09 10:46:47 +0000
commitbebbc005105f9dafb6a8aaed3bbd02054ec37e3a (patch)
tree28a4a4c56f2c6cfcd2739a337f66fdf0dff6fadc /www/ap-auth-script
parent778cabfc1275af9c5ad4ec98bbcdae1237245c8d (diff)
downloadpkgsrc-bebbc005105f9dafb6a8aaed3bbd02054ec37e3a.tar.gz
Update to 1.10:
Bug fixes and support for apache2. XXX: compilation for apache2 works, but installation fails -- if you know apxs, please take a look: apxs:Error: Sorry, cannot determine bootstrap symbol name. apxs:Error: Please specify one with option `-n'.
Diffstat (limited to 'www/ap-auth-script')
-rw-r--r--www/ap-auth-script/Makefile16
-rw-r--r--www/ap-auth-script/distinfo8
2 files changed, 17 insertions, 7 deletions
diff --git a/www/ap-auth-script/Makefile b/www/ap-auth-script/Makefile
index 223b3b1ffd1..a39bad28fd0 100644
--- a/www/ap-auth-script/Makefile
+++ b/www/ap-auth-script/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2006/06/02 18:27:59 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2006/08/09 10:46:47 wiz Exp $
#
-DISTNAME= mod_auth_script-alpha1.3
-PKGNAME= ap13-auth-script-1.3
+DISTNAME= auth_script-alpha1.10
+PKGNAME= ${APACHE_PKG_PREFIX}-auth-script-1.10
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mod-auth-script/}
@@ -12,7 +12,17 @@ COMMENT= Apache module for script-based authentication
CONFLICTS= ap-auth-script-[0-9]*
+# XXX: apache2: compilation works, installation fails
+PKG_APACHE_ACCEPTED= apache13
+
+.include "../../mk/apache.mk"
+
APACHE_MODULE_NAME= mod_auth_script.so
+.if ${PKG_APACHE} == "apache13"
+APACHE_MODULE_SRC= mod_auth_script.c
+.else
+APACHE_MODULE_SRC= mod_auth_script2.c
+.endif
.include "../../www/apache/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/ap-auth-script/distinfo b/www/ap-auth-script/distinfo
index e5455c7638b..d6c0a37c2eb 100644
--- a/www/ap-auth-script/distinfo
+++ b/www/ap-auth-script/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 14:08:27 wiz Exp $
+$NetBSD: distinfo,v 1.3 2006/08/09 10:46:47 wiz Exp $
-SHA1 (mod_auth_script-alpha1.3.tar.gz) = 26dc2441bb2974553fcd302f6dec17b247e6e3e1
-RMD160 (mod_auth_script-alpha1.3.tar.gz) = 2a0878d6d8fcf80f2aa53d6990c8df69c7b362a0
-Size (mod_auth_script-alpha1.3.tar.gz) = 9155 bytes
+SHA1 (auth_script-alpha1.10.tar.gz) = 9fca27aca84e22bb37bbcf41ec72a3efca32b370
+RMD160 (auth_script-alpha1.10.tar.gz) = 0b8780f626304a3f27446220090c0ffcb5ace962
+Size (auth_script-alpha1.10.tar.gz) = 7171 bytes