<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/2cd666aaf4b0dba60d57d6179330a383e018d7a9">https://github.com/macports/macports-ports/commit/2cd666aaf4b0dba60d57d6179330a383e018d7a9</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 2cd666aaf4b extractpdfmark: use compiler.cxx_standard 2011 (#8709)
</span>2cd666aaf4b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2cd666aaf4b0dba60d57d6179330a383e018d7a9
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Sat Oct 10 01:39:08 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    extractpdfmark: use compiler.cxx_standard 2011 (#8709)
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    â€¦instead of deprecated cxx11 1.1 portgroup
</span>---
 textproc/extractpdfmark/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/extractpdfmark/Portfile b/textproc/extractpdfmark/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cdab214aa42..af681ae9dd8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/extractpdfmark/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/extractpdfmark/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,6 @@ PortSystem          1.0
</span> 
 PortGroup           compiler_blacklist_versions 1.0
 PortGroup           github 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           cxx11 1.1
</span> 
 github.setup        trueroad extractpdfmark 1.1.0 v
 categories          textproc
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,6 +26,8 @@ checksums           rmd160  8d6dd90de6f4f555012bd6edd8ac4e00dfc356fc \
</span>                     sha256  0935045084211fcf68a9faaba2b65c037d0adfd7fa27224d2b6c7ae0fd7964cb \
                     size    308226
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # build fails on 10.9 10.10 using Apple clang
 compiler.blacklist-append {clang < 800.0.38}
 
</pre><pre style='margin:0'>

</pre>