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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5fc9bea880152f3106ba190485cfdd7b66881d39">https://github.com/macports/macports-ports/commit/5fc9bea880152f3106ba190485cfdd7b66881d39</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 5fc9bea8801 gnuradio37: fix wxgui variant
</span>5fc9bea8801 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5fc9bea880152f3106ba190485cfdd7b66881d39
</span>Author: Davide Gerhard <ra1nb0w@macports.org>
AuthorDate: Tue Mar 23 19:44:40 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    gnuradio37: fix wxgui variant
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/62535
</span>---
 science/gnuradio/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 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 0d82318120f..5d69e7474c1 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;'>@@ -442,9 +442,10 @@ variant qtgui description "Install GNU Radio with support for Qt GUI" {
</span> 
 
 if {${subport} eq "gnuradio37"} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    variant wxgui description "Install GNU Radio with support for Wx GUI" {
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        PortGroup wxWidgets 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    PortGroup wxWidgets 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    variant wxgui description "Install GNU Radio with support for Wx GUI" {
</span> 
         wxWidgets.use wxWidgets-3.0
 
</pre><pre style='margin:0'>

</pre>