<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8556e84f653d3436772df76536a4512aaa7bff89">https://github.com/macports/macports-ports/commit/8556e84f653d3436772df76536a4512aaa7bff89</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 8556e84f653 glfw: still needs compiler_blacklist_versions pg
</span>8556e84f653 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8556e84f653d3436772df76536a4512aaa7bff89
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Wed Aug 26 09:17:33 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    glfw: still needs compiler_blacklist_versions pg
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Was removed in cfb71b8681 but shouldn't have been
</span>---
 graphics/glfw/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/glfw/Portfile b/graphics/glfw/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f29b38b99a5..94dfe4df467 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/glfw/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/glfw/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -52,6 +52,7 @@ if {${os.platform} eq "darwin" && ${os.major} == 10} {
</span>     # this requirement is now for all modern GLFW.
     compiler.c_standard   2011
     # <stdatomic.h> support was introduced in Xcode 7.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    PortGroup compiler_blacklist_versions 1.0
</span>     compiler.blacklist-append {clang < 700}
 
     compiler.cxx_standard 2011
</pre><pre style='margin:0'>

</pre>