svn commit: r400150 - in head/www/varnish4: . files

Mark Felder feld at FreeBSD.org
Sun Oct 25 14:51:35 UTC 2015


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}"


More information about the svn-ports-head mailing list