<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/bf8463fdeeade1eb82469e01c4463898da257db8">https://github.com/macports/macports-ports/commit/bf8463fdeeade1eb82469e01c4463898da257db8</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit bf8463fdeeade1eb82469e01c4463898da257db8
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Wed Nov 14 16:13:46 2018 -0800

<span style='display:block; white-space:pre;color:#404040;'>    gnuradio: fix variant descriptions
</span>---
 science/gnuradio/Portfile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 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 3470a76..6cc0c16 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;'>@@ -215,10 +215,10 @@ if {${subport} eq "gnuradio-next"} {
</span> 
     # select Python to use; default to 2.7
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    variant python27 conflicts python34 python35 python36 description {Build using Python 2.7} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    variant python34 conflicts python27 python35 python36 description {Build using Python 3.4} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    variant python35 conflicts python27 python34 python36 description {Build using Python 3.5} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    variant python36 conflicts python27 python34 python35 description {Build using Python 3.6} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    variant python27 conflicts python34 python35 python36 description {Build GNU Radio using Python 2.7} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    variant python34 conflicts python27 python35 python36 description {Build GNU Radio using Python 3.4} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    variant python35 conflicts python27 python34 python36 description {Build GNU Radio using Python 3.5} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    variant python36 conflicts python27 python34 python35 description {Build GNU Radio using Python 3.6} {}
</span> 
     if {![variant_isset python27] &&
         ![variant_isset python34] &&
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -713,7 +713,7 @@ if {![variant_isset sdl]} {
</span> 
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant ctrlport description {Enable control port enhancements (EXPERIMENTAL)} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant ctrlport description {Install GNU Radio with support for control port (CTRLPORT) enhancements (EXPERIMENTAL)} {
</span> 
     # require Thrift and Python Thrift
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -737,7 +737,7 @@ if {![variant_isset ctrlport]} {
</span> 
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant performance_counters description {Enable support for performance counters (EXPERIMENTAL)} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant performance_counters description {Install GNU Radio with support support for performance counters (EXPERIMENTAL)} {
</span> 
     # these are not checked for at configure, but are
     # required for runtime; so use depends_run.
</pre><pre style='margin:0'>

</pre>