<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/4c13d30353d2d95d746769aad50070aebdb4b688">https://github.com/macports/macports-ports/commit/4c13d30353d2d95d746769aad50070aebdb4b688</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 4c13d30  octave 4.4.0: add missing qt5-sqlite-plugin dependency
</span>4c13d30 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4c13d30353d2d95d746769aad50070aebdb4b688
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sat Jun 2 16:51:26 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    octave 4.4.0: add missing qt5-sqlite-plugin dependency
</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/56584
</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 7c7531d..0b960e7 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            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> categories          math science
 platforms           darwin
 license             GPL-3+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -408,7 +408,7 @@ variant qt4 conflicts qt5 description {build the GUI using Qt4} {
</span> variant qt5 conflicts qt4 description {build the GUI using Qt5} {
     PortGroup qt5 1.0
     qt5.depends_component qttools
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append port:qscintilla-qt5
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append port:qscintilla-qt5 port:qt5-sqlite-plugin
</span> 
     # see https://savannah.gnu.org/bugs/?46723
     # see https://savannah.gnu.org/bugs/?49053
</pre><pre style='margin:0'>

</pre>