From owner-svn-ports-head@freebsd.org Sun Oct 25 14:51:35 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C5EA8B89; Sun, 25 Oct 2015 14:51:35 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 0F6231DAD; Sun, 25 Oct 2015 14:51:34 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9PEpYdL081127; Sun, 25 Oct 2015 14:51:34 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9PEpY10081125; Sun, 25 Oct 2015 14:51:34 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201510251451.t9PEpY10081125@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 25 Oct 2015 14:51:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400150 - in head/www/varnish4: . 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.20 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: Sun, 25 Oct 2015 14:51:35 -0000 Author: feld Date: Sun Oct 25 14:51:33 2015 New Revision: 400150 URL: https://svnweb.freebsd.org/changeset/ports/400150 Log: www/varnish4: varnishlog produce ascii logs by default Before version 4.1.0 the logs were ascii. Return that behavior to not surprise users who upgrade. Modified: head/www/varnish4/Makefile head/www/varnish4/files/varnishlog.in Modified: head/www/varnish4/Makefile ============================================================================== --- head/www/varnish4/Makefile Sun Oct 25 12:17:28 2015 (r400149) +++ head/www/varnish4/Makefile Sun Oct 25 14:51:33 2015 (r400150) @@ -2,7 +2,7 @@ PORTNAME= varnish PORTVERSION= 4.1.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://repo.varnish-cache.org/source/ PKGNAMESUFFIX= 4 Modified: head/www/varnish4/files/varnishlog.in ============================================================================== --- head/www/varnish4/files/varnishlog.in Sun Oct 25 12:17:28 2015 (r400149) +++ head/www/varnish4/files/varnishlog.in Sun Oct 25 14:51:33 2015 (r400150) @@ -40,7 +40,7 @@ load_rc_config ${name} : ${varnishlog_enable:=NO} : ${varnishlog_pidfile=/var/run/${name}.pid} : ${varnishlog_file=/var/log/varnish.log} -: ${varnishlog_flags="-P ${varnishlog_pidfile} -D -a -w ${varnishlog_file}"} +: ${varnishlog_flags="-P ${varnishlog_pidfile} -D -a -A -w ${varnishlog_file}"} : ${varnishlog_user=varnishlog} command="%%PREFIX%%/bin/${name}"