<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/472443467c71cfdebc58699e2ab06722b837877c">https://github.com/macports/macports-ports/commit/472443467c71cfdebc58699e2ab06722b837877c</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 472443467c7 vapoursynth: update to 58
</span>472443467c7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 472443467c71cfdebc58699e2ab06722b837877c
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Fri Apr 15 18:47:31 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    vapoursynth: update to 58
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    - build for Python 3.10
</span>---
 multimedia/vapoursynth/Portfile | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 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 2d402ed0d46..decd70b4c1e 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;'>@@ -3,14 +3,10 @@
</span> PortSystem              1.0
 PortGroup               github 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup            vapoursynth vapoursynth 57 R
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup            vapoursynth vapoursynth 58 R
</span> github.tarball_from     archive
 revision                0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-categories              multimedia python
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms               darwin
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-license                 LGPL-2.1+
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> description             A video processing framework with simplicity in mind
 
 long_description        VapourSynth is an application for video manipulation. \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,14 +15,16 @@ long_description        VapourSynth is an application for video manipulation. \
</span>                         module to allow video scripts to be created. The \
                         software has been heavily inspired by Avisynth.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums               rmd160  e3d5119929f1db054d52661e22c4f7f3ef5d899e \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        sha256  9bed2ab1823050cfcbdbb1a57414e39507fd6c73f07ee4b5986fcbf0f6cb2d07 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        size    562642
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums               rmd160  5e47b7329a097c40eac8b2f4dc93fab683e27025 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        sha256  19c1169eba61d7044354da3247a3a7c02a058220054ef2a8f501bfac5fed3bfc \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        size    573880
</span> 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+categories              multimedia python
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license                 LGPL-2.1+
</span> maintainers             {gmail.com:herby.gillot @herbygillot} \
                         openmaintainer
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set python_branch       3.9
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set python_branch       3.10
</span> set python_version      [string map {. {}} ${python_branch}]
 
 use_autoreconf          yes
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -52,3 +50,5 @@ configure.args          --disable-silent-rules \
</span> configure.python        ${prefix}/bin/python${python_branch}
 
 build.env-append        PYTHON=${configure.python}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.livecheck.regex  {([0-9]+)}
</span></pre><pre style='margin:0'>

</pre>