Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jan 2025 10:27:52 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: c2d7cc553b9b - main - devel/taskflow: update 3.8.0 =?utf-8?Q?=E2=86=92?= 3.9.0
Message-ID:  <202501031027.503ARqHB062986@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=c2d7cc553b9b3b5eb371edf008243a6790a92beb

commit c2d7cc553b9b3b5eb371edf008243a6790a92beb
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-01-03 10:12:55 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-01-03 10:27:41 +0000

    devel/taskflow: update 3.8.0 → 3.9.0
    
    Reported by:    portscout
---
 devel/taskflow/Makefile  | 7 +++++--
 devel/taskflow/distinfo  | 6 +++---
 devel/taskflow/pkg-plist | 4 +++-
 3 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/devel/taskflow/Makefile b/devel/taskflow/Makefile
index 643c4c3f21f8..742adbb241db 100644
--- a/devel/taskflow/Makefile
+++ b/devel/taskflow/Makefile
@@ -1,11 +1,12 @@
 PORTNAME=	taskflow
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.8.0
+DISTVERSION=	3.9.0
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	Header-only library for parallel tasks in modern C++
-WWW=		https://github.com/taskflow/taskflow
+WWW=		https://taskflow.github.io/ \
+		https://github.com/taskflow/taskflow
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
@@ -18,4 +19,6 @@ CMAKE_TESTING_ON=	BUILD_TESTING TF_BUILD_TESTS
 
 NO_ARCH=	yes
 
+# tests as of 3.9.0: 100% tests passed, 0 tests failed out of 2377
+
 .include <bsd.port.mk>
diff --git a/devel/taskflow/distinfo b/devel/taskflow/distinfo
index 64a120c88888..b6cdd05b6562 100644
--- a/devel/taskflow/distinfo
+++ b/devel/taskflow/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1728015104
-SHA256 (taskflow-taskflow-v3.8.0_GH0.tar.gz) = 51316ee5fbf0c8f8f4638eb7428430cadfe6e8910756593884710e99129fa0ab
-SIZE (taskflow-taskflow-v3.8.0_GH0.tar.gz) = 66430441
+TIMESTAMP = 1735884656
+SHA256 (taskflow-taskflow-v3.9.0_GH0.tar.gz) = d872a19843d12d437eba9b8664835b7537b92fe01fdb33ed92ca052d2483be2d
+SIZE (taskflow-taskflow-v3.9.0_GH0.tar.gz) = 66347422
diff --git a/devel/taskflow/pkg-plist b/devel/taskflow/pkg-plist
index fe2cad6eb28d..0618e66d6370 100644
--- a/devel/taskflow/pkg-plist
+++ b/devel/taskflow/pkg-plist
@@ -1,7 +1,8 @@
+include/taskflow/algorithm/algorithm.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/module.hpp
 include/taskflow/algorithm/partitioner.hpp
 include/taskflow/algorithm/pipeline.hpp
 include/taskflow/algorithm/reduce.hpp
@@ -20,6 +21,7 @@ include/taskflow/core/freelist.hpp
 include/taskflow/core/graph.hpp
 include/taskflow/core/nonblocking_notifier.hpp
 include/taskflow/core/observer.hpp
+include/taskflow/core/runtime.hpp
 include/taskflow/core/semaphore.hpp
 include/taskflow/core/task.hpp
 include/taskflow/core/taskflow.hpp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501031027.503ARqHB062986>