diff options
author | Clement Laforet <clement@FreeBSD.org> | 2003-12-21 18:40:44 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2003-12-21 18:40:44 +0000 |
commit | 74c56df4644198766b2659c96b8e3991c7642c6a (patch) | |
tree | 46c77853a3ba195cb0022f5235961e977ebcd53c /www/mod_auth_external2 | |
parent | a8c91e1d261d9d9557d8b9b6bc18dc6a409d87ea (diff) |
- Update to 2.2.7
- use PORTDOCS macro
- Change my email address
Approved by: erwin (mentor)
Notes
Notes:
svn path=/head/; revision=96342
Diffstat (limited to 'www/mod_auth_external2')
-rw-r--r-- | www/mod_auth_external2/Makefile | 14 | ||||
-rw-r--r-- | www/mod_auth_external2/distinfo | 2 | ||||
-rw-r--r-- | www/mod_auth_external2/pkg-plist | 4 |
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." |