From 5898d7e5e5b178700fcfbae563b128c2181d67b8 Mon Sep 17 00:00:00 2001 From: fhajny Date: Wed, 17 Mar 2010 17:45:44 +0000 Subject: Fixed example/config file handling --- www/varnish/Makefile | 3 ++- www/varnish/distinfo | 3 ++- www/varnish/patches/patch-ab | 13 +++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 www/varnish/patches/patch-ab (limited to 'www') diff --git a/www/varnish/Makefile b/www/varnish/Makefile index e36bac7328d..6bbbe603809 100644 --- a/www/varnish/Makefile +++ b/www/varnish/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2010/03/08 13:24:01 fhajny Exp $ +# $NetBSD: Makefile,v 1.7 2010/03/17 17:45:44 fhajny Exp $ # DISTNAME= varnish-2.0.6 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=varnish/} diff --git a/www/varnish/distinfo b/www/varnish/distinfo index c618701455c..0b2295e1009 100644 --- a/www/varnish/distinfo +++ b/www/varnish/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.4 2010/03/08 13:24:01 fhajny Exp $ +$NetBSD: distinfo,v 1.5 2010/03/17 17:45:44 fhajny Exp $ SHA1 (varnish-2.0.6.tar.gz) = c688d7825d52b2f21a368cb332564abe62227595 RMD160 (varnish-2.0.6.tar.gz) = 5b3827ae4de7be27442d68283bd8e4bd57a13199 Size (varnish-2.0.6.tar.gz) = 810518 bytes SHA1 (patch-aa) = c0216a4b4c73b43567a6402a14a64c7597d5c4b9 +SHA1 (patch-ab) = 5908f0fbeed7ba7261f67088e7bb9f6423d18e26 diff --git a/www/varnish/patches/patch-ab b/www/varnish/patches/patch-ab new file mode 100644 index 00000000000..8ee7c4e16a8 --- /dev/null +++ b/www/varnish/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.3 2010/03/17 17:45:44 fhajny Exp $ + +--- etc/Makefile.in.orig 2010-03-17 17:28:28.257760000 +0000 ++++ etc/Makefile.in +@@ -202,7 +202,7 @@ target_vendor = @target_vendor@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-varnishconfdir = @varnishconfdir@ ++varnishconfdir = @prefix@/share/examples/@PACKAGE@ + EXTRA_DIST = zope-plone.vcl + DISTCLEANFILES = default.vcl + dist_varnishconf_DATA = default.vcl -- cgit v1.2.3