<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/02e74d13ff0c3b8e3a6332038e199e34dd572509">https://github.com/macports/macports-ports/commit/02e74d13ff0c3b8e3a6332038e199e34dd572509</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 02e74d1  mkvtoolnix,gqrx: do not depend on specific Qt version
</span>02e74d1 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 02e74d13ff0c3b8e3a6332038e199e34dd572509
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat Nov 11 17:58:11 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    mkvtoolnix,gqrx: do not depend on specific Qt version
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    qt5.depends_component instead determines the most recent version of Qt
</span><span style='display:block; white-space:pre;color:#404040;'>    that runs on the current OS.
</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/55299
</span>---
 multimedia/mkvtoolnix/Portfile | 2 +-
 science/gqrx/Portfile          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/mkvtoolnix/Portfile b/multimedia/mkvtoolnix/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3b75981..ca70f3b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/mkvtoolnix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/mkvtoolnix/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -104,7 +104,7 @@ variant qtgui description {Build with the qt5 GUI} {
</span>     app.icon        ${worksrcpath}/share/icons/256x256/mkvtoolnix-gui.png
 
     depends_build-append port:makeicns
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append   port:qt5-qtmultimedia
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    qt5.depends_component qtmultimedia
</span>     configure.args-delete --disable-qt
     configure.args-append \
                     --enable-qt \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gqrx/Portfile b/science/gqrx/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 10d42c5..331af51 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gqrx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gqrx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -53,8 +53,8 @@ subport gqrx-devel {
</span> # allow gqrx to work with both gnuradio and gnuradio-devel ...
 
 depends_lib-append  port:gr-osmosdr \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    port:qt5-qtsvg \
</span>     path:lib/libgnuradio-audio.dylib:gnuradio
<span style='display:block; white-space:pre;background:#e0ffe0;'>+qt5.depends_component qtsvg
</span> 
 # ... but not with gnuradio-next
 
</pre><pre style='margin:0'>

</pre>