- Update to 2.2.8

- Utilize www/apache2/Makefile.modules.3rd macros
This commit is contained in:
Clement Laforet 2004-07-11 09:18:44 +00:00
parent d0b2e40d6b
commit 5238e91085
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113382
3 changed files with 10 additions and 14 deletions

View file

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= mod_auth_external
PORTVERSION= 2.2.7
PORTVERSION= 2.2.8
CATEGORIES= www
MASTER_SITES= http://www.unixpapa.com/software/
DIST_SUBDIR= apache
@ -13,17 +13,16 @@ DIST_SUBDIR= apache
MAINTAINER= clement@FreeBSD.org
COMMENT= Allows users authentication based on external mechanisms
USE_APACHE= YES
APACHE_PORT= www/apache2
WANT_APACHE= 2
AP_FAST_BUILD= YES
AP_GENPLIST= YES
LATEST_LINK= mod_auth_external2
PORTDOCS= AUTHENTICATORS INSTALL README
do-build:
@(cd ${WRKSRC}/ && ${APXS} -I. -c ${PORTNAME}.c)
do-install:
@(cd ${WRKSRC}/ && ${APXS} -A -i ${PORTNAME}.la)
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
. for f in ${PORTDOCS}
@ -31,4 +30,4 @@ do-install:
. endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View file

@ -1,2 +1,2 @@
MD5 (apache/mod_auth_external-2.2.7.tar.gz) = ddd6cd5cc772f1952d83f2b8e5d91243
SIZE (apache/mod_auth_external-2.2.7.tar.gz) = 64220
MD5 (apache/mod_auth_external-2.2.8.tar.gz) = a68827201f8e95493ce73a7f6855396a
SIZE (apache/mod_auth_external-2.2.8.tar.gz) = 64406

View file

@ -1,3 +0,0 @@
libexec/apache2/mod_auth_external.so
@exec %D/sbin/apxs -e -a -n auth_external %D/%f
@unexec echo "===> If you do not plan on reinstalling mod_auth_external, you must manually remove"; echo "===> references to it in httpd.conf."