<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/c475503855738bac0cd1320192eab3af838eef76">https://github.com/macports/mpbb/commit/c475503855738bac0cd1320192eab3af838eef76</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 c475503  Exclude new mirrors kmq.jp and pek.cn
</span>c475503 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c475503855738bac0cd1320192eab3af838eef76
</span>Author: Ryan Schmidt <git@ryandesign.com>
AuthorDate: Sun Jan 1 20:17:48 2017 -0600

<span style='display:block; white-space:pre;color:#404040;'>    Exclude new mirrors kmq.jp and pek.cn
</span>---
 mpbb-checkout | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mpbb-checkout b/mpbb-checkout
</span><span style='display:block; white-space:pre;color:#808080;'>index a1d4e1b..3e990c0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mpbb-checkout
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mpbb-checkout
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -185,8 +185,8 @@ checkout() {
</span>     # shellcheck disable=SC2154
     (cd "${ports_dir}" && "${option_prefix}/bin/portindex") || return
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    local -ar mirrors=(aarnet.au cjj.kr fco.it her.gr jnb.za jog.id
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                       lil.fr mse.uk nou.nc nue.de osl.no sea.us ykf.ca)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    local -ar mirrors=(aarnet.au cjj.kr fco.it her.gr jnb.za jog.id kmq.jp
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                       lil.fr mse.uk nou.nc nue.de osl.no pek.cn sea.us ykf.ca)
</span>     # Unset IFS to ensure "${mirrors[*]}" uses spaces as separators.
     (unset IFS && cat > "${option_work_dir}/macports.conf" <<EOF
 # Automatically overwritten by mpbb-checkout
</pre><pre style='margin:0'>

</pre>