<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/d3492bffd2742d8562b32708768da71fc988a118">https://github.com/macports/macports-ports/commit/d3492bffd2742d8562b32708768da71fc988a118</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 d3492bffd27 gocryptfs: fix post-build
</span>d3492bffd27 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d3492bffd2742d8562b32708768da71fc988a118
</span>Author: i0ntempest <i0ntempest@i0ntempest.com>
AuthorDate: Thu May 15 05:19:21 2025 +1000

<span style='display:block; white-space:pre;color:#404040;'>    gocryptfs: fix post-build
</span>---
 fuse/gocryptfs/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/fuse/gocryptfs/Portfile b/fuse/gocryptfs/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2c7a6617cfe..dc34eaa12c5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/fuse/gocryptfs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/fuse/gocryptfs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -132,7 +132,7 @@ build.args-append   -ldflags="${ldflags}" \
</span>                     -tags without_openssl
 
 post-build {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    system -W ${worksrcpath}/${name}-xray "${build.env} ${build.cmd} [join ${build.args}]"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    system -W ${worksrcpath}/${name}-xray "[join ${build.env}] ${build.cmd} [join ${build.args}]"
</span> }
 
 destroot {
</pre><pre style='margin:0'>

</pre>