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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4c41cdcd9e2da2866f1390e7cf36f8ca84e3727f">https://github.com/macports/macports-ports/commit/4c41cdcd9e2da2866f1390e7cf36f8ca84e3727f</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 4c41cdc  multimarkdown: requires C11 compiler
</span>4c41cdc is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4c41cdcd9e2da2866f1390e7cf36f8ca84e3727f
</span>Author: Craig Treleaven <ctreleaven@macports.org>
AuthorDate: Wed May 9 08:09:45 2018 -0400

<span style='display:block; white-space:pre;color:#404040;'>    multimarkdown: requires C11 compiler
</span>---
 textproc/multimarkdown/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/multimarkdown/Portfile b/textproc/multimarkdown/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 99b15bb..d55cddc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/multimarkdown/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/multimarkdown/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,7 @@
</span> 
 PortSystem          1.0
 PortGroup           cmake 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup           github 1.0
 
 github.setup        fletcher MultiMarkdown-6 6.3.2
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,6 +34,9 @@ checksums           rmd160  afe688fe78a7d692de8fc8b8082a55c42fa48c4d \
</span> 
 depends_lib-append  port:curl
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# blacklist compilers that do not support C11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist  *gcc-3.* *gcc-4.* {clang < 300}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.args-append \
                     -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=OFF \
                     -DSHAREDBUILD=1
</pre><pre style='margin:0'>

</pre>