<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/72bb2f09a98bdffce761415e10234c0277b819f1">https://github.com/macports/macports-ports/commit/72bb2f09a98bdffce761415e10234c0277b819f1</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 72bb2f09a98 k9s: build with correct version info
</span>72bb2f09a98 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 72bb2f09a98bdffce761415e10234c0277b819f1
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Mon Sep 5 09:06:11 2022 -0600

<span style='display:block; white-space:pre;color:#404040;'>    k9s: build with correct version info
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/65776
</span>---
 sysutils/k9s/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/k9s/Portfile b/sysutils/k9s/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7be2bdbd4aa..d96d61ec9f6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/k9s/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/k9s/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,7 +5,7 @@ PortGroup           golang 1.0
</span> 
 go.setup            github.com/derailed/k9s 0.26.3 v
 github.tarball_from archive
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> 
 homepage            https://k9scli.io
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,7 +36,7 @@ build.env-delete    GOPROXY=off GO111MODULE=off
</span> 
 build.cmd           make
 build.pre_args-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    GIT_REV="" DATE=""
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    VERSION="${github.tag_prefix}${version}" GIT_REV="" DATE=""
</span> build.args          build
 
 destroot {
</pre><pre style='margin:0'>

</pre>