Date: 2 Aug 2004 01:24:17 -0000 From: David Lay <dsl@webize.com.au> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/69892: Update www/mod_proxy_html to fix build Message-ID: <20040802012417.12756.qmail@mayhem.webize.com.au> Resent-Message-ID: <200408020130.i721UHQ0092064@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69892 >Category: ports >Synopsis: Update www/mod_proxy_html to fix build >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Aug 02 01:30:13 GMT 2004 >Closed-Date: >Last-Modified: >Originator: David Lay >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: Webize >Environment: System: FreeBSD mayhem.webize.com.au 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #12: Fri Jul 9 16:57:41 EST 2004 >Description: www/mod_proxy_html will not build due to distfile checksum/size mismatch. Version 2.1 is no longer available from $MASTER_SITE. Updating to version 2.2 fixes the problem. >How-To-Repeat: >Fix: --- mod_proxy_html.patch begins here --- diff -Nur www/mod_proxy_html.orig/Makefile www/mod_proxy_html/Makefile --- www/mod_proxy_html.orig/Makefile Fri Jul 30 11:08:27 2004 +++ www/mod_proxy_html/Makefile Mon Aug 2 10:51:23 2004 @@ -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-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 -Nur www/mod_proxy_html.orig/distinfo www/mod_proxy_html/distinfo --- www/mod_proxy_html.orig/distinfo Thu Jul 29 12:18:07 2004 +++ www/mod_proxy_html/distinfo Mon Aug 2 10:27:11 2004 @@ -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 -Nur www/mod_proxy_html.orig/pkg-message www/mod_proxy_html/pkg-message --- www/mod_proxy_html.orig/pkg-message Thu Jan 1 10:00:00 1970 +++ www/mod_proxy_html/pkg-message Mon Aug 2 10:43:23 2004 @@ -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 + +================================================================================ --- mod_proxy_html.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040802012417.12756.qmail>