Date: Sat, 23 May 2020 21:41:41 +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: r536355 - in head/misc: . py-onnx-tf Message-ID: <202005232141.04NLffTr088905@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat May 23 21:41:41 2020 New Revision: 536355 URL: https://svnweb.freebsd.org/changeset/ports/536355 Log: Fix index Added: head/misc/py-onnx-tf/ - copied from r536352, head/misc/py-onnx-tf/ Modified: head/misc/Makefile head/misc/py-onnx-tf/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sat May 23 21:29:18 2020 (r536354) +++ head/misc/Makefile Sat May 23 21:41:41 2020 (r536355) @@ -377,6 +377,7 @@ SUBDIR += py-molequeue SUBDIR += py-mxnet SUBDIR += py-onnx + SUBDIR += py-onnx-tf SUBDIR += py-orange3-associate SUBDIR += py-orange3-datafusion SUBDIR += py-orange3-educational Modified: head/misc/py-onnx-tf/Makefile ============================================================================== --- head/misc/py-onnx-tf/Makefile Sat May 23 21:13:46 2020 (r536352) +++ head/misc/py-onnx-tf/Makefile Sat May 23 21:41:41 2020 (r536355) @@ -12,7 +12,7 @@ COMMENT= Tensorflow backend for ONNX (Open Neural Netw LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}onnx>0:math/py-onnx@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}onnx>0:misc/py-onnx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} USES= python
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005232141.04NLffTr088905>