<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/b2e90efdb6d9f9f55a35feb027e87e4a558a6e31">https://github.com/macports/macports-ports/commit/b2e90efdb6d9f9f55a35feb027e87e4a558a6e31</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 b2e90efdb6d sigil: default to python39
</span>b2e90efdb6d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b2e90efdb6d9f9f55a35feb027e87e4a558a6e31
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Thu Dec 24 11:08:40 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    sigil: default to python39
</span>---
 editors/sigil/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/editors/sigil/Portfile b/editors/sigil/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d19c140ec71..9e6b7dbcf49 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/editors/sigil/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/editors/sigil/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,7 +7,7 @@ PortGroup               github 1.0
</span> PortGroup               qt5 1.0
 
 github.setup            Sigil-Ebook Sigil 1.4.3
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision                0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                1
</span> name                    sigil
 platforms               darwin
 categories              editors
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -88,6 +88,6 @@ variant python37 conflicts python38 python39 description {Use Python 3.7 during
</span>     python-depends ${python_branch}
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python37] && ![variant_isset python39]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python37] && ![variant_isset python38]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python39
</span> }
</pre><pre style='margin:0'>

</pre>