<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/f80a89f957f28174cf5cd5ce95fe06dc4131306c">https://github.com/macports/macports-ports/commit/f80a89f957f28174cf5cd5ce95fe06dc4131306c</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 f80a89f bazel: revert previous changes to livecheck, add comment not to update bazel25
</span>f80a89f is described below
<span style='display:block; white-space:pre;color:#808000;'>commit f80a89f957f28174cf5cd5ce95fe06dc4131306c
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat Aug 24 10:01:25 2019 +0100
<span style='display:block; white-space:pre;color:#404040;'> bazel: revert previous changes to livecheck, add comment not to update bazel25
</span>---
devel/bazel/Portfile | 10 ++++++----
1 file changed, 6 insertions(+), 4 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 2d1a29e..e39b5d8 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;'>@@ -24,8 +24,6 @@ if { ${name} eq ${subport} } {
</span> github.setup bazelbuild ${name} 0.28.1
revision 1
<span style='display:block; white-space:pre;background:#ffe0e0;'>- github.livecheck.regex {(\d+\.\d+\.\d+)}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> conflicts bazel21 bazel25
checksums rmd160 16aa4e271f47a425e39adc9469c670cdacde118b \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -46,11 +44,14 @@ if { ${name} eq ${subport} } {
</span> java.fallback openjdk12
} elseif { "bazel25" eq ${subport} } {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # Note this port is the current build dependency for py-tensorflaw, and as such
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # the version here is *specifically* the one required. Do not update....
</span> github.setup bazelbuild ${name} 0.25.2
revision 1
<span style='display:block; white-space:pre;background:#ffe0e0;'>- github.livecheck.regex {(0\.25\.\d+)}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # livecheck none is correct here, see above.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ livecheck.type none
</span>
conflicts bazel bazel21
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -76,6 +77,7 @@ if { ${name} eq ${subport} } {
</span> github.setup bazelbuild ${name} 0.21.0
revision 1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ # livecheck none is correct here, do not change.
</span> livecheck.type none
conflicts bazel bazel25
</pre><pre style='margin:0'>
</pre>