<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/20d58772b1b5cfca111e1e6e161436649e89a4a1">https://github.com/macports/macports-ports/commit/20d58772b1b5cfca111e1e6e161436649e89a4a1</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 20d5877  jtc: ensure compiler meets C++ 2014 standard
</span>20d5877 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 20d58772b1b5cfca111e1e6e161436649e89a4a1
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Mon Oct 14 17:18:37 2019 -0400

<span style='display:block; white-space:pre;color:#404040;'>    jtc: ensure compiler meets C++ 2014 standard
</span>---
 textproc/jtc/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/jtc/Portfile b/textproc/jtc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7e7c29a..b9b7ee4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/jtc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/jtc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,6 +26,8 @@ checksums           rmd160  84ec627b6b0b34ab68bbac9cbf126949e18c7538 \
</span>                     sha256  25a6da6d6d647f900a77d8271444015a62bee7ddef3140612e511312944d454c \
                     size    171694
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 2014
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> installs_libs       no
 use_configure       no
 
</pre><pre style='margin:0'>

</pre>