<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/1bc924a8b1a27f1b3a3c5871147c2fa0e7dfa680">https://github.com/macports/macports-ports/commit/1bc924a8b1a27f1b3a3c5871147c2fa0e7dfa680</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 1bc924a8b1a gotop: fix config dir path under home dir
</span>1bc924a8b1a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1bc924a8b1a27f1b3a3c5871147c2fa0e7dfa680
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Tue Nov 29 03:40:31 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gotop: fix config dir path under home dir
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/66367
</span>---
 sysutils/gotop/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/gotop/Portfile b/sysutils/gotop/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fba74662797..0562b29534d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/gotop/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/gotop/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> PortGroup           golang 1.0
 
 go.setup            github.com/xxxserxxx/gotop 4.2.0 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          sysutils
 platforms           darwin
 license             MIT
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -256,7 +256,7 @@ go.vendors          howett.net/plist \
</span> 
 post-patch {
     reinplace "s|{\"/Library/Application Support\"}|{\"${prefix}/etc\"}|" ${gopath}/src/github.com/shibukawa/configdir/config_darwin.go
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    reinplace "s|os.Getenv(\"HOME\") + \"/Library/Application Support\"|os.Getenv(\"HOME\") + \".config\"|" ${gopath}/src/github.com/shibukawa/configdir/config_darwin.go
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace "s|os.Getenv(\"HOME\") + \"/Library/Application Support\"|os.Getenv(\"HOME\") + \"/.config\"|" ${gopath}/src/github.com/shibukawa/configdir/config_darwin.go
</span>     reinplace "s|/Library/Caches|/.cache|" ${gopath}/src/github.com/shibukawa/configdir/config_darwin.go
 }
 
</pre><pre style='margin:0'>

</pre>