<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a1c054aca0ac890c7262c44a5334d6362ee244ff">https://github.com/macports/macports-ports/commit/a1c054aca0ac890c7262c44a5334d6362ee244ff</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 a1c054a  opencolorio: Set c++ standard instead of using cxx11 PG
</span>a1c054a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a1c054aca0ac890c7262c44a5334d6362ee244ff
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed May 27 17:00:42 2020 +0100

<span style='display:block; white-space:pre;color:#404040;'>    opencolorio: Set c++ standard instead of using cxx11 PG
</span>---
 graphics/opencolorio/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/opencolorio/Portfile b/graphics/opencolorio/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b2e881a..4dd9f09 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/opencolorio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/opencolorio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,7 +3,6 @@
</span> PortSystem          1.0
 PortGroup           github 1.0
 PortGroup           cmake  1.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           cxx11  1.1
</span> 
 github.setup        imageworks OpenColorIO 1.1.1 v
 name                opencolorio
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,6 +29,7 @@ patchfiles-append   patch-yaml-cpp.diff
</span> patchfiles-append   patch-CMakeLists.txt.diff
 
 # source assumes C++11 compiler
<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>