| Summary: | [PATCH] Add www/mod_xml2enc as a dependency for www/mod_proxy_html | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Marin Atanasov <dnaeon> | ||||
| Component: | Individual Port(s) | Assignee: | freebsd-apache (Nobody) <apache> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Marin Atanasov
2011-03-02 17:20:13 UTC
Responsible Changed From-To: freebsd-ports-bugs->apache Over to maintainer (via the GNATS Auto Assign Tool) go for it. On 03/02/11 17:15, Marin Atanasov Nikolov wrote: >> Number: 155204 >> Category: ports >> Synopsis: [PATCH] Add www/mod_xml2enc as a dependency for www/mod_proxy_html >> Confidential: no >> Severity: non-critical >> Priority: low >> Responsible: freebsd-ports-bugs >> State: open >> Quarter: >> Keywords: >> Date-Required: >> Class: update >> Submitter-Id: current-users >> Arrival-Date: Wed Mar 02 17:20:13 UTC 2011 >> Closed-Date: >> Last-Modified: >> Originator: Marin Atanasov Nikolov >> Release: FreeBSD 8.2-PRERELEASE >> Organization: > www.unix-heaven.org >> Environment: > FreeBSD xxx.unix-heaven.org 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #1: Sat Nov 27 14:54:29 EET 2010 root@xxx.unix-heaven.org:/usr/obj/usr/src/sys/GENERIC amd64 > >> Description: > As of version 3.1 www/mod_proxy_html needs xml2enc module to be present. > > I've already had a conversation with the author of www/mod_proxy_html about xml2enc and he recommends making xml2enc a dependency of www/mod_proxy_html. > > Another PR was submitted to add www/mod_xml2enc [1] to the Ports Tree, and this patch adds www/mod_xml2enc as a dependency of www/mod_proxy_html > > For more information please have a look at the following web pages: > > - http://apache.webthing.com/mod_xml2enc/ > - http://apache.webthing.com/mod_proxy_html/ > - [1] http://www.freebsd.org/cgi/query-pr.cgi?pr=155203 >> How-To-Repeat: > >> Fix: > > > Patch attached with submission follows: > > diff -ruN mod_proxy_html.orig/Makefile mod_proxy_html/Makefile > --- mod_proxy_html.orig/Makefile 2010-06-03 07:45:33.000000000 +0300 > +++ mod_proxy_html/Makefile 2011-03-02 18:18:04.000000000 +0200 > @@ -2,7 +2,7 @@ > # Date created: 2004-07-29 > # Whom: David Lay <dsl@webize.com.au> > # > -# $FreeBSD: ports/www/mod_proxy_html/Makefile,v 1.13 2010/06/03 04:45:33 pgollucci Exp $ > +# $FreeBSD$ > # > > PORTNAME= mod_proxy_html > @@ -10,11 +10,13 @@ > CATEGORIES= www > MASTER_SITES= http://apache.webthing.com/${PORTNAME}/ > DISTNAME= ${PORTNAME} > -DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} > +DIST_SUBDIR= mod_proxy_html > > MAINTAINER= apache@FreeBSD.org > COMMENT= Apache module for rewriting HTML links in proxied content > > +RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_xml2enc.so:${PORTSDIR}/www/mod_xml2enc > + > MAKE_JOBS_SAFE= yes > > SUB_FILES= pkg-message > diff -ruN mod_proxy_html.orig/distinfo mod_proxy_html/distinfo > --- mod_proxy_html.orig/distinfo 2010-01-29 16:00:37.000000000 +0200 > +++ mod_proxy_html/distinfo 2011-03-02 18:20:09.000000000 +0200 > @@ -1,3 +1,2 @@ > -MD5 (mod_proxy_html-3.1.2/mod_proxy_html.tar.bz2) = d6497b48d2bffc4150472472004618c3 > -SHA256 (mod_proxy_html-3.1.2/mod_proxy_html.tar.bz2) = a1aee758bda605e153868b91188ebf2c527b8eeb0f115d11af152078e65895bf > -SIZE (mod_proxy_html-3.1.2/mod_proxy_html.tar.bz2) = 23019 > +SHA256 (mod_proxy_html/mod_proxy_html.tar.bz2) = a1aee758bda605e153868b91188ebf2c527b8eeb0f115d11af152078e65895bf > +SIZE (mod_proxy_html/mod_proxy_html.tar.bz2) = 23019 > > >> Release-Note: >> Audit-Trail: >> Unformatted: > _______________________________________________ > freebsd-ports-bugs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs > To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org" > -- ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 VP Apache Infrastructure; Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. System Admin, Ridecharge Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. miwi 2011-03-17 15:57:37 UTC
FreeBSD ports repository
Modified files:
www/mod_proxy_html Makefile distinfo
Log:
- Add www/mod_xml2enc to the dependency
PR: 155204
Submitted by: Marin Atanasov Nikolov <dnaeon@gmail.com>
Revision Changes Path
1.14 +3 -1 ports/www/mod_proxy_html/Makefile
1.9 +2 -3 ports/www/mod_proxy_html/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks! |