From owner-svn-ports-all@freebsd.org Fri Oct 2 00:14:46 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 89FC93F02F2; Fri, 2 Oct 2020 00:14:46 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C2VqV39zFz3dY5; Fri, 2 Oct 2020 00:14:46 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 363AE1951E; Fri, 2 Oct 2020 00:14:46 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0920EkCE016996; Fri, 2 Oct 2020 00:14:46 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0920EjZF016993; Fri, 2 Oct 2020 00:14:45 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202010020014.0920EjZF016993@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 2 Oct 2020 00:14:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550884 - head/devel/taskflow X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/taskflow X-SVN-Commit-Revision: 550884 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Oct 2020 00:14:46 -0000 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