diff options
author | clement <clement@FreeBSD.org> | 2004-07-11 17:18:44 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-07-11 17:18:44 +0800 |
commit | c8e2732353ce4be15d9e5d9a241eac38884442d8 (patch) | |
tree | 9cd1aa5d6fb19708c7478528a5361f4618d14cc0 /www/mod_auth_external2 | |
parent | 3a0715ca5a0b04ac8c0705d66e9ebe36fbaa72cc (diff) | |
download | freebsd-ports-gnome-c8e2732353ce4be15d9e5d9a241eac38884442d8.tar.gz freebsd-ports-gnome-c8e2732353ce4be15d9e5d9a241eac38884442d8.tar.zst freebsd-ports-gnome-c8e2732353ce4be15d9e5d9a241eac38884442d8.zip |
- Update to 2.2.8
- Utilize www/apache2/Makefile.modules.3rd macros
Diffstat (limited to 'www/mod_auth_external2')
-rw-r--r-- | www/mod_auth_external2/Makefile | 17 | ||||
-rw-r--r-- | www/mod_auth_external2/distinfo | 4 | ||||
-rw-r--r-- | www/mod_auth_external2/pkg-plist | 3 |
3 files changed, 10 insertions, 14 deletions
diff --git a/www/mod_auth_external2/Makefile b/www/mod_auth_external2/Makefile index 7f4f305263ab..c45f17037fa9 100644 --- a/www/mod_auth_external2/Makefile +++ b/www/mod_auth_external2/Makefile @@ -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> diff --git a/www/mod_auth_external2/distinfo b/www/mod_auth_external2/distinfo index 9d3ecb152a46..b80f6c054910 100644 --- a/www/mod_auth_external2/distinfo +++ b/www/mod_auth_external2/distinfo @@ -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 diff --git a/www/mod_auth_external2/pkg-plist b/www/mod_auth_external2/pkg-plist deleted file mode 100644 index 2e4fb1d584e3..000000000000 --- a/www/mod_auth_external2/pkg-plist +++ /dev/null @@ -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." |