<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/c27ed87acd9a5fbb1065cdd75fff389e275fd381">https://github.com/macports/macports-ports/commit/c27ed87acd9a5fbb1065cdd75fff389e275fd381</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 c27ed87 gnuradio: Remove extra . from error message
</span>c27ed87 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit c27ed87acd9a5fbb1065cdd75fff389e275fd381
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Jun 29 21:55:52 2019 -0500
<span style='display:block; white-space:pre;color:#404040;'> gnuradio: Remove extra . from error message
</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 cf564f1..b3bfe08 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>