diff options
author | demon <demon@FreeBSD.org> | 2012-03-26 18:41:54 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2012-03-26 18:41:54 +0800 |
commit | 41d4c1a43fd215c31f0845411fa4819b1b9aceae (patch) | |
tree | 1585205674dc50eaddcdb44e7e4befce239921f9 /net | |
parent | 3873e9948268c8faec792f0c85c08256c1741816 (diff) | |
download | freebsd-ports-gnome-41d4c1a43fd215c31f0845411fa4819b1b9aceae.tar.gz freebsd-ports-gnome-41d4c1a43fd215c31f0845411fa4819b1b9aceae.tar.zst freebsd-ports-gnome-41d4c1a43fd215c31f0845411fa4819b1b9aceae.zip |
Update to 1.4.20.
Maintainet timeout (11 days).
Feature safe: yes
Diffstat (limited to 'net')
-rw-r--r-- | net/haproxy/Makefile | 2 | ||||
-rw-r--r-- | net/haproxy/distinfo | 4 | ||||
-rw-r--r-- | net/haproxy/files/patch-src-proto_http.c | 10 |
3 files changed, 3 insertions, 13 deletions
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 <syslog.h> - #include <time.h> - --#include <netinet/tcp.h> - - #include <sys/socket.h> - #include <sys/stat.h> |