Summary: | [Maintainer] www/squid: correct handling of the default cachemgr.cgi configuration file | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Thomas-Martin Seck <tmseck> | ||||
Component: | Individual Port(s) | Assignee: | Martin Wilke <miwi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Thomas-Martin Seck
2008-05-10 18:20:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it. miwi 2008-05-16 12:27:17 UTC FreeBSD ports repository Modified files: www/squid Makefile www/squid/files patch-tools-Makefile.in pkg-message.in Log: - Fix a mistake I (the maintainer) had introduced regarding the installation of the cachemgr.conf.default file: instead of explicitly installing it I thought it would be enough to change an automake variable that served an entirely different purpose, namely hardcoding the path to the configuration in the cachemgr.cgi binary. - While at it: remove a no longer needed .sh reference from files/pkg-message.in. - Set PORTREVISION to 1 because the hardcoded name of the default configuration file has changed within cachemgr.cgi. PR: 123573 Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer) Revision Changes Path 1.211 +1 -0 ports/www/squid/Makefile 1.2 +10 -10 ports/www/squid/files/patch-tools-Makefile.in 1.5 +1 -1 ports/www/squid/files/pkg-message.in _______________________________________________ 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! |