<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/22d0d656e26d787f8272bfcad0f11a55f2c34e78">https://github.com/macports/macports-ports/commit/22d0d656e26d787f8272bfcad0f11a55f2c34e78</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 22d0d656e26d787f8272bfcad0f11a55f2c34e78
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Mon May 25 09:55:29 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    ostinato: use compiler.cxx_standard
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    instead of defunct cxx11 PortGroup
</span>---
 net/ostinato/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/ostinato/Portfile b/net/ostinato/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b05c386..716fc9b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/ostinato/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/ostinato/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,7 +2,6 @@
</span> 
 PortSystem          1.0
 PortGroup           qmake 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           cxx11 1.1
</span> PortGroup           github 1.0
 
 github.setup        pstavirs ostinato 0.9 v
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,6 +28,7 @@ checksums           rmd160  e1984c471120a37ebe064ddb09df058a19c7481b \
</span> worksrcdir          ${name}-${version}
 
 # protobuf3-cpp requires c++11
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 2011
</span> configure.cxxflags-append -std=c++11
 
 # force protobuf3-cpp into the no_threadlocal mode
</pre><pre style='margin:0'>

</pre>