<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0f78c89f4080c423cecb6741a944abdc11e0ff54">https://github.com/macports/macports-ports/commit/0f78c89f4080c423cecb6741a944abdc11e0ff54</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 0f78c89f4080c423cecb6741a944abdc11e0ff54
</span>Author: Nicklas Larsson <n_larsson@yahoo.com>
AuthorDate: Sat Mar 16 17:43:13 2024 +0100

<span style='display:block; white-space:pre;color:#404040;'>    grass-gui: change port error to warning on Python variant deviation to grass
</span>---
 gis/grass/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/grass/Portfile b/gis/grass/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 321c06953cc..cd160ca6047 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/grass/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/grass/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -289,8 +289,8 @@ subport grass-gui {
</span>         }
     }
     if {${py_grass} ne ${py_variant}} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        ui_error "Python variant must be the same as for 'grass', i.e. +python${py_grass}."
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        return -code error "Conflicting Python variants."
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ui_warn "'${subport}' Python variant must be the same as for the active\
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version of 'grass'. Change +python${py_variant} to +python${py_grass}."
</span>     }
     set python_variants {}
     foreach pyver ${python_suffixes} {
</pre><pre style='margin:0'>

</pre>