<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/ed5a28fc3c93a925587d48db5b53bf85f5c9e8ba">https://github.com/macports/macports-ports/commit/ed5a28fc3c93a925587d48db5b53bf85f5c9e8ba</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 ed5a28fc3c9 infracost: fix destroot for arch
</span>ed5a28fc3c9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ed5a28fc3c93a925587d48db5b53bf85f5c9e8ba
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Sat Jun 12 18:37:19 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    infracost: fix destroot for arch
</span>---
 sysutils/infracost/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/infracost/Portfile b/sysutils/infracost/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2b679480826..c7c8549fa94 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/infracost/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/infracost/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,7 +41,7 @@ post-extract {
</span> }
 
 destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    xinstall -m 0755 ${worksrcpath}/build/${name}-darwin-amd64 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 0755 ${worksrcpath}/build/${name}-darwin-${goarch} \
</span>                      ${destroot}${prefix}/bin/${name}
 }
 
</pre><pre style='margin:0'>

</pre>