<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a212359ed1b0263ae9ddf1ddac2f4f01e1a1d3d2">https://github.com/macports/macports-ports/commit/a212359ed1b0263ae9ddf1ddac2f4f01e1a1d3d2</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 a212359  bazel: Update port, version 0.11.0
</span>a212359 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a212359ed1b0263ae9ddf1ddac2f4f01e1a1d3d2
</span>Author: RootFunction <RootFunction@users.noreply.github.com>
AuthorDate: Sun Feb 25 06:42:59 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    bazel: Update port, version 0.11.0
</span>---
 devel/bazel/Portfile | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 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 6027edd..2d5ec0e 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;'>@@ -4,7 +4,7 @@
</span> PortSystem                1.0
 PortGroup                 github 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup              bazelbuild bazel 0.9.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup              bazelbuild bazel 0.11.0
</span> github.tarball_from       releases
 categories                devel
 maintainers               {tfmnet.com:mohamed.issa @RootFunction} \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,8 +30,8 @@ distname                  ${distname}-dist
</span> dist_subdir               ${name}
 
 # Checksum Phase
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums                 rmd160  5cb89e5598a2c27c8ce6c30bad9107f67d7547ee \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                          sha256  efb28fed4ffcfaee653e0657f6500fc4cbac61e32104f4208da385676e76312a
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums                 rmd160  0fc7e3afec228c7b727b7f34026b592c7a2e4741 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                          sha256  abfeccc94728cb46be8dbb3507a23ccffbacef9fbda96a977ef4ea8d6ab0d384
</span> 
 # Extract Phase
 use_zip                   yes
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,13 +64,13 @@ build {
</span>     system -W ${worksrcpath} "git commit -m GitRepo"
 
     # note - at this point in the build, there can be a very long pause
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    ui_msg "*************************************************************"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    ui_msg "*************************************************************"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ui_msg "**********************************************************************"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ui_msg "**********************************************************************"
</span>     ui_msg "There can be a long pause in the build during the next stage."
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    ui_msg "This pause can last up to two hours."
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    ui_msg "We suggest you do not cancel the build as it will eventually complete"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    ui_msg "*************************************************************"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    ui_msg "*************************************************************"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ui_msg "This pause can last up to four hours."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ui_msg "We suggest you do not cancel the build as it will eventually complete."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ui_msg "**********************************************************************"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ui_msg "**********************************************************************"
</span> 
     # Build the bash completion script
     system -W ${worksrcpath} "./${name} build //scripts:${name}-complete.bash"
</pre><pre style='margin:0'>

</pre>