<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/c319ab320e5d071a77f3af26d3481f40dc40c130">https://github.com/macports/macports-ports/commit/c319ab320e5d071a77f3af26d3481f40dc40c130</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 c319ab3 PothosLiquidDSP: Remove extra . from error message
</span>c319ab3 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit c319ab320e5d071a77f3af26d3481f40dc40c130
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Jun 29 21:54:46 2019 -0500
<span style='display:block; white-space:pre;color:#404040;'> PothosLiquidDSP: Remove extra . from error message
</span>---
science/PothosLiquidDSP/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/PothosLiquidDSP/Portfile b/science/PothosLiquidDSP/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 26b4c48..24cd0da 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/PothosLiquidDSP/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/PothosLiquidDSP/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -39,7 +39,7 @@ if {![variant_isset python35] &&
</span> if {![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 +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 +python35, +python36, or +python37.\n"
</span> return -code error "Invalid variant selection"
}
</pre><pre style='margin:0'>
</pre>