aboutsummaryrefslogtreecommitdiffstats
path: root/net/haproxy
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2012-02-28 18:01:38 +0800
committerdemon <demon@FreeBSD.org>2012-02-28 18:01:38 +0800
commitad1eaca34508729364854bc70216261f5c3a2f0a (patch)
tree7332037ef05736c8df77f3d8ed4441c2d9d50866 /net/haproxy
parent30b3971c29ca105533ece558a10c45216eb306c2 (diff)
downloadfreebsd-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/Makefile3
-rw-r--r--net/haproxy/distinfo4
-rw-r--r--net/haproxy/files/patch-src-proto_http.c10
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>