<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/1998dc37dc534fa96cc1f09b5e1da5a2ce9cb7b4">https://github.com/macports/macports-ports/commit/1998dc37dc534fa96cc1f09b5e1da5a2ce9cb7b4</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 1998dc37dc534fa96cc1f09b5e1da5a2ce9cb7b4
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Fri May 19 05:51:12 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    octave-symbolic: fix typo in python36 variant
</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/54195
</span>---
 math/octave-symbolic/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/octave-symbolic/Portfile b/math/octave-symbolic/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2f32d99..eeabf17 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/octave-symbolic/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/octave-symbolic/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> PortGroup           octave 1.0
 
 octave.setup        symbolic 2.5.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> platforms           darwin
 license             GPL-3
 maintainers         {mps @Schamschula} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,8 +42,8 @@ variant python35 description "Use Python 3.5 SymPy" conflicts python27 python34
</span> }
 
 variant python36 description "Use Python 3.6 SymPy" conflicts python27 python34 python35 {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append  port:python35 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        port:py35-sympy
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append  port:python36 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        port:py36-sympy
</span> 
     configure.env-append \
         PYTHON=${prefix}/bin/python3.6
</pre><pre style='margin:0'>

</pre>