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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1119466ab172e47ff602563e691649f1cbcae0cc">https://github.com/macports/macports-ports/commit/1119466ab172e47ff602563e691649f1cbcae0cc</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 1119466  octave-image: add cxx11 portgroup, remove gcc-4.2 from compiler blacklist
</span>1119466 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1119466ab172e47ff602563e691649f1cbcae0cc
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Fri Nov 4 15:16:37 2016 -0500

<span style='display:block; white-space:pre;color:#404040;'>    octave-image: add cxx11 portgroup, remove gcc-4.2 from compiler blacklist
</span>---
 math/octave-image/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/octave-image/Portfile b/math/octave-image/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4da7048..ff6cc88 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/octave-image/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/octave-image/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,7 @@
</span> 
 PortSystem          1.0
 PortGroup           compiler_blacklist_versions 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           cxx11 1.0
</span> PortGroup           octave 1.0
 
 octave.setup        image 2.6.1
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,4 +28,4 @@ patchfiles-append   patch-src-Makefile.in.diff \
</span> configure.env-append "PREFIX_BIN=${prefix}/bin"
 
 # https://savannah.gnu.org/bugs/?45096
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append       gcc-4.2 gcc-5.0 gcc-5.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append   gcc-5.0 gcc-5.1
</span></pre><pre style='margin:0'>

</pre>