<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/6427aaf8e2a74fda5fd5044f01e10c9d6ce28294">https://github.com/macports/macports-ports/commit/6427aaf8e2a74fda5fd5044f01e10c9d6ce28294</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 6427aaf  qwt-qt5: add missing qt5-qttools dependency
</span>6427aaf is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6427aaf8e2a74fda5fd5044f01e10c9d6ce28294
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Thu Dec 7 05:41:17 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    qwt-qt5: add missing qt5-qttools dependency
</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/55480
</span>---
 graphics/qwt-qt5/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/qwt-qt5/Portfile b/graphics/qwt-qt5/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 47c4b54..d39b7fb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/qwt-qt5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/qwt-qt5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -56,9 +56,9 @@ configure.args-append \
</span> configure.args-append QMAKE_PKGCONFIG_DESTDIR=pkgconfig
 
 if {${subport} eq ${name}} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    revision 1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision 2
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    qt5.depends_component qtsvg
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    qt5.depends_component qtsvg qttools
</span> 
     # put link to pkgconfig files in place where pkgconfig will find it
     post-destroot {
</pre><pre style='margin:0'>

</pre>