<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/717fd37eb08d3c30a17b2c602872578623dd0de7">https://github.com/macports/macports-ports/commit/717fd37eb08d3c30a17b2c602872578623dd0de7</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 717fd37eb08 libtorrent-rasterbar: fix python313 variant
</span>717fd37eb08 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 717fd37eb08d3c30a17b2c602872578623dd0de7
</span>Author: i0ntempest <i0ntempest@i0ntempest.com>
AuthorDate: Sat May 24 16:17:02 2025 +1000

<span style='display:block; white-space:pre;color:#404040;'>    libtorrent-rasterbar: fix python313 variant
</span>---
 net/libtorrent-rasterbar/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 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 4a53393f162..4bc8fe24300 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;'>@@ -14,7 +14,7 @@ PortGroup           boost 1.0
</span> boost.version       1.81
 
 github.setup        arvidn libtorrent 2.0.11 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> name                libtorrent-rasterbar
 license             BSD
 categories          net
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -95,10 +95,10 @@ variant python312 conflicts python39 python310 python311 python313 description {
</span> 
 variant python313 conflicts python39 python310 python311 python312 description {Build bindings for Python 3.13} {
         require_active_variants boost[boost::version_nodot] python313
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        depends_lib-append port:python312
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        depends_lib-append port:python313
</span>         configure.args-append \
                 -DPython3_EXECUTABLE=${prefix}/bin/python3.13 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                -DBoost_PYTHON312_LIBRARY_RELEASE=[boost::lib_dir]/libboost_python313-mt.dylib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                -DBoost_PYTHON313_LIBRARY_RELEASE=[boost::lib_dir]/libboost_python313-mt.dylib
</span> }
 
 variant error_logging description {Enable logging of errors to disk} {
</pre><pre style='margin:0'>

</pre>