<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/43f02367c8375c4eb35c0690f59550c230cadeb5">https://github.com/macports/macports-ports/commit/43f02367c8375c4eb35c0690f59550c230cadeb5</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 43f02367c83 atuin: add protobuf3-cpp as build dep
</span>43f02367c83 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 43f02367c8375c4eb35c0690f59550c230cadeb5
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Tue Jun 11 14:00:36 2024 -0400
<span style='display:block; white-space:pre;color:#404040;'> atuin: add protobuf3-cpp as build dep
</span>---
sysutils/atuin/Portfile | 3 +++
1 file changed, 3 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/atuin/Portfile b/sysutils/atuin/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6b1c43ca0c6..3f54f568d12 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/atuin/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/atuin/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,6 +31,9 @@ checksums ${distname}${extract.suffix} \
</span>
set atuin_bin ${worksrcpath}/target/[cargo.rust_platform]/release/${name}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:protobuf3-cpp
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-build {
# Generate shell completions
file mkdir ${worksrcpath}/completions
</pre><pre style='margin:0'>
</pre>