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

</pre>
<p><a href="https://github.com/macports/mpbb/commit/f13734db05db70a1432ed9ba15f421496c994aa9">https://github.com/macports/mpbb/commit/f13734db05db70a1432ed9ba15f421496c994aa9</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 f13734d  Remove duplicate deps to avoid "Argument list too long"
</span>f13734d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f13734db05db70a1432ed9ba15f421496c994aa9
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Mar 8 11:51:39 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    Remove duplicate deps to avoid "Argument list too long"
</span>---
 mpbb-mirror-distfiles | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mpbb-mirror-distfiles b/mpbb-mirror-distfiles
</span><span style='display:block; white-space:pre;color:#808080;'>index eb11c72..76ee049 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mpbb-mirror-distfiles
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mpbb-mirror-distfiles
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -73,5 +73,5 @@ mirror-distfiles() {
</span>     # Mirror the distfiles.
     # $option_prefix is set by mpbb
     # shellcheck disable=SC2154
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    "${option_prefix}/bin/port" -p mirror "$@" $("${option_prefix}/bin/port" -pq rdeps --index "$@" | sed '/^--$/d')
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    "${option_prefix}/bin/port" -p mirror "$@" $("${option_prefix}/bin/port" -pq rdeps --index "$@" | sed -E -e '/^--$/d' -e 's/^[[:space:]]+//' | sort -u)
</span> }
</pre><pre style='margin:0'>

</pre>