From owner-svn-ports-head@FreeBSD.ORG Wed Nov 26 09:57:25 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 19717671; Wed, 26 Nov 2014 09:57:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E15E0DFE; Wed, 26 Nov 2014 09:57:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAQ9vO8r047588; Wed, 26 Nov 2014 09:57:24 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAQ9vObW047585; Wed, 26 Nov 2014 09:57:24 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201411260957.sAQ9vObW047585@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Wed, 26 Nov 2014 09:57:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373442 - in head/www/squid: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2014 09:57:25 -0000 Author: kevlo Date: Wed Nov 26 09:57:23 2014 New Revision: 373442 URL: https://svnweb.freebsd.org/changeset/ports/373442 QAT: https://qat.redports.org/buildarchive/r373442/ Log: swapdir should be in /var/squid/cache. Modified: head/www/squid/Makefile head/www/squid/files/pkg-message.in head/www/squid/pkg-plist Modified: head/www/squid/Makefile ============================================================================== --- head/www/squid/Makefile Wed Nov 26 09:26:43 2014 (r373441) +++ head/www/squid/Makefile Wed Nov 26 09:57:23 2014 (r373442) @@ -2,6 +2,7 @@ PORTNAME= squid PORTVERSION= 3.4.9 +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= http://www.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ http://www2.us.squid-cache.org/Versions/v3/${PORTVERSION:R}/ \ @@ -171,7 +172,7 @@ CONFIGURE_ARGS= --with-default-user=squi --sysconfdir=${ETCDIR} \ --with-logdir=/var/log/squid \ --with-pidfile=/var/run/squid/squid.pid \ - --with-swapdir=/var/squid/cache/squid \ + --with-swapdir=/var/squid/cache \ --enable-auth \ --enable-build-info \ --enable-loadable-modules \ Modified: head/www/squid/files/pkg-message.in ============================================================================== --- head/www/squid/files/pkg-message.in Wed Nov 26 09:26:43 2014 (r373441) +++ head/www/squid/files/pkg-message.in Wed Nov 26 09:57:23 2014 (r373442) @@ -1,7 +1,7 @@ o You can find the configuration files for this package in the directory %%PREFIX%%/etc/squid. - o The default cache directory is /var/squid/cache/squid/. + o The default cache directory is /var/squid/cache/. The default log directory is /var/log/squid/. Note: Modified: head/www/squid/pkg-plist ============================================================================== --- head/www/squid/pkg-plist Wed Nov 26 09:26:43 2014 (r373441) +++ head/www/squid/pkg-plist Wed Nov 26 09:57:23 2014 (r373442) @@ -2120,7 +2120,6 @@ sbin/squid sbin/squidclient @dir /var/log/squid @dir /var/run/squid -@dir /var/squid/cache/squid @dir /var/squid/cache @dir /var/squid/logs @dir /var/squid