<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/2cd0327054b2682b893a11d4ac8e7874f3575014">https://github.com/macports/macports-ports/commit/2cd0327054b2682b893a11d4ac8e7874f3575014</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 2cd0327054b vapoursynth: set correct python prefix
</span>2cd0327054b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2cd0327054b2682b893a11d4ac8e7874f3575014
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Fri Jul 1 01:26:29 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    vapoursynth: set correct python prefix
</span>---
 multimedia/vapoursynth/Portfile | 16 +++-------------
 1 file changed, 3 insertions(+), 13 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 dda705d0f45..2c287f0b9c7 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 59 R
 github.tarball_from     archive
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision                1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                2
</span> 
 description             A video processing framework with simplicity in mind
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,21 +45,11 @@ depends_lib-append      path:lib/libavcodec.dylib:ffmpeg \
</span>                         port:zimg
 
 configure.args          --disable-silent-rules \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        --with-cython=${prefix}/bin/cython-${python_branch}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        --with-cython=${prefix}/bin/cython-${python_branch} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        --with-python_prefix=${frameworks_dir}/Python.framework/Versions/${python_branch}
</span> 
 configure.python        ${prefix}/bin/python${python_branch}
 
 build.env-append        PYTHON=${configure.python}
 
 github.livecheck.regex  {([0-9]+)}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-post-build {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    system -W ${worksrcpath} "${configure.python} setup.py --no-user-cfg build -j${build.jobs}"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-post-destroot {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    system -W ${worksrcpath} "${configure.python} setup.py --no-user-cfg install \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                              --prefix=${frameworks_dir}/Python.framework/Versions/${python_branch} \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                              --root=${destroot}"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    delete -force ${destroot}${prefix}/lib/python${python_branch}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span></pre><pre style='margin:0'>

</pre>