Date: Sun, 7 May 2023 18:16:11 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 943e50f56980 - main - =?utf-8?Q?devel/taskflow:=20Update=203.5.0=20=E2=86=92=203.6.0?= Message-ID: <202305071816.347IGBCp041412@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=943e50f569807c07a4c88afc2d1f0a661671438d commit 943e50f569807c07a4c88afc2d1f0a661671438d Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-05-07 17:16:37 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-05-07 18:15:57 +0000 devel/taskflow: Update 3.5.0 → 3.6.0 Reported by: portscout --- devel/taskflow/Makefile | 2 +- devel/taskflow/distinfo | 6 +++--- devel/taskflow/pkg-plist | 8 +++++++- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/devel/taskflow/Makefile b/devel/taskflow/Makefile index 687125bcf0a8..7802d47319b9 100644 --- a/devel/taskflow/Makefile +++ b/devel/taskflow/Makefile @@ -1,6 +1,6 @@ PORTNAME= taskflow DISTVERSIONPREFIX= v -DISTVERSION= 3.5.0 +DISTVERSION= 3.6.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/taskflow/distinfo b/devel/taskflow/distinfo index 938dc60bd93b..0239829889b2 100644 --- a/devel/taskflow/distinfo +++ b/devel/taskflow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1673468820 -SHA256 (taskflow-taskflow-v3.5.0_GH0.tar.gz) = 33c44e0da7dfda694d2b431724d6c8fd25a889ad0afbb4a32e8da82e2e9c2a92 -SIZE (taskflow-taskflow-v3.5.0_GH0.tar.gz) = 64965472 +TIMESTAMP = 1683478884 +SHA256 (taskflow-taskflow-v3.6.0_GH0.tar.gz) = 5a1cd9cf89f93a97fcace58fd73ed2fc8ee2053bcb43e047acb6bc121c3edf4c +SIZE (taskflow-taskflow-v3.6.0_GH0.tar.gz) = 66335249 diff --git a/devel/taskflow/pkg-plist b/devel/taskflow/pkg-plist index 7896595dd487..00bf06c7edcf 100644 --- a/devel/taskflow/pkg-plist +++ b/devel/taskflow/pkg-plist @@ -1,10 +1,16 @@ include/taskflow/algorithm/critical.hpp include/taskflow/algorithm/data_pipeline.hpp +include/taskflow/algorithm/find.hpp include/taskflow/algorithm/for_each.hpp +include/taskflow/algorithm/launch.hpp +include/taskflow/algorithm/partitioner.hpp include/taskflow/algorithm/pipeline.hpp include/taskflow/algorithm/reduce.hpp +include/taskflow/algorithm/scan.hpp include/taskflow/algorithm/sort.hpp include/taskflow/algorithm/transform.hpp +include/taskflow/core/async.hpp +include/taskflow/core/async_task.hpp include/taskflow/core/declarations.hpp include/taskflow/core/environment.hpp include/taskflow/core/error.hpp @@ -36,8 +42,8 @@ include/taskflow/cuda/cuda_execution_policy.hpp include/taskflow/cuda/cuda_graph.hpp include/taskflow/cuda/cuda_memory.hpp include/taskflow/cuda/cuda_meta.hpp +include/taskflow/cuda/cuda_object.hpp 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/cuda/cudaflow.hpp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305071816.347IGBCp041412>