<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/c6083f20bd088546f803b13831929498503b1731">https://github.com/macports/macports-ports/commit/c6083f20bd088546f803b13831929498503b1731</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 c6083f20bd0 vapoursynth: use python 3.12
</span>c6083f20bd0 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c6083f20bd088546f803b13831929498503b1731
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Mon Jan 8 13:30:04 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    vapoursynth: use python 3.12
</span>---
 multimedia/vapoursynth/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/vapoursynth/Portfile b/multimedia/vapoursynth/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 092ce2dd9f8..c94a0e92acb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/vapoursynth/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/vapoursynth/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup               github 1.0
</span> 
 github.setup            vapoursynth vapoursynth 65 R
 github.tarball_from     archive
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision                0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                1
</span> 
 description             A video processing framework with simplicity in mind
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,7 +27,7 @@ maintainers             {gmail.com:herby.gillot @herbygillot} \
</span> compiler.cxx_standard   2014
 compiler.thread_local_storage yes
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set python_branch       3.11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set python_branch       3.12
</span> set python_version      [string map {. {}} ${python_branch}]
 
 use_autoreconf          yes
</pre><pre style='margin:0'>

</pre>