<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ff579b1a6040fd1b146a46da69583241bfdd66df">https://github.com/macports/macports-ports/commit/ff579b1a6040fd1b146a46da69583241bfdd66df</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 ff579b1a604 qsv: properly set Python 3.12 as build dep
</span>ff579b1a604 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ff579b1a6040fd1b146a46da69583241bfdd66df
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Wed Dec 4 02:34:50 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    qsv: properly set Python 3.12 as build dep
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/71455
</span>---
 textproc/qsv/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/qsv/Portfile b/textproc/qsv/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6eeb47dd86a..4b7bcd9b3b5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/qsv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/qsv/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,8 +29,10 @@ checksums           rmd160  51a76f5dc51cb9cf0e5a6fa702261249734e69e5 \
</span>                     size    11018284
 
 depends_build-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    bin:cmake:cmake
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    bin:cmake:cmake \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:python312
</span> 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+build.env-append    PYO3_PYTHON=${prefix}/bin/python3.12
</span> build.args-append   --features=distrib_features --bin ${name}
 
 cargo.offline_cmd
</pre><pre style='margin:0'>

</pre>