<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a770b7ceecaee856e81c3b9d2b8823bf56086061">https://github.com/macports/macports-ports/commit/a770b7ceecaee856e81c3b9d2b8823bf56086061</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit a770b7ceecaee856e81c3b9d2b8823bf56086061
</span>Author: Keto <therealketo@gmail.com>
AuthorDate: Sat Sep 23 20:54:03 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    KeePassXC: Blacklist testautotype test
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Blacklist testautotype to prevent errors, and revision
</span><span style='display:block; white-space:pre;color:#404040;'>    bump for libsodium 1.0.19.
</span>---
 security/KeePassXC/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/KeePassXC/Portfile b/security/KeePassXC/Portfile
</span>old mode 100755
new mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 89067c212a7..3aceed98d85
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/KeePassXC/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/KeePassXC/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,7 +33,7 @@ license_noconflict      openssl openssl10 openssl11 openssl3
</span> if {${subport} eq ${name}} {
     # stable
     github.setup        keepassxreboot keepassxc 2.7.6
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision            1
</span>     github.tarball_from releases
     distname            keepassxc-${version}-src
     use_xz              yes
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -60,7 +60,7 @@ if {${subport} eq ${name}} {
</span>     github.setup        keepassxreboot keepassxc 37dabd2561c33d7c0e66bba6ab0883bb55e90cf1
     set githash         [string range ${github.version} 0 6]
     version             20230514.git${githash}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision            1
</span> 
     conflicts           KeePassXC
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -156,7 +156,7 @@ post-destroot {
</span> }
 
 test.run        yes
<span style='display:block; white-space:pre;background:#ffe0e0;'>-test.target     test ARGS="-V"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+test.target     test ARGS="-V -E testautotype"
</span> test.env        TMPDIR=/tmp
 
 # Ignore betas, RCs, etc. - See: https://trac.macports.org/ticket/64956
</pre><pre style='margin:0'>

</pre>