From 6ea34b90da510d9744ad70e45e773f55db676ab8 Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Sat, 27 Jun 2020 08:21:26 +0000 Subject: [PATCH] Update to -dev11. --- net/haproxy-devel/Makefile | 2 +- net/haproxy-devel/distinfo | 6 +++--- ...de-common-hathreads.h => patch-include-haproxy-atomic.h} | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) rename net/haproxy-devel/files/{patch-include-common-hathreads.h => patch-include-haproxy-atomic.h} (80%) 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 similarity index 80% rename from net/haproxy-devel/files/patch-include-common-hathreads.h rename to 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. */