pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ap-auth-script Update to 1.10:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19345c81ebbc
branches:  trunk
changeset: 517342:19345c81ebbc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 09 10:46:47 2006 +0000

description:
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:

 www/ap-auth-script/Makefile |  16 +++++++++++++---
 www/ap-auth-script/distinfo |   8 ++++----
 2 files changed, 17 insertions(+), 7 deletions(-)

diffs (46 lines):

diff -r d57419a11e14 -r 19345c81ebbc www/ap-auth-script/Makefile
--- a/www/ap-auth-script/Makefile       Wed Aug 09 10:07:23 2006 +0000
+++ b/www/ap-auth-script/Makefile       Wed Aug 09 10:46:47 2006 +0000
@@ -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 @@
 
 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 -r d57419a11e14 -r 19345c81ebbc www/ap-auth-script/distinfo
--- a/www/ap-auth-script/distinfo       Wed Aug 09 10:07:23 2006 +0000
+++ b/www/ap-auth-script/distinfo       Wed Aug 09 10:46:47 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index