<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/84608d0ffd20a91ea2fb7f2f729cf4ec6a2fb1c5">https://github.com/macports/macports-ports/commit/84608d0ffd20a91ea2fb7f2f729cf4ec6a2fb1c5</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 84608d0ffd2 sigil: 1.9.30
</span>84608d0ffd2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 84608d0ffd20a91ea2fb7f2f729cf4ec6a2fb1c5
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Fri Mar 17 14:52:20 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    sigil: 1.9.30
</span>---
 editors/sigil/Portfile | 30 ++++++++++++++++++++----------
 1 file changed, 20 insertions(+), 10 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 48253c40555..8a6d17eabdd 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;'>@@ -6,7 +6,7 @@ PortGroup               conflicts_build 1.0
</span> PortGroup               github 1.0
 PortGroup               qt5 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup            Sigil-Ebook Sigil 1.9.20
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup            Sigil-Ebook Sigil 1.9.30
</span> revision                0
 name                    sigil
 platforms               darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,9 +19,9 @@ description             Sigil, the ePub editor
</span> long_description        Sigil is a multi-platform WYSIWYG ebook editor. It is \
                         designed to edit books in ePub format
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums               rmd160  a410aa733c58900669f2d8efc9c52d862398aa1b \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        sha256  0c83d16550834523881235f5cd5c769d7648c5a20bbd4989452fb930a77593a0 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        size    25143343
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums               rmd160  7f3b5d139703c6a33df298699c9bc6ebb64e95b1 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        sha256  29d8bab4dd312365cd80487cd583811660d94e8b6d49776efa7400994f6c9cef \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        size    26606179
</span> 
 qt5.depends_component   qttools qtwebengine
 qt5.min_version         5.12
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,7 +40,7 @@ configure.args          -DCMAKE_BUILD_WITH_INSTALL_RPATH=OFF \
</span>                         -DUSE_SYSTEM_LIBS=ON
 
 pre-configure {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {![variant_isset python310] && ![variant_isset python39] && ![variant_isset python38]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {![variant_isset python311] && ![variant_isset python310] && ![variant_isset python39] && ![variant_isset python38]} {
</span>         ui_error "${name} requires Python, please use a Python variant."
         return -code error
     }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -66,7 +66,17 @@ proc python-depends {python_branch} {
</span>                         PATH=${frameworks_dir}/Python.framework/Versions/${python_branch}/bin:$env(PATH)
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python38 python39 description {Use Python 3.10 during build} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python38 python39 python310 description {Use Python 3.11 during build} {
</span><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.11 COMPONENTS Interpreter Development|g} ${worksrcpath}/CMakeLists.txt
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        reinplace {s|PythonInterp 3\.9|PythonInterp 3.11|g} ${worksrcpath}/CMakeLists.txt
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        reinplace {s|PythonLibs 3\.9|PythonLibs 3.11|g} ${worksrcpath}/CMakeLists.txt
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set python_branch 3.11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    python-depends ${python_branch}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python38 python39 python311 description {Use Python 3.10 during build} {
</span>     post-patch {
         reinplace {s|Python3 3\.9 COMPONENTS Interpreter Development|Python3 3.10 COMPONENTS Interpreter Development|g} ${worksrcpath}/CMakeLists.txt
         reinplace {s|PythonInterp 3\.9|PythonInterp 3.10|g} ${worksrcpath}/CMakeLists.txt
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -76,12 +86,12 @@ variant python310 conflicts python38 python39 description {Use Python 3.10 durin
</span>     python-depends ${python_branch}
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python38 python310 description {Use Python 3.9 during build} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python38 python310 python311 description {Use Python 3.9 during build} {
</span>     set python_branch 3.9
     python-depends ${python_branch}
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python39 python310 description {Use Python 3.8 during build} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python39 python310 python311 description {Use Python 3.8 during build} {
</span>     post-patch {
         reinplace {s|Python3 3\.9 COMPONENTS Interpreter Development|Python3 3.8 COMPONENTS Interpreter Development|g} ${worksrcpath}/CMakeLists.txt
         reinplace {s|PythonInterp 3\.9|PythonInterp 3.8|g} ${worksrcpath}/CMakeLists.txt
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -91,6 +101,6 @@ variant python38 conflicts python39 python310 description {Use Python 3.8 during
</span>     python-depends ${python_branch}
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python38]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python311
</span> }
</pre><pre style='margin:0'>

</pre>