<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/acb22f20abb8d0532695bc94dad8764538940b4a">https://github.com/macports/macports-ports/commit/acb22f20abb8d0532695bc94dad8764538940b4a</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 acb22f20abb libtorrent-rasterbar: default to python310
</span>acb22f20abb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit acb22f20abb8d0532695bc94dad8764538940b4a
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Thu Mar 10 14:16:18 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    libtorrent-rasterbar: default to python310
</span>---
 net/libtorrent-rasterbar/Portfile | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/libtorrent-rasterbar/Portfile b/net/libtorrent-rasterbar/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f4614ce20e3..d5ac2ee5797 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/libtorrent-rasterbar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/libtorrent-rasterbar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -54,15 +54,7 @@ universal_variant   no
</span> 
 conflicts_build     ${name}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python38 python39 description {Build bindings for Python 3.7} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        require_active_variants boost[boost::version_nodot] python37
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        depends_lib-append port:python37
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        configure.args-append \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                -DPython3_EXECUTABLE=${prefix}/bin/python3.7 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                -DBoost_PYTHON37_LIBRARY_RELEASE=[boost::lib_dir]/libboost_python37-mt.dylib
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python37 python39 description {Build bindings for Python 3.8} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python39 python310 description {Build bindings for Python 3.8} {
</span>         require_active_variants boost[boost::version_nodot] python38
         depends_lib-append port:python38
         configure.args-append \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -70,7 +62,7 @@ variant python38 conflicts python37 python39 description {Build bindings for Pyt
</span>                 -DBoost_PYTHON38_LIBRARY_RELEASE=[boost::lib_dir]/libboost_python38-mt.dylib
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python37 python38 description {Build bindings for Python 3.9} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python38 python310 description {Build bindings for Python 3.9} {
</span>         require_active_variants boost[boost::version_nodot] python39
         depends_lib-append port:python39
         configure.args-append \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -78,10 +70,18 @@ variant python39 conflicts python37 python38 description {Build bindings for Pyt
</span>                 -DBoost_PYTHON39_LIBRARY_RELEASE=[boost::lib_dir]/libboost_python39-mt.dylib
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python38 python39 description {Build bindings for Python 3.9} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        require_active_variants boost[boost::version_nodot] python310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        depends_lib-append port:python310
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                -DPython3_EXECUTABLE=${prefix}/bin/python3.10 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                -DBoost_PYTHON39_LIBRARY_RELEASE=[boost::lib_dir]/libboost_python310-mt.dylib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant error_logging description {Enable logging of errors to disk} {
         configure.args-replace -Dlogging=OFF -Dlogging=ON
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python37] && ![variant_isset python38] && ![variant_isset python39]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        default_variants +python39
</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 +python310
</span> }
</pre><pre style='margin:0'>

</pre>