aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-04-02 13:13:16 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-04-02 13:13:16 +0000
commitf74c15faee06f80ed1fcf8bf1304ea1caa67f296 (patch)
treea7c5e5613fae2e9db6e39fac2d5fedb05e0feefd /net
parent780b5123e65df73933bfa1df9927a91aa1b94bbd (diff)
downloadports-f74c15faee06f80ed1fcf8bf1304ea1caa67f296.tar.gz
ports-f74c15faee06f80ed1fcf8bf1304ea1caa67f296.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/haproxy/Makefile2
-rw-r--r--net/haproxy/distinfo6
-rw-r--r--net/haproxy/files/patch-src-dumpstats.c20
3 files changed, 4 insertions, 24 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile
index 8027db720228..4920a192f438 100644
--- a/net/haproxy/Makefile
+++ b/net/haproxy/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= haproxy
-PORTVERSION= 1.4.2
+PORTVERSION= 1.4.3
CATEGORIES= net www
MASTER_SITES= http://haproxy.1wt.eu/download/1.4/src/
diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo
index 07674db21a1e..9d3c30b752a8 100644
--- a/net/haproxy/distinfo
+++ b/net/haproxy/distinfo
@@ -1,3 +1,3 @@
-MD5 (haproxy-1.4.2.tar.gz) = 825c2c77257f0a2099e193bc690ffd60
-SHA256 (haproxy-1.4.2.tar.gz) = 2a5c820f6088ddbe013427331363fe0ef07631096682da89cc8c4b0fff25b9b8
-SIZE (haproxy-1.4.2.tar.gz) = 759871
+MD5 (haproxy-1.4.3.tar.gz) = 673459008444d7a44f55a647ce32e382
+SHA256 (haproxy-1.4.3.tar.gz) = 484ec3f152da1e3739a11324d8d6c186ef1f79dff9258a085944dacc23a9ac46
+SIZE (haproxy-1.4.3.tar.gz) = 761085
diff --git a/net/haproxy/files/patch-src-dumpstats.c b/net/haproxy/files/patch-src-dumpstats.c
deleted file mode 100644
index 6782ca153cdb..000000000000
--- a/net/haproxy/files/patch-src-dumpstats.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/dumpstats.c.orig 2010-03-18 01:41:57.000000000 +0300
-+++ src/dumpstats.c 2010-03-18 20:25:27.000000000 +0300
-@@ -2458,7 +2458,7 @@
-
- chunk_printf(&msg,
- " wex=%s\n"
-- " data=%p r=%d w=%d lr=%d total=%lld\n",
-+ " data=%p r=%ld w=%ld lr=%ld total=%lld\n",
- sess->req->wex ?
- human_time(TICKS_TO_MS(sess->req->wex - now_ms),
- TICKS_TO_MS(1000)) : "<NEVER>",
-@@ -2488,7 +2488,7 @@
-
- chunk_printf(&msg,
- " wex=%s\n"
-- " data=%p r=%d w=%d lr=%d total=%lld\n",
-+ " data=%p r=%ld w=%ld lr=%ld total=%lld\n",
- sess->rep->wex ?
- human_time(TICKS_TO_MS(sess->rep->wex - now_ms),
- TICKS_TO_MS(1000)) : "<NEVER>",