<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/12e7595a0e7f866da4651b833920bfb06f98fe7f">https://github.com/macports/mpbb/commit/12e7595a0e7f866da4651b833920bfb06f98fe7f</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 12e7595  Use 'installed' to avoid ambiguity when gathering
</span>12e7595 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 12e7595a0e7f866da4651b833920bfb06f98fe7f
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sun Feb 12 21:47:27 2017 +1100

<span style='display:block; white-space:pre;color:#404040;'>    Use 'installed' to avoid ambiguity when gathering
</span>---
 mpbb-gather-archives | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mpbb-gather-archives b/mpbb-gather-archives
</span><span style='display:block; white-space:pre;color:#808080;'>index 8859633..7566635 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mpbb-gather-archives
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mpbb-gather-archives
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -51,7 +51,7 @@ gather-archives() {
</span>     mkdir -p "${option_staging_dir}" || return
 
     status=0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    for archive_path in $("${option_prefix}/bin/port" -q location $(cat "${option_work_dir}/all_ports")); do
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    for archive_path in $("${option_prefix}/bin/port" -q location installed and \( $(cat "${option_work_dir}/all_ports") \)); do
</span>         archive_port=$(basename "$(dirname "${archive_path}")")
         archive_basename=$(basename "${archive_path}")
 
</pre><pre style='margin:0'>

</pre>