<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/7583fdac47806bfd6d3aa8bc06ceda688b107e6e">https://github.com/macports/macports-ports/commit/7583fdac47806bfd6d3aa8bc06ceda688b107e6e</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 7583fdac478 starship: add cmake as missing build dep
</span>7583fdac478 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7583fdac47806bfd6d3aa8bc06ceda688b107e6e
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Sun Aug 14 17:58:33 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    starship: add cmake as missing build dep
</span>---
 sysutils/starship/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/starship/Portfile b/sysutils/starship/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f48a59cdf98..52a32724986 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/starship/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/starship/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,7 +7,7 @@ PortGroup           openssl 1.0
</span> 
 github.setup        starship starship 1.10.0 v
 github.tarball_from archive
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 homepage            https://starship.rs
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,6 +29,7 @@ checksums           ${distname}${extract.suffix} \
</span> 
 # crate:openssl-sys requires pkgconfig & libssl.dylib
 depends_build-append \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    path:bin/cmake:cmake \
</span>                     port:pkgconfig
 
 depends_lib-append  port:libgit2 \
</pre><pre style='margin:0'>

</pre>