<pre style='margin:0'>
Mihai Moldovan (Ionic) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/96d090cab848550fd95e24820838ff8432faa99f">https://github.com/macports/macports-ports/commit/96d090cab848550fd95e24820838ff8432faa99f</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 96d090c  multimedia/audacious-{core,plugins}: correctly depend upon Qt5 ports, selecting what is appropriate for the platform.
</span>96d090c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 96d090cab848550fd95e24820838ff8432faa99f
</span>Author: Mihai Moldovan <ionic@ionic.de>
AuthorDate: Sun Jun 17 05:54:01 2018 +0200

<span style='display:block; white-space:pre;color:#404040;'>    multimedia/audacious-{core,plugins}: correctly depend upon Qt5 ports, selecting what is appropriate for the platform.
</span>---
 multimedia/audacious-core/Portfile    | 4 +++-
 multimedia/audacious-plugins/Portfile | 5 +++--
 2 files changed, 6 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/audacious-core/Portfile b/multimedia/audacious-core/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 920f189..5c9c637 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/audacious-core/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/audacious-core/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ set real_name       audacious
</span> 
 # Please keep audacious, audacious-core and audacious-plugins synchronized.
 version             3.8
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 license             BSD
 categories          multimedia
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -72,6 +72,8 @@ post-destroot {
</span> variant qt5 description {Add Qt5 support} {
     PortGroup   qt5 1.0
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    qt5.depends_component   qt5
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     configure.args-replace  --disable-qt \
                             --enable-qt
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/audacious-plugins/Portfile b/multimedia/audacious-plugins/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 24cfa2d..77f1261 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/audacious-plugins/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/audacious-plugins/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,7 +8,7 @@ name                audacious-plugins
</span> 
 # Please keep audacious, audacious-core and audacious-plugins synchronized.
 version             3.8
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            3
</span> 
 # FIXME: probably more licenses involved here...
 license             BSD GPL-2+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -318,7 +318,8 @@ variant sdl2 conflicts sdl1 ffmpeg description {Add SDL audio output via libsdl2
</span> variant qt5 description {Add Qt5 support} {
     PortGroup   qt5 1.0
 
<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><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            qt5
</span> 
     configure.args-replace  --disable-qt \
                             --enable-qt
</pre><pre style='margin:0'>

</pre>