<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/b9465d651f8a8c3d8c6f010e6bb77dd16aff4bd1">https://github.com/macports/macports-ports/commit/b9465d651f8a8c3d8c6f010e6bb77dd16aff4bd1</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 b9465d651f8 vault: update to 1.16.2
</span>b9465d651f8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b9465d651f8a8c3d8c6f010e6bb77dd16aff4bd1
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Fri May 17 10:04:00 2024 -0400

<span style='display:block; white-space:pre;color:#404040;'>    vault: update to 1.16.2
</span>---
 security/vault/Portfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/vault/Portfile b/security/vault/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4491c2255a2..5828cd7aa24 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/vault/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/vault/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/hashicorp/vault 1.16.1 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+go.setup            github.com/hashicorp/vault 1.16.2 v
</span> revision            0
 
 homepage            https://www.vaultproject.io
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,6 +30,9 @@ maintainers         {gmail.com:herby.gillot @herbygillot} \
</span> # Vault's build process requires the git repository.
 fetch.type          git
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:enumer
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # The "dev" build target must be used to build just the binary for this
 # platform, instead of for ALL platforms
 # - https://www.vaultproject.io/docs/install/index.html#compiling-from-source
</pre><pre style='margin:0'>

</pre>