git: b7047cf6f5b3 - main - devel/taskflow: update 3.7.0 → 3.8.0

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 04 Oct 2024 04:25:02 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b7047cf6f5b356f97982cefd9f7bf6f8bcc6eaf6

commit b7047cf6f5b356f97982cefd9f7bf6f8bcc6eaf6
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-10-04 04:23:44 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-10-04 04:24:53 +0000

    devel/taskflow: update 3.7.0 → 3.8.0
    
    Reported by:    portscout
---
 devel/taskflow/Makefile  | 2 +-
 devel/taskflow/distinfo  | 6 +++---
 devel/taskflow/pkg-plist | 8 +++++---
 3 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/devel/taskflow/Makefile b/devel/taskflow/Makefile
index f037699128b0..643c4c3f21f8 100644
--- a/devel/taskflow/Makefile
+++ b/devel/taskflow/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	taskflow
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.7.0
+DISTVERSION=	3.8.0
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/devel/taskflow/distinfo b/devel/taskflow/distinfo
index 2adbcb4e35ad..64a120c88888 100644
--- a/devel/taskflow/distinfo
+++ b/devel/taskflow/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1715055887
-SHA256 (taskflow-taskflow-v3.7.0_GH0.tar.gz) = 788b88093fb3788329ebbf7c7ee05d1f8960d974985a301798df01e77e04233b
-SIZE (taskflow-taskflow-v3.7.0_GH0.tar.gz) = 66383509
+TIMESTAMP = 1728015104
+SHA256 (taskflow-taskflow-v3.8.0_GH0.tar.gz) = 51316ee5fbf0c8f8f4638eb7428430cadfe6e8910756593884710e99129fa0ab
+SIZE (taskflow-taskflow-v3.8.0_GH0.tar.gz) = 66430441
diff --git a/devel/taskflow/pkg-plist b/devel/taskflow/pkg-plist
index 00bf06c7edcf..fe2cad6eb28d 100644
--- a/devel/taskflow/pkg-plist
+++ b/devel/taskflow/pkg-plist
@@ -1,4 +1,3 @@
-include/taskflow/algorithm/critical.hpp
 include/taskflow/algorithm/data_pipeline.hpp
 include/taskflow/algorithm/find.hpp
 include/taskflow/algorithm/for_each.hpp
@@ -11,14 +10,15 @@ include/taskflow/algorithm/sort.hpp
 include/taskflow/algorithm/transform.hpp
 include/taskflow/core/async.hpp
 include/taskflow/core/async_task.hpp
+include/taskflow/core/atomic_notifier.hpp
 include/taskflow/core/declarations.hpp
 include/taskflow/core/environment.hpp
 include/taskflow/core/error.hpp
-include/taskflow/core/executor-module-opt.hpp
 include/taskflow/core/executor.hpp
 include/taskflow/core/flow_builder.hpp
+include/taskflow/core/freelist.hpp
 include/taskflow/core/graph.hpp
-include/taskflow/core/notifier.hpp
+include/taskflow/core/nonblocking_notifier.hpp
 include/taskflow/core/observer.hpp
 include/taskflow/core/semaphore.hpp
 include/taskflow/core/task.hpp
@@ -65,8 +65,10 @@ include/taskflow/sycl/sycl_task.hpp
 include/taskflow/sycl/syclflow.hpp
 include/taskflow/taskflow.hpp
 include/taskflow/utility/iterator.hpp
+include/taskflow/utility/latch.hpp
 include/taskflow/utility/macros.hpp
 include/taskflow/utility/math.hpp
+include/taskflow/utility/mpmc.hpp
 include/taskflow/utility/object_pool.hpp
 include/taskflow/utility/os.hpp
 include/taskflow/utility/serializer.hpp