From owner-cvs-all@FreeBSD.ORG Mon Sep 24 12:41:37 2007 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 211B416A417; Mon, 24 Sep 2007 12:41:37 +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 EF0A713C481; Mon, 24 Sep 2007 12:41:25 +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 l8OCfOom046494; Mon, 24 Sep 2007 12:41:24 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8OCfOEq046491; Mon, 24 Sep 2007 12:41:24 GMT (envelope-from miwi) Message-Id: <200709241241.l8OCfOEq046491@repoman.freebsd.org> From: Martin Wilke Date: Mon, 24 Sep 2007 12:41:24 +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 distinfo ports/www/squid30/files patch-src-cf.data.pre 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: Mon, 24 Sep 2007 12:41:37 -0000 miwi 2007-09-24 12:41:24 UTC FreeBSD ports repository Modified files: www/squid30 Makefile distinfo www/squid30/files patch-src-cf.data.pre pkg-message.in Log: - Update to 3.0.p7 Include patches up to 2007-09-19 (later patches are difficult to include as provided because they will not apply cleanly and would need to be recreated as a cumulative FreeBSD port patch). Add the HTTP mirrors to MASTER_SITES as in www/squid and remove a dead FTP mirror. Use the new configuration directive squid-default-user and remove code from the port that implemented that functionality. Remove reference to squid.sh from pkg-message.in because the rc script does no longer have a .sh suffix on any supported FreeBSD version. Notable change: SNMP support is now enabled by default, mirroring the change in Squid itself. To disable it, specify WITHOUT_SQUID_SNMP or reconfigure the port accordingly with "make config". PR: 116581 Submitted by: Thomas-Martin Seck (maintainer) Revision Changes Path 1.202 +38 -35 ports/www/squid30/Makefile 1.157 +141 -183 ports/www/squid30/distinfo 1.6 +0 -15 ports/www/squid30/files/patch-src-cf.data.pre 1.6 +1 -1 ports/www/squid30/files/pkg-message.in