Date: Fri, 2 Oct 2020 00:14:45 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550884 - head/devel/taskflow Message-ID: <202010020014.0920EjZF016993@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Fri Oct 2 00:14:45 2020 New Revision: 550884 URL: https://svnweb.freebsd.org/changeset/ports/550884 Log: devel/taskflow: Update 2.6.0 -> 2.7.0 Modified: head/devel/taskflow/Makefile head/devel/taskflow/distinfo head/devel/taskflow/pkg-plist Modified: head/devel/taskflow/Makefile ============================================================================== --- head/devel/taskflow/Makefile Fri Oct 2 00:14:03 2020 (r550883) +++ head/devel/taskflow/Makefile Fri Oct 2 00:14:45 2020 (r550884) @@ -2,7 +2,7 @@ PORTNAME= taskflow DISTVERSIONPREFIX= v -DISTVERSION= 2.6.0 +DISTVERSION= 2.7.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org Modified: head/devel/taskflow/distinfo ============================================================================== --- head/devel/taskflow/distinfo Fri Oct 2 00:14:03 2020 (r550883) +++ head/devel/taskflow/distinfo Fri Oct 2 00:14:45 2020 (r550884) @@ -1,3 +1,3 @@ -TIMESTAMP = 1598833706 -SHA256 (taskflow-taskflow-v2.6.0_GH0.tar.gz) = 2f511f4291653d759af12a7854babcebf57cfbb8b49bf6cd3eb0dd98a1a4039c -SIZE (taskflow-taskflow-v2.6.0_GH0.tar.gz) = 68626469 +TIMESTAMP = 1601592352 +SHA256 (taskflow-taskflow-v2.7.0_GH0.tar.gz) = bc2227dcabec86abeba1fee56bb357d9d3c0ef0184f7c2275d7008e8758dfc3e +SIZE (taskflow-taskflow-v2.7.0_GH0.tar.gz) = 68972633 Modified: head/devel/taskflow/pkg-plist ============================================================================== --- head/devel/taskflow/pkg-plist Fri Oct 2 00:14:03 2020 (r550883) +++ head/devel/taskflow/pkg-plist Fri Oct 2 00:14:45 2020 (r550884) @@ -14,12 +14,27 @@ include/taskflow/cuda/cuda_device.hpp include/taskflow/cuda/cuda_error.hpp include/taskflow/cuda/cuda_flow.hpp include/taskflow/cuda/cuda_graph.hpp +include/taskflow/cuda/cuda_ops.hpp include/taskflow/cuda/cuda_task.hpp include/taskflow/declarations.hpp +include/taskflow/dsl.hpp +include/taskflow/dsl/connection.hpp +include/taskflow/dsl/meta_macro.hpp +include/taskflow/dsl/task_analyzer.hpp +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/nstd/any.hpp include/taskflow/nstd/optional.hpp include/taskflow/nstd/variant.hpp include/taskflow/taskflow.hpp +include/taskflow/tensorframe.hpp +include/taskflow/tensorframe/tensor.hpp +include/taskflow/tensorframe/tensor_expr.hpp +include/taskflow/tensorframe/tensor_graph.hpp +include/taskflow/tensorframe/tensor_ops.hpp +include/taskflow/tensorframe/tensorframe.hpp include/taskflow/utility/iterator.hpp include/taskflow/utility/object_pool.hpp include/taskflow/utility/os.hpp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010020014.0920EjZF016993>