<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/c8da1380a63b36f8ab7303f5470f0562cb060618">https://github.com/macports/macports-ports/commit/c8da1380a63b36f8ab7303f5470f0562cb060618</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 c8da138  povray: Enable C++11 mode in compiler
</span>c8da138 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c8da1380a63b36f8ab7303f5470f0562cb060618
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Thu Jan 10 16:10:31 2019 -0600

<span style='display:block; white-space:pre;color:#404040;'>    povray: Enable C++11 mode in compiler
</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/57887
</span>---
 graphics/povray/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/povray/Portfile b/graphics/povray/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 94fec96..518705d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/povray/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/povray/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,6 +7,7 @@ PortGroup           muniversal 1.0
</span> # From vfe/unix/syspovconfig.h: "With `boost/tr1/*.hpp` unavailable, we're
 # currently blindly relying on the compiler to be compliant with C++11."
 PortGroup           cxx11 1.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cxxflags-append -std=c++11
</span> 
 github.setup        POV-Ray povray 3.7.0.8 v
 revision            0
</pre><pre style='margin:0'>

</pre>