<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/69ce3f9013f1a4dde6cf972be7e0f833e237e584">https://github.com/macports/macports-ports/commit/69ce3f9013f1a4dde6cf972be7e0f833e237e584</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 69ce3f9013f pandoc: fix build failures for older macOS releases
</span>69ce3f9013f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 69ce3f9013f1a4dde6cf972be7e0f833e237e584
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Wed May 19 20:06:00 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    pandoc: fix build failures for older macOS releases
</span>---
 textproc/pandoc/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/pandoc/Portfile b/textproc/pandoc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a025ed83a99..65b1adf085e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/pandoc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/pandoc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,7 @@
</span> 
 PortSystem          1.0
 PortGroup           github 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup           haskell_stack 1.0
 
 github.setup        jgm pandoc 2.13
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,6 +35,9 @@ checksums           rmd160  204eb8641f6d769fa8a7208ba22db53826d56e00 \
</span> test.run            yes
 test.args           --test-arguments='-p markdown'
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                   {clang < 900}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-destroot {
     xinstall -d ${destroot}${prefix}/share/doc
     copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${subport}
</pre><pre style='margin:0'>

</pre>