<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/9d2178dc318f2ced505cc19855a300a0e2606371">https://github.com/macports/macports-ports/commit/9d2178dc318f2ced505cc19855a300a0e2606371</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 9d2178dc318 starship 0.47.0: add missing lib dependencies - add libgit2 & zlib as dependencies
</span>9d2178dc318 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 9d2178dc318f2ced505cc19855a300a0e2606371
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Thu Dec 24 00:22:21 2020 -0500
<span style='display:block; white-space:pre;color:#404040;'> starship 0.47.0: add missing lib dependencies
</span><span style='display:block; white-space:pre;color:#404040;'> - add libgit2 & zlib as dependencies
</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/61854
</span>---
sysutils/starship/Portfile | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
<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 9375ca455e3..ac18f32ec98 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;'>@@ -5,6 +5,8 @@ PortGroup github 1.0
</span> PortGroup cargo 1.0
github.setup starship starship 0.47.0 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> categories sysutils
platforms darwin
maintainers {gmail.com:herby.gillot @herbygillot} \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,9 +22,11 @@ checksums ${distname}${extract.suffix} \
</span> sha256 cbc185b0e67e46169e3cd2701bf5aadac103762263412e02e774ff1afbd64756 \
size 5306988
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# For crate:openssl-sys
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# crate:openssl-sys requires pkgconfig & libssl.dylib
</span> depends_build port:pkgconfig
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_lib path:lib/libssl.dylib:openssl
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib path:lib/libssl.dylib:openssl \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:libgit2 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:zlib
</span>
destroot {
xinstall -m 755 ${worksrcpath}/target/[cargo.rust_platform]/release/${name} ${destroot}${prefix}/bin/
</pre><pre style='margin:0'>
</pre>