<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/b12c4a40155d60859644c1e55bf82d1699743d19">https://github.com/macports/macports-ports/commit/b12c4a40155d60859644c1e55bf82d1699743d19</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 b12c4a40155 cmake: when bootstrapping disable new Python variants
</span>b12c4a40155 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b12c4a40155d60859644c1e55bf82d1699743d19
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Sat Nov 26 12:52:17 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    cmake: when bootstrapping disable new Python variants
</span>---
 devel/cmake/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/cmake/Portfile b/devel/cmake/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e7b5bbae129..e442899e749 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/cmake/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/cmake/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -202,7 +202,7 @@ post-destroot {
</span> # due to the default compiler needing cmake to build.
 if {[info exists cmake_bootstrapping]} {
     set some_variant_disabled 0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    foreach vname { qt5 docs python35 python36 python37 python38 python39 } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    foreach vname { qt5 docs python35 python36 python37 python38 python39 python310 python311 } {
</span>         if {[variant_isset $vname]} {
             unset ::variations($vname)
             set some_variant_disabled 1
</pre><pre style='margin:0'>

</pre>