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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b0c6bf0f83bba026a65ab84ec4bc81d77f7a80c0">https://github.com/macports/macports-ports/commit/b0c6bf0f83bba026a65ab84ec4bc81d77f7a80c0</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 b0c6bf0f83b deluge: default to python 3.11, now that boost fixed See: https://github.com/macports/macports-ports/pull/16069#issuecomment-1566229756
</span>b0c6bf0f83b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b0c6bf0f83bba026a65ab84ec4bc81d77f7a80c0
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sun May 28 16:52:07 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    deluge: default to python 3.11, now that boost fixed
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://github.com/macports/macports-ports/pull/16069#issuecomment-1566229756
</span>---
 net/deluge/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/deluge/Portfile b/net/deluge/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index eba7f106441..c8b9facc94d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/deluge/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/deluge/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -99,7 +99,7 @@ variant python311 conflicts python38 python39 python310 description {Build for P
</span> }
 
 if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python311
</span> }
 
 post-destroot {
</pre><pre style='margin:0'>

</pre>