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 BE70E1065671; 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 AE58C8FC0C; 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 m4GCRHtg093698; 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 m4GCRHvK093696; Fri, 16 May 2008 12:27:17 GMT (envelope-from miwi) Message-Id: <200805161227.m4GCRHvK093696@repoman.freebsd.org> From: Martin Wilke Date: Fri, 16 May 2008 12:27:17 +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/squid Makefile ports/www/squid/files patch-tools-Makefile.in pkg-message.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:17 -0000 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 (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