<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/971449c5f64d10bc76ce43a292f4b34e560f84db">https://github.com/macports/macports-ports/commit/971449c5f64d10bc76ce43a292f4b34e560f84db</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 971449c5f64 starship: build with xcode
</span>971449c5f64 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 971449c5f64d10bc76ce43a292f4b34e560f84db
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Sat Feb 25 17:02:57 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    starship: build with xcode
</span>---
 sysutils/starship/Portfile | 4 +++-
 1 file changed, 3 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 d24fd6e6aa4..cc00d756f63 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.13.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;'>@@ -37,6 +37,8 @@ depends_lib-append  port:libgit2 \
</span>                     port:ncurses \
                     port:zlib
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+use_xcode           yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot {
     xinstall -m 0755 \
         ${worksrcpath}/target/[cargo.rust_platform]/release/${name} \
</pre><pre style='margin:0'>

</pre>