diff options
author | demon <demon@FreeBSD.org> | 2012-02-28 18:01:38 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2012-02-28 18:01:38 +0800 |
commit | ad1eaca34508729364854bc70216261f5c3a2f0a (patch) | |
tree | 7332037ef05736c8df77f3d8ed4441c2d9d50866 /net/haproxy | |
parent | 30b3971c29ca105533ece558a10c45216eb306c2 (diff) | |
download | freebsd-ports-gnome-ad1eaca34508729364854bc70216261f5c3a2f0a.tar.gz freebsd-ports-gnome-ad1eaca34508729364854bc70216261f5c3a2f0a.tar.zst freebsd-ports-gnome-ad1eaca34508729364854bc70216261f5c3a2f0a.zip |
Update to version 1.4.19.
maintainer timeout.
Diffstat (limited to 'net/haproxy')
-rw-r--r-- | net/haproxy/Makefile | 3 | ||||
-rw-r--r-- | net/haproxy/distinfo | 4 | ||||
-rw-r--r-- | net/haproxy/files/patch-src-proto_http.c | 10 |
3 files changed, 13 insertions, 4 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 3a3d4084e43a..f49cf4d67706 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -6,8 +6,7 @@ # PORTNAME= haproxy -PORTVERSION= 1.4.18 -PORTREVISION= 1 +PORTVERSION= 1.4.19 CATEGORIES= net www MASTER_SITES= http://haproxy.1wt.eu/download/1.4/src/ diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo index 4827f771eccc..eafb0a77e407 100644 --- a/net/haproxy/distinfo +++ b/net/haproxy/distinfo @@ -1,2 +1,2 @@ -SHA256 (haproxy-1.4.18.tar.gz) = ec2b6222a34d11f97cf7cf5cc696080dac34e94deb8e6cf3822b27442e0793fa -SIZE (haproxy-1.4.18.tar.gz) = 820427 +SHA256 (haproxy-1.4.19.tar.gz) = dbee7d9afa6ca4aae884e4ab6aaf2a951c4f4f3cb91c2aca73b3317c7cebea25 +SIZE (haproxy-1.4.19.tar.gz) = 824610 diff --git a/net/haproxy/files/patch-src-proto_http.c b/net/haproxy/files/patch-src-proto_http.c new file mode 100644 index 000000000000..dfa1b59a4f1c --- /dev/null +++ b/net/haproxy/files/patch-src-proto_http.c @@ -0,0 +1,10 @@ +--- 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> |