diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-02 09:53:03 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-02 09:53:03 +0000 |
commit | bf728cf63c2e2122f4b055bd808dded540fa0dc1 (patch) | |
tree | 726f3445769e5a79ca2a5f09c49bf027d60e6959 /www/mod_proxy_html | |
parent | 1d649c8785526c6ddc9f928700057984f9219673 (diff) | |
download | ports-bf728cf63c2e2122f4b055bd808dded540fa0dc1.tar.gz ports-bf728cf63c2e2122f4b055bd808dded540fa0dc1.zip |
Update to 2.2
PR: ports/69892
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=115252
Diffstat (limited to 'www/mod_proxy_html')
-rw-r--r-- | www/mod_proxy_html/Makefile | 8 | ||||
-rw-r--r-- | www/mod_proxy_html/distinfo | 4 | ||||
-rw-r--r-- | www/mod_proxy_html/pkg-message | 11 |
3 files changed, 17 insertions, 6 deletions
diff --git a/www/mod_proxy_html/Makefile b/www/mod_proxy_html/Makefile index 5cfc96d5e891..54e6a28bb301 100644 --- a/www/mod_proxy_html/Makefile +++ b/www/mod_proxy_html/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_proxy_html -PORTVERSION= 2.1 +PORTVERSION= 2.2 CATEGORIES= www MASTER_SITES= http://apache.webthing.com/${PORTNAME}/ DISTNAME= ${PORTNAME} @@ -32,8 +32,8 @@ do-build: do-install: @(cd ${WRKSRC} && ${APXS} -A -i ${PORTNAME}.la) - @${ECHO} "================================================================================" - @${ECHO} "Enable mod_proxy_html in Apache's config manually." - @${ECHO} "================================================================================" + +post-install: + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/www/mod_proxy_html/distinfo b/www/mod_proxy_html/distinfo index 355f8794ac57..607ef0d20785 100644 --- a/www/mod_proxy_html/distinfo +++ b/www/mod_proxy_html/distinfo @@ -1,2 +1,2 @@ -MD5 (mod_proxy_html.c) = b1828fb7fb9305ef14c583c99e1fed02 -SIZE (mod_proxy_html.c) = 31392 +MD5 (mod_proxy_html.c) = df7ed20b8543aeb4d4fd017db8138646 +SIZE (mod_proxy_html.c) = 31562 diff --git a/www/mod_proxy_html/pkg-message b/www/mod_proxy_html/pkg-message new file mode 100644 index 000000000000..4e6dcfe8b3c5 --- /dev/null +++ b/www/mod_proxy_html/pkg-message @@ -0,0 +1,11 @@ +================================================================================ + +Edit your Apache configuration file to enable mod_proxy_html. + +Documentation available: + + Configuration guide: http://apache.webthing.com/mod_proxy_html/config.html + + Reverse Proxy Tutorial: http://www.apacheweek.com/features/reverseproxies + +================================================================================ |