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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e74b76fe006d4227fdc618112e51125ec82ae1da">https://github.com/macports/macports-ports/commit/e74b76fe006d4227fdc618112e51125ec82ae1da</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 e74b76f  Specify archive_site_local correctly, with :tbz2
</span>e74b76f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e74b76fe006d4227fdc618112e51125ec82ae1da
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Dec 4 03:42:03 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    Specify archive_site_local correctly, with :tbz2
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://github.com/macports/macports-ports/pull/3099
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/54800
</span>---
 _ci/bootstrap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_ci/bootstrap.sh b/_ci/bootstrap.sh
</span><span style='display:block; white-space:pre;color:#808080;'>index 5ea0279..96fd167 100755
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_ci/bootstrap.sh
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_ci/bootstrap.sh
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,7 +19,7 @@ echo "ui_interactive no" | sudo tee -a /opt/local/etc/macports/macports.conf >/d
</span> # Only download from the CDN, not the mirrors
 echo "host_blacklist *.distfiles.macports.org *.packages.macports.org" | sudo tee -a /opt/local/etc/macports/macports.conf >/dev/null
 # Also try downloading archives from the private server
<span style='display:block; white-space:pre;background:#ffe0e0;'>-echo "archive_site_local https://packages-private.macports.org/" | sudo tee -a /opt/local/etc/macports/macports.conf >/dev/null
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+echo "archive_site_local https://packages-private.macports.org/:tbz2" | sudo tee -a /opt/local/etc/macports/macports.conf >/dev/null
</span> # Prefer to get archives from the public server instead of the private server
 echo "preferred_hosts packages.macports.org" | sudo tee -a /opt/local/etc/macports/macports.conf >/dev/null
 # Update PortIndex
</pre><pre style='margin:0'>

</pre>