<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/d38948c65f7d7ac8cec4f26a37fdc78fab952ec2">https://github.com/macports/macports-ports/commit/d38948c65f7d7ac8cec4f26a37fdc78fab952ec2</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 d38948c65f7 octave-image: use compiler.cxx_standard rather than cxx11 PG
</span>d38948c65f7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d38948c65f7d7ac8cec4f26a37fdc78fab952ec2
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Wed Feb 3 07:33:02 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    octave-image: use compiler.cxx_standard rather than cxx11 PG
</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 c96559fd24e..22547ca7018 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;'>@@ -1,7 +1,6 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           cxx11 1.1
</span> PortGroup           octave 1.0
 
 octave.setup        image 2.12.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,6 +20,8 @@ checksums           rmd160  2975b0cdcee2898dcefcfd59067b9d1af1c93c48 \
</span>                     sha256  e7d58ced612bc6420d99bb06313250694e5f1d8dcc093293604c253c17c473b4 \
                     size    440633
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard   2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_lib-append  port:octave-signal
 
 patchfiles-append   patch-src_connectivity.cc.diff
</pre><pre style='margin:0'>

</pre>