- 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. Fix: Apply this patch: How-To-Repeat: Install www/squid, look at the installation message and run 'grep -a cachemgr.conf' on libexec/squid/cachemgr.cgi. <code/input/activities to reproduce the problem (multiple lines)>
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!