<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/b58c4624c9eecd1e700f74841ddb0d7fb14d823d">https://github.com/macports/macports-ports/commit/b58c4624c9eecd1e700f74841ddb0d7fb14d823d</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 b58c462  octave: add missing dependency on Qt sqlite3-plugin
</span>b58c462 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b58c4624c9eecd1e700f74841ddb0d7fb14d823d
</span>Author: Marcus Calhoun-Lopez <marcuscalhounlopez@gmail.com>
AuthorDate: Tue Jun 12 13:12:13 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    octave: add missing dependency on Qt sqlite3-plugin
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes https://trac.macports.org/ticket/56653
</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 c4c4ca8..3774edb 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;'>@@ -13,7 +13,7 @@ compiler.blacklist-append   {*gcc-4.6} {clang < 700}
</span> name                octave
 version             4.4.0
 set package_version 4.x.x
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            4
</span> categories          math science
 platforms           darwin
 license             GPL-3+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -410,7 +410,7 @@ variant java description {enable Java interface} {
</span> 
 variant qt4 conflicts qt5 description {build the GUI using Qt4} {
     PortGroup qt4 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append port:qscintilla-qt4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append port:qscintilla-qt4 port:qt4-mac-sqlite3-plugin
</span>     configure.args-replace --without-qt --with-qt=4
 }
 
</pre><pre style='margin:0'>

</pre>