<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/68fd29c087ee949ae88c8627f775b1ba1364c6ab">https://github.com/macports/macports-ports/commit/68fd29c087ee949ae88c8627f775b1ba1364c6ab</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 68fd29c087e libtorrent-rasterbar: update to 2.0.6
</span>68fd29c087e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 68fd29c087ee949ae88c8627f775b1ba1364c6ab
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Sun Apr 17 17:58:09 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    libtorrent-rasterbar: update to 2.0.6
</span>---
 net/libtorrent-rasterbar/Portfile                            | 11 ++++++-----
 .../files/patch-python-use-the-right-compiler.diff           | 12 +++++-------
 2 files changed, 11 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 ba5871f7386..c4a7f1b1c7a 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;'>@@ -8,7 +8,7 @@ PortGroup           github 1.0
</span> PortGroup           cmake 1.1
 PortGroup           boost 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        arvidn libtorrent 2.0.5 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        arvidn libtorrent 2.0.6 v
</span> revision            0
 name                libtorrent-rasterbar
 license             BSD
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,9 +25,9 @@ description         A C++ bittorrent library (not the same as port libtorrent)
</span> long_description    A C++ bittorrent library designed to run on anything from embedded systems to large scale \
                     seed servers. It comes with python bindings and detailed documentation.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  90258741cb3f855a74248d4f6024577bcde31ad8 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  e965c2e53170c61c0db3a2d898a61769cb7acd541bbf157cbbef97a185930ea5 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    4407260
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  e41b588291af4086ecf5d3ad019f2fe73c1572d6 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  438e29272ff41ccc68ec7530f1b98d639f6d01ec8bf680766336ae202a065722 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    4431174
</span> 
 depends_lib-append  path:lib/libssl.dylib:openssl
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,12 +44,13 @@ configure.cxxflags-append -std=c++14
</span> configure.args-append \
                     -DBoost_LIBRARY_DIR_RELEASE=[boost::lib_dir] \
                     -Dencryption=ON \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    -DCMAKE_BUILD_TYPE=Release \
</span>                     -DCMAKE_CXX_STANDARD=14 \
                     -Dlogging=OFF \
                     -Dpython-bindings=ON \
                     -Dpython-install-system-dir=ON
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+cmake.build_type    Release
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> universal_variant   no
 
 conflicts_build     ${name}
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/libtorrent-rasterbar/files/patch-python-use-the-right-compiler.diff b/net/libtorrent-rasterbar/files/patch-python-use-the-right-compiler.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index 99e9f77e93f..eae0bc0851d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/libtorrent-rasterbar/files/patch-python-use-the-right-compiler.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/libtorrent-rasterbar/files/patch-python-use-the-right-compiler.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,13 +1,11 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>---- bindings/python/CMakeLists.txt.old     2021-01-08 06:53:40.000000000 +0800
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+++ bindings/python/CMakeLists.txt 2021-03-26 13:08:16.000000000 +0800
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -114,8 +114,8 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- bindings/python/CMakeLists.txt.old     2022-04-17 17:46:50.000000000 -0400
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ bindings/python/CMakeLists.txt 2022-04-17 17:50:36.000000000 -0400
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -116,7 +116,7 @@
</span>   configure_file(${SETUP_PY_IN} ${SETUP_PY} @ONLY)
  
        add_custom_command(OUTPUT ${OUTPUT}
<span style='display:block; white-space:pre;background:#ffe0e0;'>--               COMMAND ${Python3_EXECUTABLE} ${SETUP_PY} build -b "${CMAKE_CURRENT_SOURCE_DIR}"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>--          COMMAND ${Python3_EXECUTABLE} ${SETUP_PY} egg_info -b "${CMAKE_CURRENT_SOURCE_DIR}"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+          COMMAND CC=${CMAKE_C_COMPILER} CXX=${CMAKE_CXX_COMPILER} ${Python3_EXECUTABLE} ${SETUP_PY} build -b "${CMAKE_CURRENT_SOURCE_DIR}"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+          COMMAND CC=${CMAKE_C_COMPILER} CXX=${CMAKE_CXX_COMPILER} ${Python3_EXECUTABLE} ${SETUP_PY} egg_info -b "${CMAKE_CURRENT_SOURCE_DIR}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-          COMMAND ${Python3_EXECUTABLE} ${SETUP_PY} egg_info
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++          COMMAND CC=${CMAKE_C_COMPILER} CXX=${CMAKE_CXX_COMPILER} ${Python3_EXECUTABLE} ${SETUP_PY} egg_info
</span>           COMMAND ${CMAKE_COMMAND} -E touch ${OUTPUT}
                DEPENDS ${DEPS}
        )
</pre><pre style='margin:0'>

</pre>