From owner-cvs-all@FreeBSD.ORG Fri May 16 12:27:17 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C08CD1065672; Fri, 16 May 2008 12:27:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AE74B8FC15; Fri, 16 May 2008 12:27:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4GCRHok093697; Fri, 16 May 2008 12:27:17 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4GCRH0X093676; Fri, 16 May 2008 12:27:17 GMT (envelope-from miwi) Message-Id: <200805161227.m4GCRH0X093676@repoman.freebsd.org> From: Martin Wilke Date: Fri, 16 May 2008 12:27:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/squid30 Makefile ports/www/squid30/files patch-tools-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2008 12:27:18 -0000 miwi 2008-05-16 12:27:16 UTC FreeBSD ports repository Modified files: www/squid30 Makefile www/squid30/files patch-tools-Makefile.in Log: - Correct an issue that prevented the definition of the default cachemgr.cgi configuration file to be passed to the C++ preprocessor (Squid bug #2346). Thanks to Laurent Levier for reporting this issue to the maintainer. - Fix a mistake I (the maintainer) 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. This is also a bug in www/squid which will be addressed in a separate PR. - Portrevision bumped because the content of the package changed (the cachemgr.cgi binary now has the correct path to cachemgr.conf hardcoded). PR: 123572 Submitted by: Thomas-Martin Seck (maintainer) Revision Changes Path 1.212 +1 -4 ports/www/squid30/Makefile 1.2 +59 -7 ports/www/squid30/files/patch-tools-Makefile.in