<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/2635ec267cc3bef582c3261ce9e368f066d418ae">https://github.com/macports/macports-ports/commit/2635ec267cc3bef582c3261ce9e368f066d418ae</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 2635ec267cc cmake: add +python39 to list to disable when bootstrapping
</span>2635ec267cc is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2635ec267cc3bef582c3261ce9e368f066d418ae
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Tue Feb 2 19:55:24 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    cmake: add +python39 to list to disable when bootstrapping
</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 c93fda2cfa3..5b473088447 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;'>@@ -218,7 +218,7 @@ if {${subport} eq ${name}} {
</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} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        foreach vname { qt5 docs python35 python36 python37 python38 python39 } {
</span>             if {[variant_isset $vname]} {
                 unset ::variations($vname)
                 set some_variant_disabled 1
</pre><pre style='margin:0'>

</pre>