<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository mpbb.

</pre>
<p><a href="https://github.com/macports/mpbb/commit/72e1814c6cf136d3fc01e8a9018fd6af6e107b04">https://github.com/macports/mpbb/commit/72e1814c6cf136d3fc01e8a9018fd6af6e107b04</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 72e1814  Don't exclude already built ports
</span>72e1814 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 72e1814c6cf136d3fc01e8a9018fd6af6e107b04
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sun Feb 12 20:53:32 2017 +1100

<span style='display:block; white-space:pre;color:#404040;'>    Don't exclude already built ports
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Testing for https://trac.macports.org/ticket/53548
</span>---
 mpbb-list-subports | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mpbb-list-subports b/mpbb-list-subports
</span><span style='display:block; white-space:pre;color:#808080;'>index 1bc1b16..eb5f7a7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mpbb-list-subports
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mpbb-list-subports
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -39,10 +39,10 @@ print-subports() {
</span>         # FIXME: this doesn't take selected variants into account
         # $option_prefix and $thisdir are set in mpbb
         # shellcheck disable=SC2154
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        if [[ -f $("${option_prefix}/bin/port-tclsh" "${thisdir}/tools/archive-path.tcl" "${port}") ]]; then
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-            exclude=1
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-            exclude_reasons+=("it has already been built")
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        fi
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        #if [[ -f $("${option_prefix}/bin/port-tclsh" "${thisdir}/tools/archive-path.tcl" "${port}") ]]; then
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        #    exclude=1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        #    exclude_reasons+=("it has already been built")
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        #fi
</span> 
         if [[ $exclude -eq 0 ]]; then
             if [[ "$port" =~ graveyard ]]; then
</pre><pre style='margin:0'>

</pre>