<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/d0f3f6197810077d68043c5b57ff856200b5a50d">https://github.com/macports/macports-ports/commit/d0f3f6197810077d68043c5b57ff856200b5a50d</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 d0f3f619781 sigil: fix python variants
</span>d0f3f619781 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d0f3f6197810077d68043c5b57ff856200b5a50d
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Tue Mar 1 16:43:39 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    sigil: fix python variants
</span>---
 editors/sigil/Portfile | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 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 f6464a52f15..260b91ec102 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.9.0
<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;'>@@ -67,15 +67,16 @@ proc python-depends {python_branch} {
</span> }
 
 variant python39 conflicts python38 description {Use Python 3.9 during build} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    post-patch {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        reinplace {s|PythonInterp 3\.8|PythonInterp 3.9|g} ${worksrcpath}/CMakeLists.txt
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        reinplace {s|PythonLibs 3\.8|PythonLibs 3.9|g} ${worksrcpath}/CMakeLists.txt
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    }
</span>     set python_branch 3.9
     python-depends ${python_branch}
 }
 
 variant python38 conflicts python39 description {Use Python 3.8 during build} {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    post-patch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        reinplace {s|Python3 3\.9 COMPONENTS Interpreter Development|Python3 3.8 COMPONENTS Interpreter Development|g} ${worksrcpath}/CMakeLists.txt
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        reinplace {s|PythonInterp 3\.9|PythonInterp 3.8|g} ${worksrcpath}/CMakeLists.txt
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        reinplace {s|PythonLibs 3\.9|PythonLibs 3.8|g} ${worksrcpath}/CMakeLists.txt
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span>     set python_branch 3.8
     python-depends ${python_branch}
 }
</pre><pre style='margin:0'>

</pre>