<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/ad4d6116f21053ca44676d3d8df06c39f43143df">https://github.com/macports/mpbb/commit/ad4d6116f21053ca44676d3d8df06c39f43143df</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 ad4d611  Exclude new ywg.ca mirror
</span>ad4d611 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ad4d6116f21053ca44676d3d8df06c39f43143df
</span>Author: Ryan Schmidt <git@ryandesign.com>
AuthorDate: Sun Oct 15 15:58:15 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    Exclude new ywg.ca mirror
</span>---
 mpbb-checkout | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<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 4632b7e..f84927f 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;'>@@ -186,7 +186,8 @@ checkout() {
</span>     (cd "${ports_dir}" && "${option_prefix}/bin/portindex") || return
 
     local -ar mirrors=(aarnet.au cjj.kr fco.it her.gr jnb.za jog.id kmq.jp
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                       lil.fr mse.uk nou.nc nue.de osl.no pek.cn sea.us ykf.ca)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                       lil.fr mse.uk nou.nc nue.de osl.no pek.cn sea.us
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                       ykf.ca ywg.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>