<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/b506e297f6f6e722832614f0f9d2fa696ea5e327">https://github.com/macports/macports-ports/commit/b506e297f6f6e722832614f0f9d2fa696ea5e327</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 b506e297f6f plplot: Replace obsolete cxx11 PG, enable default fortran variant
</span>b506e297f6f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b506e297f6f6e722832614f0f9d2fa696ea5e327
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu Apr 1 01:43:48 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    plplot: Replace obsolete cxx11 PG, enable default fortran variant
</span>---
 science/plplot/Portfile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/plplot/Portfile b/science/plplot/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e5cf3f1d7ff..0ffdf571ede 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/plplot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/plplot/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,9 +4,6 @@ PortSystem      1.0
</span> PortGroup       cmake     1.1
 PortGroup       compilers 1.0
 PortGroup       wxWidgets 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {[variant_isset octave]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    PortGroup   cxx11     1.1
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span> 
 name            plplot
 version         5.15.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,7 +29,8 @@ long_description    ${description_base} This port uses double precision.
</span> patchfiles-append   patch-src-plmap.c.diff
 
 compilers.choose    fc f90
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compilers.setup
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compilers.setup     default_fortran
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 2011
</span> 
 depends_build-append \
                 port:pkgconfig
</pre><pre style='margin:0'>

</pre>