<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/047060f3e529ba8f39f3bb4848dbd73617d0e25d">https://github.com/macports/macports-ports/commit/047060f3e529ba8f39f3bb4848dbd73617d0e25d</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 047060f3e52 libtorrent-rasterbar: add and default to python313
</span>047060f3e52 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 047060f3e529ba8f39f3bb4848dbd73617d0e25d
</span>Author: i0ntempest <i0ntempest@i0ntempest.com>
AuthorDate: Mon May 5 20:20:34 2025 +1000
<span style='display:block; white-space:pre;color:#404040;'> libtorrent-rasterbar: add and default to python313
</span>---
net/libtorrent-rasterbar/Portfile | 29 +++++++++++++++--------------
1 file changed, 15 insertions(+), 14 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 1ec7776ea49..4a53393f162 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 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> name libtorrent-rasterbar
license BSD
categories net
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -60,15 +60,8 @@ universal_variant no
</span>
conflicts_build ${name}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python39 python310 python311 python312 description {Build bindings for Python 3.8} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- require_active_variants boost[boost::version_nodot] python38
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_lib-append port:python38
</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.8 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- -DBoost_PYTHON38_LIBRARY_RELEASE=[boost::lib_dir]/libboost_python38-mt.dylib
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python38 python310 python311 python312 description {Build bindings for Python 3.9} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python310 python311 python312 python313 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;'>@@ -76,7 +69,7 @@ variant python39 conflicts python38 python310 python311 python312 description {B
</span> -DBoost_PYTHON39_LIBRARY_RELEASE=[boost::lib_dir]/libboost_python39-mt.dylib
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python38 python39 python311 python312 description {Build bindings for Python 3.10} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python39 python311 python312 python313 description {Build bindings for Python 3.10} {
</span> require_active_variants boost[boost::version_nodot] python310
depends_lib-append port:python310
configure.args-append \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -84,7 +77,7 @@ variant python310 conflicts python38 python39 python311 python312 description {B
</span> -DBoost_PYTHON310_LIBRARY_RELEASE=[boost::lib_dir]/libboost_python310-mt.dylib
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python311 conflicts python38 python39 python310 python312 description {Build bindings for Python 3.11} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python39 python310 python312 python313 description {Build bindings for Python 3.11} {
</span> require_active_variants boost[boost::version_nodot] python311
depends_lib-append port:python311
configure.args-append \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -92,7 +85,7 @@ variant python311 conflicts python38 python39 python310 python312 description {B
</span> -DBoost_PYTHON311_LIBRARY_RELEASE=[boost::lib_dir]/libboost_python311-mt.dylib
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python312 conflicts python38 python39 python310 python311 description {Build bindings for Python 3.12} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python312 conflicts python39 python310 python311 python313 description {Build bindings for Python 3.12} {
</span> require_active_variants boost[boost::version_nodot] python312
depends_lib-append port:python312
configure.args-append \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -100,10 +93,18 @@ variant python312 conflicts python38 python39 python310 python311 description {B
</span> -DBoost_PYTHON312_LIBRARY_RELEASE=[boost::lib_dir]/libboost_python312-mt.dylib
}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python313 conflicts python39 python310 python311 python312 description {Build bindings for Python 3.13} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ require_active_variants boost[boost::version_nodot] python313
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_lib-append port:python312
</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.13 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -DBoost_PYTHON312_LIBRARY_RELEASE=[boost::lib_dir]/libboost_python313-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 python38] && ![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- default_variants +python312
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python39] && ![variant_isset python310] && ![variant_isset python311] && ![variant_isset python312]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ default_variants +python313
</span> }
</pre><pre style='margin:0'>
</pre>