<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/ae947fb9bda8dc305b13c852c9ca6f9a83326ef0">https://github.com/macports/macports-ports/commit/ae947fb9bda8dc305b13c852c9ca6f9a83326ef0</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ae947fb9bda8dc305b13c852c9ca6f9a83326ef0
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Tue Jan 24 13:29:48 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    uhd*: fix typo in error message.
</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 a6d0ce8..3ad20ebf 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;'>@@ -136,7 +136,7 @@ if {![variant_isset python27] &&
</span>     ![variant_isset python34] &&
     ![variant_isset python35] &&
     ![variant_isset python36]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    ui_error "\n\nYou must select one of the variants +python27 , +python34 , +python35, or +python35 .\n"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    ui_error "\n\nYou must select one of the variants +python27 , +python34 , +python35, or +python36 .\n"
</span>     return -code error "Invalid variant selection"
 }
 
</pre><pre style='margin:0'>

</pre>