git: 8cd9c927a60d - main - devel/taskflow: Update 3.2.0 -> 3.3.0

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 07 Jan 2022 08:34:50 UTC
The branch main has been updated by yuri:

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

commit 8cd9c927a60d95cc1dc6671ef119573a677f4d95
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-01-07 02:11:56 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-01-07 08:34:45 +0000

    devel/taskflow: Update 3.2.0 -> 3.3.0
    
    Reported by:    portscout
---
 devel/taskflow/Makefile  |  2 +-
 devel/taskflow/distinfo  |  6 +++---
 devel/taskflow/pkg-plist | 36 +++++++++++++++++-------------------
 3 files changed, 21 insertions(+), 23 deletions(-)

diff --git a/devel/taskflow/Makefile b/devel/taskflow/Makefile
index 89fd5ae39bd8..d36d5a0fb736 100644
--- a/devel/taskflow/Makefile
+++ b/devel/taskflow/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	taskflow
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.2.0
+DISTVERSION=	3.3.0
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/devel/taskflow/distinfo b/devel/taskflow/distinfo
index e4ae5cd4c28a..ea0c2b71e756 100644
--- a/devel/taskflow/distinfo
+++ b/devel/taskflow/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1627836771
-SHA256 (taskflow-taskflow-v3.2.0_GH0.tar.gz) = 26c37a494789fedc5de8d1f8452dc8a7774a220d02c14d5b19efe0dfe0359c0c
-SIZE (taskflow-taskflow-v3.2.0_GH0.tar.gz) = 79152157
+TIMESTAMP = 1641520068
+SHA256 (taskflow-taskflow-v3.3.0_GH0.tar.gz) = 66b891f706ba99a5ca5ed239d520ad6943ebe94728d1c89e07a939615a6488ef
+SIZE (taskflow-taskflow-v3.3.0_GH0.tar.gz) = 64446007
diff --git a/devel/taskflow/pkg-plist b/devel/taskflow/pkg-plist
index cab073126c81..7d360c56652d 100644
--- a/devel/taskflow/pkg-plist
+++ b/devel/taskflow/pkg-plist
@@ -1,10 +1,13 @@
-include/taskflow/core/algorithm/critical.hpp
-include/taskflow/core/algorithm/for_each.hpp
-include/taskflow/core/algorithm/reduce.hpp
-include/taskflow/core/algorithm/sort.hpp
+include/taskflow/algorithm/critical.hpp
+include/taskflow/algorithm/for_each.hpp
+include/taskflow/algorithm/pipeline.hpp
+include/taskflow/algorithm/reduce.hpp
+include/taskflow/algorithm/sort.hpp
+include/taskflow/algorithm/transform.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/graph.hpp
@@ -16,20 +19,19 @@ include/taskflow/core/taskflow.hpp
 include/taskflow/core/topology.hpp
 include/taskflow/core/tsq.hpp
 include/taskflow/core/worker.hpp
-include/taskflow/cuda/cuda_algorithm/cuda_find.hpp
-include/taskflow/cuda/cuda_algorithm/cuda_for_each.hpp
-include/taskflow/cuda/cuda_algorithm/cuda_matmul.hpp
-include/taskflow/cuda/cuda_algorithm/cuda_merge.hpp
-include/taskflow/cuda/cuda_algorithm/cuda_reduce.hpp
-include/taskflow/cuda/cuda_algorithm/cuda_scan.hpp
-include/taskflow/cuda/cuda_algorithm/cuda_sort.hpp
-include/taskflow/cuda/cuda_algorithm/cuda_transform.hpp
-include/taskflow/cuda/cuda_algorithm/cuda_transpose.hpp
+include/taskflow/cuda/algorithm/find.hpp
+include/taskflow/cuda/algorithm/for_each.hpp
+include/taskflow/cuda/algorithm/matmul.hpp
+include/taskflow/cuda/algorithm/merge.hpp
+include/taskflow/cuda/algorithm/reduce.hpp
+include/taskflow/cuda/algorithm/scan.hpp
+include/taskflow/cuda/algorithm/sort.hpp
+include/taskflow/cuda/algorithm/transform.hpp
+include/taskflow/cuda/algorithm/transpose.hpp
 include/taskflow/cuda/cuda_capturer.hpp
 include/taskflow/cuda/cuda_device.hpp
 include/taskflow/cuda/cuda_error.hpp
 include/taskflow/cuda/cuda_execution_policy.hpp
-include/taskflow/cuda/cuda_flow.hpp
 include/taskflow/cuda/cuda_graph.hpp
 include/taskflow/cuda/cuda_memory.hpp
 include/taskflow/cuda/cuda_meta.hpp
@@ -37,7 +39,7 @@ include/taskflow/cuda/cuda_optimizer.hpp
 include/taskflow/cuda/cuda_pool.hpp
 include/taskflow/cuda/cuda_stream.hpp
 include/taskflow/cuda/cuda_task.hpp
-include/taskflow/cudaflow.hpp
+include/taskflow/cuda/cudaflow.hpp
 include/taskflow/dsl/connection.hpp
 include/taskflow/dsl/dsl.hpp
 include/taskflow/dsl/meta_macro.hpp
@@ -46,10 +48,6 @@ include/taskflow/dsl/task_dsl.hpp
 include/taskflow/dsl/task_trait.hpp
 include/taskflow/dsl/tuple_utils.hpp
 include/taskflow/dsl/type_list.hpp
-include/taskflow/sanitizer/deadlock_sanitizer.hpp
-include/taskflow/sanitizer/infinite_loop_sanitizer.hpp
-include/taskflow/sanitizer/nonreachable_sanitizer.hpp
-include/taskflow/sanitizer/sanitizer.hpp
 include/taskflow/sycl/sycl_algorithm/sycl_for_each.hpp
 include/taskflow/sycl/sycl_algorithm/sycl_reduce.hpp
 include/taskflow/sycl/sycl_algorithm/sycl_transform.hpp