diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2008-12-17 17:42:09 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2008-12-17 17:42:09 +0000 |
commit | 7acf85d7f4943c7a7febde329e4018ee2addc333 (patch) | |
tree | e85b06bd14fbe8d2d7268b306c764ced411e4d32 /www/mod_proxy_html | |
parent | 498ae40c8d646b54f8bdaebd4e30adf203e29f0c (diff) |
Notes
Diffstat (limited to 'www/mod_proxy_html')
-rw-r--r-- | www/mod_proxy_html/Makefile | 13 | ||||
-rw-r--r-- | www/mod_proxy_html/distinfo | 6 | ||||
-rw-r--r-- | www/mod_proxy_html/files/pkg-message.in | 15 |
3 files changed, 24 insertions, 10 deletions
diff --git a/www/mod_proxy_html/Makefile b/www/mod_proxy_html/Makefile index eef8a6b2acf3..008eef81ad65 100644 --- a/www/mod_proxy_html/Makefile +++ b/www/mod_proxy_html/Makefile @@ -6,12 +6,10 @@ # PORTNAME= mod_proxy_html -PORTVERSION= 3.0.0 -PORTREVISION= 1 +PORTVERSION= 3.0.1 CATEGORIES= www MASTER_SITES= http://apache.webthing.com/${PORTNAME}/ DISTNAME= ${PORTNAME} -EXTRACT_SUFX= .tgz MAINTAINER= dsl@bitwizards.com.au COMMENT= Apache module for rewriting HTML links in proxied content @@ -21,13 +19,22 @@ USE_APACHE= 2.0+ AP_FAST_BUILD= YES AP_GENPLIST= YES SHORTMODNAME= proxy_html +USE_BZIP2= YES USE_GNOME= libxml2 AP_INC+= ${LOCALBASE}/include/libxml2 AP_LIB+= ${LOCALBASE}/lib AP_EXTRAS+= -lxml2 +PLIST_FILES= %%DOCSDIR%%/COPYING %%DOCSDIR%%/README \ + %%DOCSDIR%%/proxy_html.conf +PLIST_DIRS= %%DOCSDIR%% + post-install: + ${MKDIR} ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/COPYING ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/proxy_html.conf ${DOCSDIR} @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/www/mod_proxy_html/distinfo b/www/mod_proxy_html/distinfo index 0d60ebbf4cbe..e538b89eea21 100644 --- a/www/mod_proxy_html/distinfo +++ b/www/mod_proxy_html/distinfo @@ -1,3 +1,3 @@ -MD5 (mod_proxy_html.tgz) = 499a09839bcc212ea712193767477e0c -SHA256 (mod_proxy_html.tgz) = c2c873627f51d513839eca809f70b2907f83a32903b29bd7c8fc765ff758f4a4 -SIZE (mod_proxy_html.tgz) = 20426 +MD5 (mod_proxy_html.tar.bz2) = badb7ee9fb3b892437589d7ceb21637c +SHA256 (mod_proxy_html.tar.bz2) = 69b9b4a107788a150d84b897656db443b51e13cb1f712a614ba3f7baad0d195d +SIZE (mod_proxy_html.tar.bz2) = 19488 diff --git a/www/mod_proxy_html/files/pkg-message.in b/www/mod_proxy_html/files/pkg-message.in index 4e6dcfe8b3c5..e26485be5c05 100644 --- a/www/mod_proxy_html/files/pkg-message.in +++ b/www/mod_proxy_html/files/pkg-message.in @@ -1,11 +1,18 @@ ================================================================================ -Edit your Apache configuration file to enable mod_proxy_html. +If you are upgrading from mod_proxy_html 2.x (or older) you will need to add +some new mod_proxy_html configuration directives to your Apache configuration +file. A sample configuration file that makes mod_proxy_html 3.x operate as a +drop-in replacement for mod_proxy_html 2.x can be found at: -Documentation available: + %%DOCSDIR%%/proxy_html.conf - Configuration guide: http://apache.webthing.com/mod_proxy_html/config.html +For additional documentation, see: - Reverse Proxy Tutorial: http://www.apacheweek.com/features/reverseproxies + %%DOCSDIR%%/README + + Configuration guide: http://apache.webthing.com/mod_proxy_html/config.html + + Reverse Proxy Tutorial: http://www.apachetutor.org/admin/reverseproxies ================================================================================ |