- Update to 1.4
Now mod_auth_any works with apache2!
This commit is contained in:
parent
8b55f23efb
commit
b9fadce313
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115617
@ -6,18 +6,25 @@
|
||||
#
|
||||
|
||||
PORTNAME= mod_auth_any
|
||||
PORTVERSION= 1.3.2
|
||||
PORTVERSION= 1.4
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.itlab.musc.edu/webNIS/dist/
|
||||
|
||||
MAINTAINER= clement@FreeBSD.org
|
||||
COMMENT= Apache module to use any command line program to authenticate a user
|
||||
|
||||
WANT_APACHE= 13
|
||||
AP_FAST_BUILD= yes
|
||||
AP_GENPLIST= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}/src
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if exists(${LOCALBASE}/include/apache2/http_core.h) || defined(WITH_APACHE2)
|
||||
WANT_APACHE= 2
|
||||
# Dirty hack
|
||||
AP_INC+= . -DWITH_APACHE2=1
|
||||
.else
|
||||
WANT_APACHE= 13
|
||||
.endif
|
||||
|
||||
.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (mod_auth_any-1.3.2.tar.gz) = ae9ac533576915a05e9728e914c4ec88
|
||||
SIZE (mod_auth_any-1.3.2.tar.gz) = 8565
|
||||
MD5 (mod_auth_any-1.4.tar.gz) = 73e2aef19a126b77190e59b20486c8d9
|
||||
SIZE (mod_auth_any-1.4.tar.gz) = 21917
|
||||
|
Loading…
Reference in New Issue
Block a user