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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d929f21c39f070c546f42050513bca411dcb0731">https://github.com/macports/macports-ports/commit/d929f21c39f070c546f42050513bca411dcb0731</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 d929f21  scidavis uncomment use of portgroup compiler_blacklist, also blacklist old clang versions without c++ compilers (see https://trac.macports.org/ticket/54372)
</span>d929f21 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d929f21c39f070c546f42050513bca411dcb0731
</span>Author: Nicolas Pavillon <pavillon.nicolas@gmail.com>
AuthorDate: Mon Jun 25 01:25:19 2018 +0900

<span style='display:block; white-space:pre;color:#404040;'>    scidavis uncomment use of portgroup compiler_blacklist, also blacklist old clang versions without c++ compilers (see https://trac.macports.org/ticket/54372)
</span>---
 science/scidavis/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/scidavis/Portfile b/science/scidavis/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4dfb6ca..f8420bc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/scidavis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/scidavis/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,7 +2,7 @@
</span> 
 PortSystem          1.0
 PortGroup           qmake 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-#PortGroup           compiler_blacklist_versions 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> 
 name                scidavis
 version             1.23
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,7 +20,7 @@ master_sites        sourceforge:project/scidavis/SciDAVis/${version}
</span> #distname            ${name}.${version}
 
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append   *gcc*
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append   *gcc* {clang < 318.0.61}
</span> 
 depends_build-append    port:doxygen \
                         path:bin/cmake:cmake
</pre><pre style='margin:0'>

</pre>