<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/1041f2ffdfba4a167d6cfbc8d1a5849718ddb2bc">https://github.com/macports/macports-ports/commit/1041f2ffdfba4a167d6cfbc8d1a5849718ddb2bc</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 1041f2f  octave: add missing Qt5 dependency
</span>1041f2f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1041f2ffdfba4a167d6cfbc8d1a5849718ddb2bc
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Tue Nov 7 11:50:54 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    octave: add missing Qt5 dependency
</span>---
 math/octave/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<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 2882868..a830b12 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;'>@@ -12,7 +12,7 @@ compiler.blacklist-append   {*gcc-4.6} {clang < 700}
</span> 
 name                octave
 version             4.2.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            12
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            13
</span> categories          math science
 platforms           darwin
 license             GPL-3+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -364,6 +364,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
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    qt5.depends_component qttools
</span>     depends_lib-append port:qscintilla-qt5
 
     # see https://savannah.gnu.org/bugs/?46723
</pre><pre style='margin:0'>

</pre>