<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/18c116a11681e28800058da5c4be36cb68974162">https://github.com/macports/macports-ports/commit/18c116a11681e28800058da5c4be36cb68974162</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 18c116a1168 g-ls: Use different name to avoid re-indexing
</span>18c116a1168 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 18c116a11681e28800058da5c4be36cb68974162
</span>Author: Keto <therealketo@gmail.com>
AuthorDate: Wed Feb 14 13:19:00 2024 -0500
<span style='display:block; white-space:pre;color:#404040;'> g-ls: Use different name to avoid re-indexing
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> With the introduction of this port, a small issue involved with
</span><span style='display:block; white-space:pre;color:#404040;'> port indexing allowed this port to be reindexed every time.
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> This is ultimately better, since other package managers adopt
</span><span style='display:block; white-space:pre;color:#404040;'> this name as well.
</span>---
sysutils/g-ls/Portfile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/g-ls/Portfile b/sysutils/g-ls/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 37516391b67..91f910791b0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/g-ls/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/g-ls/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,7 @@ PortSystem 1.0
</span> PortGroup golang 1.0
go.setup github.com/Equationzhao/g 0.26.0 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+name g-ls
</span> revision 0
categories sysutils
license MIT
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,8 +27,8 @@ go.offline_build no
</span> build.args-append -ldflags="-s -w"
destroot {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/${name}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -m 0755 ${worksrcpath}/g ${destroot}${prefix}/bin/g
</span> xinstall -d ${destroot}${prefix}/share/zsh/site-functions
<span style='display:block; white-space:pre;background:#ffe0e0;'>- xinstall -m 0644 ${worksrcpath}/completions/zsh/_${name} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ xinstall -m 0644 ${worksrcpath}/completions/zsh/_g \
</span> ${destroot}${prefix}/share/zsh/site-functions
}
</pre><pre style='margin:0'>
</pre>