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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/22b9650a0ea95e8b187f21cb9f129a02605cc54b">https://github.com/macports/macports-ports/commit/22b9650a0ea95e8b187f21cb9f129a02605cc54b</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 22b9650a0ea charls: force newer clang
</span>22b9650a0ea is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 22b9650a0ea95e8b187f21cb9f129a02605cc54b
</span>Author: Ken Cunningham <ken.cunningham.webuse@gmail.com>
AuthorDate: Tue Jul 7 22:35:09 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    charls: force newer clang
</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/60767
</span>---
 graphics/charls/Portfile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/charls/Portfile b/graphics/charls/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 97bfe0ec36a..8865f47e2d8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/charls/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/charls/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,6 +24,5 @@ patchfiles-append   string.patch
</span> compiler.cxx_standard 2014
 configure.args-append -DBUILD_SHARED_LIBS=ON
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Work around MacPorts base C++14 compiler selection bug. Remove after
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# https://github.com/macports/macports-base/pull/162 is released.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append   {clang < 602}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/60767
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append   {clang <= 700.1.81}
</span></pre><pre style='margin:0'>

</pre>