<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/efd9b61988fe1b24d5f1e511a0389151bbc3ceb8">https://github.com/macports/macports-ports/commit/efd9b61988fe1b24d5f1e511a0389151bbc3ceb8</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 efd9b61  octave 4.4.0: add qt5-sqlite-plugin as qt5.depends_component
</span>efd9b61 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit efd9b61988fe1b24d5f1e511a0389151bbc3ceb8
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sat Jun 2 17:52:21 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    octave 4.4.0: add qt5-sqlite-plugin as qt5.depends_component
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    rather than under depends_lib-append
</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 0b960e7..119e0f1 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;'>@@ -407,8 +407,8 @@ 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
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    qt5.depends_component qttools
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append port:qscintilla-qt5 port:qt5-sqlite-plugin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    qt5.depends_component qttools sqlite-plugin
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append port:qscintilla-qt5
</span> 
     # see https://savannah.gnu.org/bugs/?46723
     # see https://savannah.gnu.org/bugs/?49053
</pre><pre style='margin:0'>

</pre>