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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9faf488999ccd994c8d19434c1576466030ecfa9">https://github.com/macports/macports-ports/commit/9faf488999ccd994c8d19434c1576466030ecfa9</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 9faf488999c zeek: make one more update to Python variants
</span>9faf488999c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9faf488999ccd994c8d19434c1576466030ecfa9
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Tue Jan 10 05:41:27 2023 -0600

<span style='display:block; white-space:pre;color:#404040;'>    zeek: make one more update to Python variants
</span>---
 net/zeek/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/zeek/Portfile b/net/zeek/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 05d9fcf2926..2ed98d94954 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/zeek/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/zeek/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -107,7 +107,7 @@ variant python311 conflicts python38 python39 python310 description {Build using
</span>                     port:python311
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python311] } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310] } {
</span>     default_variants \
                     +python311
 }
</pre><pre style='margin:0'>

</pre>