<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/49ca56046d57aa8981dda8701688a03859ed946a">https://github.com/macports/macports-ports/commit/49ca56046d57aa8981dda8701688a03859ed946a</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 49ca56046d5 recoll: use compiler.cxx_standard 2011
</span>49ca56046d5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 49ca56046d57aa8981dda8701688a03859ed946a
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Fri Sep 4 15:25:57 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    recoll: use compiler.cxx_standard 2011
</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/recoll/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/recoll/Portfile b/textproc/recoll/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 16416e591e7..2c74e644bf6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/recoll/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/recoll/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,7 +3,6 @@
</span> PortSystem          1.0
 PortGroup           app 1.0
 PortGroup           qt5 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           cxx11 1.1
</span> 
 qt5.depends_component qtwebkit
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,6 +40,8 @@ patchfiles          patch-sampleconf-mimeview.diff \
</span>     patch-mkin-no-no-undefined.diff \
     patch-rclinit-set-path.diff
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Note: this is probably not the right way to configure QMAKE
 configure.args      QMAKE=${prefix}/libexec/qt5/bin/qmake \
                     --without-x \
</pre><pre style='margin:0'>

</pre>