<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8157bb8ebd67a77c49c6cbf943f4c4f873248b8b">https://github.com/macports/macports-ports/commit/8157bb8ebd67a77c49c6cbf943f4c4f873248b8b</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 8157bb8  bazel: Fix typo in comments
</span>8157bb8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8157bb8ebd67a77c49c6cbf943f4c4f873248b8b
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Apr 15 16:39:26 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    bazel: Fix typo in comments
</span>---
 devel/bazel/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/bazel/Portfile b/devel/bazel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e015033..393d3f1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/bazel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/bazel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -47,7 +47,7 @@ if { ${name} eq ${subport} } {
</span> 
 } elseif { "bazel29" eq ${subport} } {
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # Note this port is the current build dependency for py-tensorflaw, and as such
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Note this port is the current build dependency for py-tensorflow, and as such
</span>     # the version here is *specifically* the one required. Do not update....
     github.setup      bazelbuild ${name} 0.29.1
     revision          0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -72,7 +72,7 @@ if { ${name} eq ${subport} } {
</span> 
 } elseif { "bazel28" eq ${subport} } {
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # Note this port is the current build dependency for py-tensorflaw, and as such
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Note this port is the current build dependency for py-tensorflow, and as such
</span>     # the version here is *specifically* the one required. Do not update....
     github.setup      bazelbuild ${name} 0.28.1
     revision          0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -97,7 +97,7 @@ if { ${name} eq ${subport} } {
</span> 
 } elseif { "bazel27" eq ${subport} } {
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # Note this port is the current build dependency for py-tensorflaw, and as such
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Note this port is the current build dependency for py-tensorflow, and as such
</span>     # the version here is *specifically* the one required. Do not update....
     github.setup      bazelbuild ${name} 0.27.1
     revision          0
</pre><pre style='margin:0'>

</pre>