diff options
author | des <des@FreeBSD.org> | 2011-02-17 18:32:10 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2011-02-17 18:32:10 +0800 |
commit | 7f68843dc90d41ab3bacf04507be45708752420d (patch) | |
tree | 0c56368c58e34f6bea7acf944f930168f4b518e1 /www/varnish2 | |
parent | 7ce5c2e2183d9dd88f3a5ee25b4386bf16bbbf27 (diff) | |
download | freebsd-ports-gnome-7f68843dc90d41ab3bacf04507be45708752420d.tar.gz freebsd-ports-gnome-7f68843dc90d41ab3bacf04507be45708752420d.tar.zst freebsd-ports-gnome-7f68843dc90d41ab3bacf04507be45708752420d.zip |
Upgrade to 2.1.5.
Diffstat (limited to 'www/varnish2')
-rw-r--r-- | www/varnish2/Makefile | 5 | ||||
-rw-r--r-- | www/varnish2/distinfo | 5 | ||||
-rw-r--r-- | www/varnish2/files/patch-r5461 | 17 |
3 files changed, 4 insertions, 23 deletions
diff --git a/www/varnish2/Makefile b/www/varnish2/Makefile index c279b313c3c4..7d811e09c5e2 100644 --- a/www/varnish2/Makefile +++ b/www/varnish2/Makefile @@ -6,10 +6,9 @@ # PORTNAME= varnish -PORTVERSION= 2.1.4 -PORTREVISION= 1 +PORTVERSION= 2.1.5 CATEGORIES= www -MASTER_SITES= http://www.varnish-software.com/sites/default/files/ +MASTER_SITES= http://repo.varnish-cache.org/source/ MAINTAINER= des@FreeBSD.org COMMENT= The Varnish high-performance HTTP accelerator diff --git a/www/varnish2/distinfo b/www/varnish2/distinfo index 7f7216932274..859881f0c6c2 100644 --- a/www/varnish2/distinfo +++ b/www/varnish2/distinfo @@ -1,3 +1,2 @@ -MD5 (varnish-2.1.4.tar.gz) = e794a37b6fbb786a083c0946103ae103 -SHA256 (varnish-2.1.4.tar.gz) = 474913110458fd0989a5cddf8f67011fc1d20bb1cd61e85cbef99147acb6ac8e -SIZE (varnish-2.1.4.tar.gz) = 1539241 +SHA256 (varnish-2.1.5.tar.gz) = 2d8049be14ada035d0e3a54c2b519143af40d03d917763cf72d53d8188e5ef83 +SIZE (varnish-2.1.5.tar.gz) = 1530856 diff --git a/www/varnish2/files/patch-r5461 b/www/varnish2/files/patch-r5461 deleted file mode 100644 index 6447a2d6d319..000000000000 --- a/www/varnish2/files/patch-r5461 +++ /dev/null @@ -1,17 +0,0 @@ -Index: bin/varnishd/cache_fetch.c -=================================================================== ---- bin/varnishd/cache_fetch.c (revision 5460) -+++ bin/varnishd/cache_fetch.c (revision 5461) -@@ -552,9 +552,11 @@ - assert(uu == sp->obj->len); - } - -- if (mklen > 0) -+ if (mklen > 0) { -+ http_Unset(sp->obj->http, H_Content_Length); - http_PrintfHeader(sp->wrk, sp->fd, sp->obj->http, - "Content-Length: %u", sp->obj->len); -+ } - - if (http_HdrIs(hp, H_Connection, "close")) - cls = 1; |