<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/faa5a8e801ae797d2a277cb959c518c39a404eae">https://github.com/macports/macports-ports/commit/faa5a8e801ae797d2a277cb959c518c39a404eae</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 faa5a8e801a mlt: use compiler.cxx_standard 2011
</span>faa5a8e801a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit faa5a8e801ae797d2a277cb959c518c39a404eae
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Wed Sep 9 11:09:22 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    mlt: 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>---
 multimedia/mlt/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/mlt/Portfile b/multimedia/mlt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cff1b1331d1..e78310babf7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/mlt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/mlt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,13 +41,13 @@ variant qt4 conflicts qt5 description "build Qt4 version of ${name}" {
</span> 
 variant qt5 conflicts qt4 description "build Qt5 version of ${name}" {
     PortGroup       qt5   1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    PortGroup       cxx11 1.1
</span> 
     qt5.min_version 5.6
 
     qt5.depends_component \
                     qtsvg
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.cxx_standard 2011
</span>     configure.cxxflags-append \
                     -std=c++11
 }
</pre><pre style='margin:0'>

</pre>