<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d809b47d5c621354cd98ec5fb488797c5fb66a9f">https://github.com/macports/macports-ports/commit/d809b47d5c621354cd98ec5fb488797c5fb66a9f</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit d809b47d5c621354cd98ec5fb488797c5fb66a9f
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun Jan 26 09:53:37 2020 -0700
<span style='display:block; white-space:pre;color:#404040;'> harfbuzz: remove deprecated PortGroup cxx11
</span>---
graphics/harfbuzz/Portfile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/harfbuzz/Portfile b/graphics/harfbuzz/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 495da2a..d815b71 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/harfbuzz/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/harfbuzz/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,9 +2,6 @@
</span>
PortSystem 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# https://github.com/harfbuzz/harfbuzz/issues/1642
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup cxx11 1.1
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> # https://github.com/harfbuzz/harfbuzz/issues/1651#issuecomment-484051395
PortGroup compiler_blacklist_versions 1.0
compiler.blacklist-append {clang < 700}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,6 +25,10 @@ homepage https://www.freedesktop.org/wiki/Software/HarfBuzz/
</span> master_sites https://www.freedesktop.org/software/harfbuzz/release/
use_xz yes
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://github.com/harfbuzz/harfbuzz/issues/1642
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ 2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_build port:pkgconfig
configure.args --disable-silent-rules \
</pre><pre style='margin:0'>
</pre>