From owner-svn-ports-all@freebsd.org Sat May 23 20:57:43 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 B6EF42DDDAE; Sat, 23 May 2020 20:57:43 +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 49Twfb4TfDz4fvQ; Sat, 23 May 2020 20:57:43 +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 95428157EF; Sat, 23 May 2020 20:57:43 +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 04NKvhou060222; Sat, 23 May 2020 20:57:43 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04NKvh5l060220; Sat, 23 May 2020 20:57:43 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202005232057.04NKvh5l060220@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 23 May 2020 20:57:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536349 - in head: . misc misc/onnx X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: . misc misc/onnx X-SVN-Commit-Revision: 536349 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: Sat, 23 May 2020 20:57:43 -0000 Author: yuri Date: Sat May 23 20:57:42 2020 New Revision: 536349 URL: https://svnweb.freebsd.org/changeset/ports/536349 Log: Remive misc/onnx: It was a duplicate of misc/py-onnx Deleted: head/misc/onnx/ Modified: head/MOVED head/misc/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat May 23 20:56:27 2020 (r536348) +++ head/MOVED Sat May 23 20:57:42 2020 (r536349) @@ -15013,3 +15013,4 @@ devel/py-django-tastypie-mongoengine||2020-05-17|Has e sysutils/py-cpuinfo|sysutils/py-py-cpuinfo|2020-05-18|Rename to match PyPI name devel/py-jupyterlab_server|devel/py-jupyterlab-server|2020-05-19|Rename to match upstream naming math/py-onnx|misc/py-onnx|2020-05-23|Move to misc category because it's not related to math +misc/onnx|misc/py-onnx|2020-05-23|Remove duplicate Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sat May 23 20:56:27 2020 (r536348) +++ head/misc/Makefile Sat May 23 20:57:42 2020 (r536349) @@ -255,7 +255,6 @@ SUBDIR += nut SUBDIR += ompl SUBDIR += ondir - SUBDIR += onnx SUBDIR += opencyc SUBDIR += openhab2 SUBDIR += openhab2-addons