svn commit: r536355 - in head/misc: . py-onnx-tf

Yuri Victorovich yuri at FreeBSD.org
Sat May 23 21:41:42 UTC 2020


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


More information about the svn-ports-all mailing list