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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/842da524c44bf1f359e3b69870b761db633f460e">https://github.com/macports/macports-ports/commit/842da524c44bf1f359e3b69870b761db633f460e</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 842da52  gnuradio: Remove spaces before commas
</span>842da52 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 842da524c44bf1f359e3b69870b761db633f460e
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Jun 29 21:56:58 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gnuradio: Remove spaces before commas
</span>---
 science/gnuradio/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 b3bfe08..c11a2a1 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;'>@@ -213,7 +213,7 @@ if {${subport} eq "gnuradio-next"} {
</span>         ![variant_isset python35] &&
         ![variant_isset python36] &&
         ![variant_isset python37]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        ui_error "\n\nYou must select one of the variants +python27 , +python34 , +python35, +python36, or +python37.\n"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ui_error "\n\nYou must select one of the variants +python27, +python34, +python35, +python36, or +python37.\n"
</span>         return -code error "Invalid variant selection"
     }
 
</pre><pre style='margin:0'>

</pre>