<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0c51ca02b3c2197cabf857001607bd6dd80fbcf7">https://github.com/macports/macports-ports/commit/0c51ca02b3c2197cabf857001607bd6dd80fbcf7</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 0c51ca02b3c task: Require C++14
</span>0c51ca02b3c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0c51ca02b3c2197cabf857001607bd6dd80fbcf7
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Apr 1 17:17:09 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    task: Require C++14
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/50312
</span>---
 office/task/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/office/task/Portfile b/office/task/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b798e338526..bcb4a9d576a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/office/task/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/office/task/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,6 +30,8 @@ depends_lib         port:gnutls
</span> 
 cmake.out_of_source yes
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 2014
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-destroot {
     # Install bash completions
     xinstall -d ${destroot}${prefix}/share/bash-completion/completions
</pre><pre style='margin:0'>

</pre>