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

</pre>
<p><a href="https://github.com/macports/mpbb/commit/9dfffb1f00c3b9d56e6d83c33a8b3310138758fc">https://github.com/macports/mpbb/commit/9dfffb1f00c3b9d56e6d83c33a8b3310138758fc</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 9dfffb1  Always install the main port from source
</span>9dfffb1 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9dfffb1f00c3b9d56e6d83c33a8b3310138758fc
</span>Author: Zero King <l2dy@macports.org>
AuthorDate: Sun Jan 6 07:15:46 2019 +0000

<span style='display:block; white-space:pre;color:#404040;'>    Always install the main port from source
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    We already do some protection to avoid rebuilding existing ports, so
</span><span style='display:block; white-space:pre;color:#404040;'>    there's no need to avoid building from source on the buildbot.
</span>---
 mpbb-install-port | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mpbb-install-port b/mpbb-install-port
</span><span style='display:block; white-space:pre;color:#808080;'>index 25d2bf6..bc55149 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mpbb-install-port
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mpbb-install-port
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -60,7 +60,7 @@ install-port() {
</span>     fi
     # $option_prefix is set in mpbb
     # shellcheck disable=SC2154
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if "${option_prefix}/bin/port" -dkn install --unrequested "$@"; then
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if "${option_prefix}/bin/port" -dkns install --unrequested "$@"; then
</span>         # Remove failcache if it exists
         failcache_success "$@"
         if [ $? -ne 0 ]; then
</pre><pre style='margin:0'>

</pre>