<pre style='margin:0'>
Zero King (l2dy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b0ca9a3f3614ebe511bdadcf5a245e945c285f9f">https://github.com/macports/macports-ports/commit/b0ca9a3f3614ebe511bdadcf5a245e945c285f9f</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 b0ca9a3  _ci: whitespace only
</span>b0ca9a3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b0ca9a3f3614ebe511bdadcf5a245e945c285f9f
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Mon Oct 14 10:00:35 2019 +0000

<span style='display:block; white-space:pre;color:#404040;'>    _ci: whitespace only
</span>---
 _ci/bootstrap.sh | 7 +++++++
 1 file changed, 7 insertions(+)

<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 f3b87f3..e2c3fe2 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;'>@@ -1,13 +1,16 @@
</span> #!/bin/bash
 set -e
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Uninstall Homebrew
 brew --version
 /usr/bin/sudo /usr/bin/find /usr/local -mindepth 2 -delete && hash -r
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Download and install MacPorts built by https://github.com/macports/macports-base/blob/travis-ci/.travis.yml
 OS_MAJOR=$(uname -r | cut -f 1 -d .)
 curl -fsSLO "https://dl.bintray.com/macports-ci-bot/macports-base/2.6r0/MacPorts-${OS_MAJOR}.tar.bz2"
 sudo tar -xpf "MacPorts-${OS_MAJOR}.tar.bz2" -C /
 rm -f "MacPorts-${OS_MAJOR}.tar.bz2"
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Set PATH for portindex
 source /opt/local/share/macports/setupenv.bash
 # Set ports tree to $PWD
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,6 +31,7 @@ sudo sed -E -i "" "s,{} ({} ARCHIVE_SITE_LOCAL),\1," /opt/local/libexec/macports
</span> # Fix bug in MacPorts 2.5.4 that mishandles multiple URLs in archive_site_local
 # See https://trac.macports.org/ticket/57718
 sudo sed -E -i "" 's,\[list (\$env\(\$senv\))\],\1,' /opt/local/libexec/macports/lib/port1.0/fetch_common.tcl
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Update PortIndex
 rsync --no-motd -zvl "rsync://rsync.macports.org/macports/release/ports/PortIndex_darwin_${OS_MAJOR}_i386/PortIndex*" .
 git remote add macports https://github.com/macports/macports-ports.git
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,13 +44,16 @@ git checkout -qf "$(git merge-base macports/master HEAD)"
</span> portindex
 git checkout -qf -
 portindex -e
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Create macports user
 sudo /opt/local/postflight && sudo rm -f /opt/local/postflight
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Install mpbb
 git clone --depth 1 https://github.com/macports/mpbb.git ../mpbb
 # Install getopt required by mpbb
 curl -fsSLO "https://dl.bintray.com/macports-ci-bot/getopt/getopt-v1.1.6.tar.bz2"
 sudo tar -xpf "getopt-v1.1.6.tar.bz2" -C /
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Download and run CI runner
 curl -fsSLO "https://github.com/macports/mpbot-github/releases/download/v0.0.1/runner"
 chmod 0755 runner
</pre><pre style='margin:0'>

</pre>