Date: Sun, 25 Oct 2015 14:51:34 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400150 - in head/www/varnish4: . files Message-ID: <201510251451.t9PEpY10081125@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510251451.t9PEpY10081125>