<pre style='margin:0'>
Eric A. Borisch (eborisch) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/30f652a4bf7fb656a7008601aa3340ab59874932">https://github.com/macports/macports-ports/commit/30f652a4bf7fb656a7008601aa3340ab59874932</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 30f652a  libomp: add 8.0 to list of clang versions
</span>30f652a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 30f652a4bf7fb656a7008601aa3340ab59874932
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Tue Aug 13 00:12:24 2019 +1000

<span style='display:block; white-space:pre;color:#404040;'>    libomp: add 8.0 to list of clang versions
</span>---
 lang/libomp/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/libomp/Portfile b/lang/libomp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8c01ffc..e07ca22 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/libomp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/libomp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -97,7 +97,7 @@ compiler.blacklist-append {clang < 500} *gcc*
</span> 
 # Avoid dependency cycle
 # https://trac.macports.org/ticket/53110
<span style='display:block; white-space:pre;background:#ffe0e0;'>-foreach ver {3.8 3.9 4.0 5.0 6.0 7.0 devel} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+foreach ver {3.8 3.9 4.0 5.0 6.0 7.0 8.0 devel} {
</span>     if {![file exists ${prefix}/bin/clang-mp-${ver}]} {
         compiler.blacklist-append macports-clang-${ver}
     }
</pre><pre style='margin:0'>

</pre>