diff options
author | pav <pav@FreeBSD.org> | 2010-04-02 21:13:16 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-04-02 21:13:16 +0800 |
commit | e3a6c521521443584cedaeb687d9fcfd89c53b0a (patch) | |
tree | d73e7c91bcc924efae3550d4cc1bdd24ac885c2f | |
parent | ad0e83c2a43e9809df206ca088ba8980dcd47932 (diff) | |
download | freebsd-ports-gnome-e3a6c521521443584cedaeb687d9fcfd89c53b0a.tar.gz freebsd-ports-gnome-e3a6c521521443584cedaeb687d9fcfd89c53b0a.tar.zst freebsd-ports-gnome-e3a6c521521443584cedaeb687d9fcfd89c53b0a.zip |
- Update to 1.4.3
PR: ports/145244
Submitted by: Ross West <freebsd@linepoint.com> (maintainer)
-rw-r--r-- | net/haproxy/Makefile | 2 | ||||
-rw-r--r-- | net/haproxy/distinfo | 6 | ||||
-rw-r--r-- | net/haproxy/files/patch-src-dumpstats.c | 20 |
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>", |