aboutsummaryrefslogtreecommitdiff
path: root/www/varnish
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2011-09-21 12:36:26 +0000
committerAnders Nordby <anders@FreeBSD.org>2011-09-21 12:36:26 +0000
commit937598d48ab4cd1b4415185bb0a7da393802f75e (patch)
tree05658a41f2e8904d514ac948c4e37608d2268595 /www/varnish
parent028495ade3773c1b465d06ed5cc4b0502d25a5ff (diff)
downloadports-937598d48ab4cd1b4415185bb0a7da393802f75e.tar.gz
ports-937598d48ab4cd1b4415185bb0a7da393802f75e.zip
Notes
Diffstat (limited to 'www/varnish')
-rw-r--r--www/varnish/Makefile2
-rw-r--r--www/varnish/files/patch-ticket-101211
2 files changed, 12 insertions, 1 deletions
diff --git a/www/varnish/Makefile b/www/varnish/Makefile
index a1631919ea11..81571842cbe6 100644
--- a/www/varnish/Makefile
+++ b/www/varnish/Makefile
@@ -7,7 +7,7 @@
PORTNAME= varnish
PORTVERSION= 3.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://repo.varnish-cache.org/source/
diff --git a/www/varnish/files/patch-ticket-1012 b/www/varnish/files/patch-ticket-1012
new file mode 100644
index 000000000000..a2fa63c2a4f6
--- /dev/null
+++ b/www/varnish/files/patch-ticket-1012
@@ -0,0 +1,11 @@
+--- bin/varnishd/mgt_param.c.orig 2011-09-21 14:30:03.000000000 +0200
++++ bin/varnishd/mgt_param.c 2011-09-21 14:30:15.000000000 +0200
+@@ -622,7 +622,7 @@
+ "Maximum number of objects we attempt to nuke in order"
+ "to make space for a object body.",
+ EXPERIMENTAL,
+- "10", "allocations" },
++ "50", "allocations" },
+ { "fetch_chunksize",
+ tweak_uint, &master.fetch_chunksize, 4, UINT_MAX / 1024.,
+ "The default chunksize used by fetcher. "