<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/cc0297936a605a3c21476c395c5bdf957d3408b9">https://github.com/macports/macports-ports/commit/cc0297936a605a3c21476c395c5bdf957d3408b9</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit cc0297936a605a3c21476c395c5bdf957d3408b9
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun Nov 26 00:28:50 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    octave-devel: use compatibility version of Sundials
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See https://savannah.gnu.org/bugs/?52475
</span>---
 math/octave/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/octave/Portfile b/math/octave/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9fdbece..c9f3017 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/octave/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/octave/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -670,7 +670,7 @@ subport ${name}-devel {
</span>     hg.url              http://hg.savannah.gnu.org/hgweb/octave/
     hg.tag              b8cb5a05955e
     version             4.3.0+
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    #revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision            15
</span> 
     conflicts-replace ${name}-devel ${name}
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -690,7 +690,7 @@ subport ${name}-devel {
</span> 
     #--without-sundials_nvecserial
     #--without-sundials_ida
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append  port:sundials
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append  port:sundials2
</span>     configure.args-append --with-sundials_ida-includedir=${prefix}/include
     configure.args-append --with-sundials_ida-libdir=${prefix}/lib
 
</pre><pre style='margin:0'>

</pre>