From 41d4c1a43fd215c31f0845411fa4819b1b9aceae Mon Sep 17 00:00:00 2001 From: demon Date: Mon, 26 Mar 2012 10:41:54 +0000 Subject: Update to 1.4.20. Maintainet timeout (11 days). Feature safe: yes --- net/haproxy/Makefile | 2 +- net/haproxy/distinfo | 4 ++-- net/haproxy/files/patch-src-proto_http.c | 10 ---------- 3 files changed, 3 insertions(+), 13 deletions(-) delete mode 100644 net/haproxy/files/patch-src-proto_http.c diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index f49cf4d67706..25b8b7c5a986 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= haproxy -PORTVERSION= 1.4.19 +PORTVERSION= 1.4.20 CATEGORIES= net www MASTER_SITES= http://haproxy.1wt.eu/download/1.4/src/ diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo index eafb0a77e407..60014e197796 100644 --- a/net/haproxy/distinfo +++ b/net/haproxy/distinfo @@ -1,2 +1,2 @@ -SHA256 (haproxy-1.4.19.tar.gz) = dbee7d9afa6ca4aae884e4ab6aaf2a951c4f4f3cb91c2aca73b3317c7cebea25 -SIZE (haproxy-1.4.19.tar.gz) = 824610 +SHA256 (haproxy-1.4.20.tar.gz) = f00949545fdc616ff9952e902d9d5a36f3eceebe77b978b4a4d78f895e0b283e +SIZE (haproxy-1.4.20.tar.gz) = 825871 diff --git a/net/haproxy/files/patch-src-proto_http.c b/net/haproxy/files/patch-src-proto_http.c deleted file mode 100644 index dfa1b59a4f1c..000000000000 --- a/net/haproxy/files/patch-src-proto_http.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/proto_http.c.orig 2012-02-28 13:58:43.000000000 +0400 -+++ src/proto_http.c 2012-02-28 13:58:49.000000000 +0400 -@@ -19,7 +19,6 @@ - #include - #include - --#include - - #include - #include -- cgit