<pre style='margin:0'>
ci42 pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5af7c725052f099cf5afd7441f098ccfc5932fa7">https://github.com/macports/macports-ports/commit/5af7c725052f099cf5afd7441f098ccfc5932fa7</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 5af7c72  nodejs11: blacklist clang < 800
</span>5af7c72 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5af7c725052f099cf5afd7441f098ccfc5932fa7
</span>Author: ci42 <ciserlohn@macports.org>
AuthorDate: Sat Nov 3 10:02:34 2018 +0100

<span style='display:block; white-space:pre;color:#404040;'>    nodejs11: blacklist clang < 800
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/57501
</span>---
 devel/nodejs11/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/nodejs11/Portfile b/devel/nodejs11/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f5fd5b5..9366cd4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/nodejs11/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/nodejs11/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -89,7 +89,7 @@ switch $build_arch {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist *gcc* {clang < 700}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist *gcc* {clang < 800}
</span> 
 build.args-append   CC=${configure.cc} \
                     CXX=${configure.cxx} \
</pre><pre style='margin:0'>

</pre>