<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/0ca9ba4e3218cf4ea963a0d4bb809b14d0cb6994">https://github.com/macports/macports-ports/commit/0ca9ba4e3218cf4ea963a0d4bb809b14d0cb6994</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 0ca9ba4e321 step-cli: update to 0.27.4
</span>0ca9ba4e321 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0ca9ba4e3218cf4ea963a0d4bb809b14d0cb6994
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Tue Sep 17 01:46:25 2024 -0400

<span style='display:block; white-space:pre;color:#404040;'>    step-cli: update to 0.27.4
</span>---
 security/step-cli/Portfile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/step-cli/Portfile b/security/step-cli/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 44ea72a7f4c..1aa43faa290 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/step-cli/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/step-cli/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,7 +3,7 @@
</span> PortSystem          1.0
 PortGroup           golang 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-go.setup            github.com/smallstep/cli 0.27.2 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+go.setup            github.com/smallstep/cli 0.27.4 v
</span> go.offline_build    no
 github.tarball_from archive
 name                step-cli
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,9 +28,9 @@ maintainers         {gmail.com:herby.gillot @herbygillot} \
</span> # already present.
 dist_subdir         ${name}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  fce8d798d41db4959383047a2cfb609e7cefa4bc \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  9826ec4f0ff4359e9b0fadd9f6011aa497693700e7829ef4a564604da3f3f379 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    1641550
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  68716da7d66a74da0eccc617f69cae747fc78eb9 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  7791831f96718a05ad025d4aa17c278dda12530029af18147da7c4be5948815c \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    1646498
</span> 
 build.cmd           make
 build.target        binary-${goos}-${goarch}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,7 +40,7 @@ destroot {
</span> 
     # Install executable
     xinstall -m 0755 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        ${worksrcpath}/output/binary/${goos}-${goarch}/bin/step \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ${worksrcpath}/output/binary/${goos}-${goarch}/step \
</span>         ${destroot}${prefix}/bin/
 
     # Install shell completions
</pre><pre style='margin:0'>

</pre>