aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_external2
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2003-12-21 18:40:44 +0000
committerClement Laforet <clement@FreeBSD.org>2003-12-21 18:40:44 +0000
commit74c56df4644198766b2659c96b8e3991c7642c6a (patch)
tree46c77853a3ba195cb0022f5235961e977ebcd53c /www/mod_auth_external2
parenta8c91e1d261d9d9557d8b9b6bc18dc6a409d87ea (diff)
downloadports-74c56df4644198766b2659c96b8e3991c7642c6a.tar.gz
ports-74c56df4644198766b2659c96b8e3991c7642c6a.zip
Notes
Diffstat (limited to 'www/mod_auth_external2')
-rw-r--r--www/mod_auth_external2/Makefile14
-rw-r--r--www/mod_auth_external2/distinfo2
-rw-r--r--www/mod_auth_external2/pkg-plist4
3 files changed, 7 insertions, 13 deletions
diff --git a/www/mod_auth_external2/Makefile b/www/mod_auth_external2/Makefile
index 5f300a1cb76c..7f4f305263ab 100644
--- a/www/mod_auth_external2/Makefile
+++ b/www/mod_auth_external2/Makefile
@@ -5,22 +5,20 @@
# $FreeBSD$
PORTNAME= mod_auth_external
-PORTVERSION= 2.2.6
+PORTVERSION= 2.2.7
CATEGORIES= www
MASTER_SITES= http://www.unixpapa.com/software/
DIST_SUBDIR= apache
-MAINTAINER= sheepkiller@cultdeadsheep.org
+MAINTAINER= clement@FreeBSD.org
COMMENT= Allows users authentication based on external mechanisms
-BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2
-RUN_DEPENDS= ${BUILD_DEPENDS}
+USE_APACHE= YES
+APACHE_PORT= www/apache2
LATEST_LINK= mod_auth_external2
-APXS?= ${LOCALBASE}/sbin/apxs
-
-DOC_FILES= AUTHENTICATORS INSTALL README
+PORTDOCS= AUTHENTICATORS INSTALL README
do-build:
@(cd ${WRKSRC}/ && ${APXS} -I. -c ${PORTNAME}.c)
@@ -28,7 +26,7 @@ do-install:
@(cd ${WRKSRC}/ && ${APXS} -A -i ${PORTNAME}.la)
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-. for f in ${DOC_FILES}
+. for f in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
. endfor
.endif
diff --git a/www/mod_auth_external2/distinfo b/www/mod_auth_external2/distinfo
index db712b500b3d..7b84b50c5645 100644
--- a/www/mod_auth_external2/distinfo
+++ b/www/mod_auth_external2/distinfo
@@ -1 +1 @@
-MD5 (apache/mod_auth_external-2.2.6.tar.gz) = e06e9593816f81597f06f88555ff4658
+MD5 (apache/mod_auth_external-2.2.7.tar.gz) = ddd6cd5cc772f1952d83f2b8e5d91243
diff --git a/www/mod_auth_external2/pkg-plist b/www/mod_auth_external2/pkg-plist
index 8a91733f0681..2e4fb1d584e3 100644
--- a/www/mod_auth_external2/pkg-plist
+++ b/www/mod_auth_external2/pkg-plist
@@ -1,7 +1,3 @@
libexec/apache2/mod_auth_external.so
-%%PORTDOCS%%%%DOCSDIR%%/AUTHENTICATORS
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
@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."