<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/dcfc8311e644418572a9dd30055115cdcba9bfee">https://github.com/macports/macports-ports/commit/dcfc8311e644418572a9dd30055115cdcba9bfee</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 dcfc831  gnuradio-next: fix to use port:qwt-qt5 instead of "qwt61 +qt5".
</span>dcfc831 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit dcfc8311e644418572a9dd30055115cdcba9bfee
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Mon Jan 22 14:58:42 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gnuradio-next: fix to use port:qwt-qt5 instead of "qwt61 +qt5".
</span>---
 science/gnuradio/Portfile | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gnuradio/Portfile b/science/gnuradio/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b4e6d73..a0ef123 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gnuradio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gnuradio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -329,12 +329,11 @@ if {![variant_isset grc]} {
</span> 
 variant qtgui description "Install GNU Radio with support for Qt GUI" {
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    PortGroup active_variants 1.1
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     if {${subport} eq "gnuradio" ||
         ${subport} eq "gnuradio-devel"} {
 
         PortGroup qt4 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        PortGroup active_variants 1.1
</span> 
         depends_lib-append \
             port:qwtplot3d
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -374,14 +373,14 @@ variant qtgui description "Install GNU Radio with support for Qt GUI" {
</span>         depends_lib-append \
             path:share/py27-sip/PyQt5:py27-pyqt5
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        # Requires qwt >= 6.0, installed with +qt5.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # Requires qwt >= 6.0, installed for qt5.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # just use the new port that does this.
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        depends_lib-append port:qwt61
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        require_active_variants qwt61 qt5
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        depends_lib-append port:qwt-qt5
</span> 
         configure.args-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            -DQWT_INCLUDE_DIRS=${qt_dir}/include/qwt \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-            -DQWT_LIBRARIES=${qt_dir}/lib/libqwt.dylib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            -DQWT_INCLUDE_DIRS=${qt_dir}/lib/qwt.framework/Versions/6/Headers \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            -DQWT_LIBRARIES=${qt_dir}/lib/qwt.framework/qwt
</span> 
     }
 
</pre><pre style='margin:0'>

</pre>