From owner-svn-ports-all@freebsd.org Sat Sep 28 15:07:53 2019 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 5168F12977B; Sat, 28 Sep 2019 15:07:53 +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) server-signature RSA-PSS (4096 bits) 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 46gX8n1TlMz4Jt8; Sat, 28 Sep 2019 15:07:53 +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 11AC631FA; Sat, 28 Sep 2019 15:07:53 +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 x8SF7qbl057417; Sat, 28 Sep 2019 15:07:52 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8SF7qX4057411; Sat, 28 Sep 2019 15:07:52 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201909281507.x8SF7qX4057411@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 28 Sep 2019 15:07:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513135 - head/math/onnx X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/onnx X-SVN-Commit-Revision: 513135 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.29 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: Sat, 28 Sep 2019 15:07:53 -0000 Author: yuri Date: Sat Sep 28 15:07:52 2019 New Revision: 513135 URL: https://svnweb.freebsd.org/changeset/ports/513135 Log: math/onnx: Update 1.5.0 -> 1.6.0 Reported by: portscout Modified: head/math/onnx/Makefile head/math/onnx/distinfo head/math/onnx/pkg-plist Modified: head/math/onnx/Makefile ============================================================================== --- head/math/onnx/Makefile Sat Sep 28 14:46:26 2019 (r513134) +++ head/math/onnx/Makefile Sat Sep 28 15:07:52 2019 (r513135) @@ -2,7 +2,7 @@ PORTNAME= onnx DISTVERSIONPREFIX= v -DISTVERSION= 1.5.0 +DISTVERSION= 1.6.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/onnx/distinfo ============================================================================== --- head/math/onnx/distinfo Sat Sep 28 14:46:26 2019 (r513134) +++ head/math/onnx/distinfo Sat Sep 28 15:07:52 2019 (r513135) @@ -1,3 +1,3 @@ -TIMESTAMP = 1566874234 -SHA256 (onnx-onnx-v1.5.0_GH0.tar.gz) = 707887fffd79f36213baea7012fd1599c2c6d14ca4974484f1363dced4f7357a -SIZE (onnx-onnx-v1.5.0_GH0.tar.gz) = 2431004 +TIMESTAMP = 1569680204 +SHA256 (onnx-onnx-v1.6.0_GH0.tar.gz) = a725df7c1bbed3456794c9fb8c4a5443ba0d3496f96ef3685a4625dc947de855 +SIZE (onnx-onnx-v1.6.0_GH0.tar.gz) = 2595871 Modified: head/math/onnx/pkg-plist ============================================================================== --- head/math/onnx/pkg-plist Sat Sep 28 14:46:26 2019 (r513134) +++ head/math/onnx/pkg-plist Sat Sep 28 15:07:52 2019 (r513135) @@ -10,6 +10,7 @@ include/onnx/common/interned_strings.h include/onnx/common/ir.h include/onnx/common/ir_pb_converter.h include/onnx/common/model_helpers.h +include/onnx/common/platform_helpers.h include/onnx/common/status.h include/onnx/common/stl_backports.h include/onnx/common/tensor.h @@ -20,7 +21,9 @@ include/onnx/defs/operator_sets-ml.h include/onnx/defs/operator_sets.h include/onnx/defs/schema.h include/onnx/defs/shape_inference.h +include/onnx/defs/tensor/utils.h include/onnx/defs/tensor_proto_util.h +include/onnx/defs/tensor_util.h include/onnx/onnx-ml.pb.h include/onnx/onnx-operators-ml.pb.h include/onnx/onnx-operators_pb.h @@ -63,6 +66,7 @@ include/onnx/version_converter/adapters/adapter.h include/onnx/version_converter/adapters/averagepool_7_6.h include/onnx/version_converter/adapters/batch_normalization_6_5.h include/onnx/version_converter/adapters/batch_normalization_6_7.h +include/onnx/version_converter/adapters/batch_normalization_8_9.h include/onnx/version_converter/adapters/broadcast_backward_compatibility.h include/onnx/version_converter/adapters/broadcast_forward_compatibility.h include/onnx/version_converter/adapters/cast_9_8.h @@ -77,10 +81,12 @@ include/onnx/version_converter/adapters/no_previous_ve include/onnx/version_converter/adapters/remove_consumed_inputs.h include/onnx/version_converter/adapters/reshape_4_5.h include/onnx/version_converter/adapters/reshape_5_4.h +include/onnx/version_converter/adapters/scan_8_9.h include/onnx/version_converter/adapters/scan_9_8.h include/onnx/version_converter/adapters/set_is_test.h include/onnx/version_converter/adapters/sum_8_7.h include/onnx/version_converter/adapters/type_restriction.h +include/onnx/version_converter/adapters/upsample_8_9.h include/onnx/version_converter/adapters/upsample_9_8.h include/onnx/version_converter/convert.h include/onnx/version_converter/helper.h