From owner-svn-ports-head@FreeBSD.ORG Fri Oct 31 23:52:36 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 9722887A; Fri, 31 Oct 2014 23:52:36 +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 83D0680A; Fri, 31 Oct 2014 23:52:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9VNqapr044908; Fri, 31 Oct 2014 23:52:36 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9VNqaIu044907; Fri, 31 Oct 2014 23:52:36 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201410312352.s9VNqaIu044907@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 31 Oct 2014 23:52:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371976 - head/www/varnish 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: Fri, 31 Oct 2014 23:52:36 -0000 Author: bapt Date: Fri Oct 31 23:52:35 2014 New Revision: 371976 URL: https://svnweb.freebsd.org/changeset/ports/371976 QAT: https://qat.redports.org/buildarchive/r371976/ Log: Simplify plist Modified: head/www/varnish/pkg-plist Modified: head/www/varnish/pkg-plist ============================================================================== --- head/www/varnish/pkg-plist Fri Oct 31 23:51:46 2014 (r371975) +++ head/www/varnish/pkg-plist Fri Oct 31 23:52:35 2014 (r371976) @@ -7,9 +7,7 @@ bin/varnishsizes bin/varnishstat bin/varnishtest bin/varnishtop -@unexec if cmp -s %D/etc/varnish/default.vcl.sample %D/etc/varnish/default.vcl; then rm -f %D/etc/varnish/default.vcl; fi -etc/varnish/default.vcl.sample -@exec if [ ! -f %D/etc/varnish/default.vcl ] ; then cp -p %D/%F %B/default.vcl; fi +@sample etc/varnish/default.vcl.sample include/varnish/acct_fields.h include/varnish/body_status.h include/varnish/cache.h @@ -62,10 +60,4 @@ man/man7/varnish-counters.7.gz man/man7/vcl.7.gz sbin/varnishd share/varnish/vmod.py -@exec [ -d %D/varnish ] || mkdir %D/varnish -@dirrmtry lib/varnish/vmods -@dirrmtry lib/varnish -@dirrmtry varnish -@dirrm include/varnish -@dirrm share/varnish -@dirrmtry etc/varnish +@dir varnish