<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/91ad1bc744d04c18874c57c2a1ee5e1465582188">https://github.com/macports/macports-ports/commit/91ad1bc744d04c18874c57c2a1ee5e1465582188</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 91ad1bc744d04c18874c57c2a1ee5e1465582188
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Mon Aug 30 12:41:46 2021 -0400
<span style='display:block; white-space:pre;color:#404040;'> pango: cleanup indentation and whitespace
</span>---
x11/pango/Portfile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/pango/Portfile b/x11/pango/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3022d8a4dd9..f0279d7d343 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/pango/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/pango/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -50,10 +50,11 @@ configure.args-append -Dxft=disabled \
</span> -Dintrospection=enabled
configure.cflags-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- -Wno-error,-Wimplicit-fallthrough
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -Wno-error,-Wimplicit-fallthrough
</span>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.cxx_standard 2011
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.cxxflags-append -std=c++11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cxxflags-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -std=c++11
</span>
license_noconflict gobject-introspection
</pre><pre style='margin:0'>
</pre>