<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/e804d2f26d9ebe1ab873762cce142efc7ba665c1">https://github.com/macports/macports-ports/commit/e804d2f26d9ebe1ab873762cce142efc7ba665c1</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 e804d2f  uhd: Remove space before comma and period
</span>e804d2f is described below

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

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/uhd/Portfile b/science/uhd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 10b2983..72a3245 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/uhd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/uhd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -246,7 +246,7 @@ if {![variant_isset python27] &&
</span> if {![variant_isset python27] &&
     ![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 , +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, +python36, or +python37.\n"
</span>     return -code error "Invalid variant selection"
 }
 
</pre><pre style='margin:0'>

</pre>