<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2c9240aeb5e56d924ac8089c4b2a4da9381d78c1">https://github.com/macports/macports-ports/commit/2c9240aeb5e56d924ac8089c4b2a4da9381d78c1</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 2c9240aeb5e rav1e: use variables from cargo PG
</span>2c9240aeb5e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2c9240aeb5e56d924ac8089c4b2a4da9381d78c1
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Mon Jan 2 15:57:33 2023 -0700

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/rav1e/Portfile b/multimedia/rav1e/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 09b3830eed3..5b77a52ca8f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/rav1e/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/rav1e/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,11 +28,11 @@ if {${configure.build_arch} in {i386 x86_64}} {
</span> cargo.update                yes
 
 post-build {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    system -W ${worksrcpath} "env CC=[compwrap::wrap_compiler cc] ${prefix}/bin/cargo cbuild --release --frozen --prefix ${prefix} --destdir ${destroot}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    system -W ${worksrcpath} "env CC=[compwrap::wrap_compiler cc] ${cargo.bin} cbuild ${build.pre_args} --prefix ${prefix} --destdir ${destroot}"
</span> }
 
 destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    system -W ${worksrcpath} "${prefix}/bin/cargo cinstall --release --frozen --prefix ${prefix} --destdir ${destroot}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    system -W ${worksrcpath} "${cargo.bin} cinstall ${build.pre_args} --prefix ${prefix} --destdir ${destroot}"
</span>     xinstall -m 0755 \
             ${worksrcpath}/target/[cargo.rust_platform]/release/${name} \
             ${destroot}${prefix}/bin/
</pre><pre style='margin:0'>

</pre>