svn commit: r540565 - in head/net/haproxy-devel: . files
Dmitry Sivachenko
demon at FreeBSD.org
Sat Jun 27 08:21:27 UTC 2020
Author: demon
Date: Sat Jun 27 08:21:26 2020
New Revision: 540565
URL: https://svnweb.freebsd.org/changeset/ports/540565
Log:
Update to -dev11.
Added:
head/net/haproxy-devel/files/patch-include-haproxy-atomic.h
- copied, changed from r540564, head/net/haproxy-devel/files/patch-include-common-hathreads.h
Deleted:
head/net/haproxy-devel/files/patch-include-common-hathreads.h
Modified:
head/net/haproxy-devel/Makefile
head/net/haproxy-devel/distinfo
Modified: head/net/haproxy-devel/Makefile
==============================================================================
--- head/net/haproxy-devel/Makefile Sat Jun 27 07:51:16 2020 (r540564)
+++ head/net/haproxy-devel/Makefile Sat Jun 27 08:21:26 2020 (r540565)
@@ -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
Modified: head/net/haproxy-devel/distinfo
==============================================================================
--- head/net/haproxy-devel/distinfo Sat Jun 27 07:51:16 2020 (r540564)
+++ head/net/haproxy-devel/distinfo Sat Jun 27 08:21:26 2020 (r540565)
@@ -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
Copied and modified: head/net/haproxy-devel/files/patch-include-haproxy-atomic.h (from r540564, head/net/haproxy-devel/files/patch-include-common-hathreads.h)
==============================================================================
--- head/net/haproxy-devel/files/patch-include-common-hathreads.h Sat Jun 27 07:51:16 2020 (r540564, copy source)
+++ head/net/haproxy-devel/files/patch-include-haproxy-atomic.h Sat Jun 27 08:21:26 2020 (r540565)
@@ -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. */
More information about the svn-ports-head
mailing list