<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1ffb4af005a8a4edde45446b1c4cba24d8d16d2b">https://github.com/macports/macports-ports/commit/1ffb4af005a8a4edde45446b1c4cba24d8d16d2b</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 1ffb4af005a8a4edde45446b1c4cba24d8d16d2b
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Mar 23 15:45:39 2021 +0000

<span style='display:block; white-space:pre;color:#404040;'>    py_tensorflow{1}: Fix tcl quoting issue
</span>---
 python/py-tensorflow/Portfile  | 2 +-
 python/py-tensorflow1/Portfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-tensorflow/Portfile b/python/py-tensorflow/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8498165a473..63b270dccf6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-tensorflow/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-tensorflow/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -87,7 +87,7 @@ if {${name} ne ${subport}} {
</span>     configure.env-append PYTHON_BIN_PATH=${prefix}/bin/python${python.branch}
 
     bazel.build_target   "//tensorflow/tools/pip_package:build_pip_package"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    bazel.post_build_cmd "./bazel-bin/tensorflow/tools/pip_package/build_pip_package ${workpath}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    bazel.post_build_cmd ./bazel-bin/tensorflow/tools/pip_package/build_pip_package [list $workpath]
</span> 
     destroot.cmd  pip-${python.branch}
     destroot.args           \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-tensorflow1/Portfile b/python/py-tensorflow1/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bb0e8e3978b..359c8753ec6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-tensorflow1/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-tensorflow1/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -95,7 +95,7 @@ if {${name} ne ${subport}} {
</span>     configure.env-append PYTHON_BIN_PATH=${prefix}/bin/python${python.branch}
 
     bazel.build_target   "//tensorflow/tools/pip_package:build_pip_package"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    bazel.post_build_cmd "./bazel-bin/tensorflow/tools/pip_package/build_pip_package ${workpath}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    bazel.post_build_cmd ./bazel-bin/tensorflow/tools/pip_package/build_pip_package [list $workpath]
</span>     
     destroot.cmd  pip-${python.branch}
     destroot.args           \
</pre><pre style='margin:0'>

</pre>