<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/63a6896beb53c9cf74621cb302dc79aead628757">https://github.com/macports/macports-ports/commit/63a6896beb53c9cf74621cb302dc79aead628757</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 63a6896beb5 gitleaks: fix version tag
</span>63a6896beb5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 63a6896beb53c9cf74621cb302dc79aead628757
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Mon Mar 21 20:03:17 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    gitleaks: fix version tag
</span>---
 security/gitleaks/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/gitleaks/Portfile b/security/gitleaks/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 230105b7376..7c1f8f41d70 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/gitleaks/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/gitleaks/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,10 +3,11 @@
</span> PortSystem          1.0
 PortGroup           golang 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-go.setup            github.com/zricethezav/gitleaks v8.5.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+go.setup            github.com/zricethezav/gitleaks 8.5.0 v
</span> go.package          github.com/zricethezav/gitleaks/v8
 github.tarball_from archive
 revision            0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+epoch               1
</span> 
 description         \
     Scan git repos (or files) for secrets using regex and entropy
</pre><pre style='margin:0'>

</pre>