<pre style='margin:0'>
Blair Zajac (blair) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/dacb342c25b5cd01b8b0013c736f29e1607a7cdc">https://github.com/macports/macports-ports/commit/dacb342c25b5cd01b8b0013c736f29e1607a7cdc</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new dacb342 mosh: bump revision for protobuf3-cpp 3.11.0 ABI incompatibility.
</span>dacb342 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit dacb342c25b5cd01b8b0013c736f29e1607a7cdc
</span>Author: Blair Zajac <blair@macports.org>
AuthorDate: Sun Feb 16 11:55:01 2020 -0800
<span style='display:block; white-space:pre;color:#404040;'> mosh: bump revision for protobuf3-cpp 3.11.0 ABI incompatibility.
</span>---
net/mosh/Portfile | 2 +-
python/py-tensorflow/Portfile | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/mosh/Portfile b/net/mosh/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2dc3d13..19e5fd3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/mosh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/mosh/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup cxx11 1.1
</span>
name mosh
version 1.3.2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 7
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 8
</span> categories net
license {GPL-3+ OpenSSLException}
platforms darwin
<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 0bd68f8..c4be57d 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;'>@@ -196,6 +196,9 @@ if {${name} ne ${subport}} {
</span>
set macos_minor_v [expr [lindex [split ${os.version} "."] 0] - 4]
set install_whlfile ${workpath}/tensorflow-${version}-cp${python.version}-cp${python.version}m-macosx_10_${macos_minor_v}_x86_64.whl
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ pre-destroot {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ file rename ${workpath}/tensorflow-${version}-cp${python.version}-cp${python.version}m-macosx_10_15_x86_64.whl ${workpath}/tensorflow-${version}-cp${python.version}-cp${python.version}m-macosx_10_14_x86_64.whl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ }
</span>
destroot.cmd pip-${python.branch}
destroot.args \
</pre><pre style='margin:0'>
</pre>