aboutsummaryrefslogtreecommitdiff
path: root/net/haproxy-devel
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2020-06-27 08:21:26 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2020-06-27 08:21:26 +0000
commit6ea34b90da510d9744ad70e45e773f55db676ab8 (patch)
tree116e755abc86bfd94c514d3114dda22d8d545ad4 /net/haproxy-devel
parentfdf37f04fc3ea8306dc82178dc9b7123d6c87076 (diff)
downloadports-6ea34b90da510d9744ad70e45e773f55db676ab8.tar.gz
ports-6ea34b90da510d9744ad70e45e773f55db676ab8.zip
Update to -dev11.
Notes
Notes: svn path=/head/; revision=540565
Diffstat (limited to 'net/haproxy-devel')
-rw-r--r--net/haproxy-devel/Makefile2
-rw-r--r--net/haproxy-devel/distinfo6
-rw-r--r--net/haproxy-devel/files/patch-include-haproxy-atomic.h (renamed from net/haproxy-devel/files/patch-include-common-hathreads.h)4
3 files changed, 6 insertions, 6 deletions
diff --git a/net/haproxy-devel/Makefile b/net/haproxy-devel/Makefile
index d660664acf8a..ffa508dbdf0f 100644
--- a/net/haproxy-devel/Makefile
+++ b/net/haproxy-devel/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= haproxy
-DISTVERSION= 2.2-dev8
+DISTVERSION= 2.2-dev11
CATEGORIES= net www
MASTER_SITES= http://www.haproxy.org/download/2.2/src/devel/
PKGNAMESUFFIX= -devel
diff --git a/net/haproxy-devel/distinfo b/net/haproxy-devel/distinfo
index 014755d82246..8131e57b2522 100644
--- a/net/haproxy-devel/distinfo
+++ b/net/haproxy-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1590170098
-SHA256 (haproxy-2.2-dev8.tar.gz) = e1eb2903784a9bb2907ddcba4f1697cdff35c654216dc4063a7c99f236f8609d
-SIZE (haproxy-2.2-dev8.tar.gz) = 2836769
+TIMESTAMP = 1593245870
+SHA256 (haproxy-2.2-dev11.tar.gz) = d26276b3d6b04a5d4f3a12929c31a5c6e1621cdd0d7e25b66fe0d09f8884b788
+SIZE (haproxy-2.2-dev11.tar.gz) = 2854410
diff --git a/net/haproxy-devel/files/patch-include-common-hathreads.h b/net/haproxy-devel/files/patch-include-haproxy-atomic.h
index eddbc9a6e072..d8b7c8ea15cb 100644
--- a/net/haproxy-devel/files/patch-include-common-hathreads.h
+++ b/net/haproxy-devel/files/patch-include-haproxy-atomic.h
@@ -1,5 +1,5 @@
---- include/common/hathreads.h.orig 2018-02-17 18:17:22.219400000 +0000
-+++ include/common/hathreads.h 2018-02-17 18:18:44.598422000 +0000
+--- include/haproxy/atomic.h.orig 2018-02-17 18:17:22.219400000 +0000
++++ include/haproxy/atomic.h 2018-02-17 18:18:44.598422000 +0000
@@ -104,7 +104,7 @@ extern THREAD_LOCAL unsigned long tid_bit; /* The bit
/* TODO: thread: For now, we rely on GCC builtins but it could be a good idea to
* have a header file regrouping all functions dealing with threads. */