<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/de89e9fff3a1d501a5d3dadb889bb28013820fac">https://github.com/macports/macports-ports/commit/de89e9fff3a1d501a5d3dadb889bb28013820fac</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit de89e9fff3a1d501a5d3dadb889bb28013820fac
</span>Author: Janosch Peters <janosch1@mailbox.org>
AuthorDate: Tue Aug 24 21:14:59 2021 +0200

<span style='display:block; white-space:pre;color:#404040;'>    MacPass: updated git sha and fixed maintainer
</span>---
 security/MacPass/Portfile | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/MacPass/Portfile b/security/MacPass/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e7b80036f9b..a1961a810a0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/MacPass/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/MacPass/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,15 +8,15 @@ PortGroup           github 1.0
</span> # There is currently no MacPass release building on XCode 12 due to the introduction of arm64 architecture.
 # This has been fixed only on master yet, therefore I am using the latest commit on master as of today (01/02/21).
 # As soon as MacPass 0.8 is released, the release tarball will be used again.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set macpass_hash    4addd907d4710ecbfc69e0224efc031b1bbaa2ad
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set macpass_hash    3cfbbb1f16437b2e1ae01ecde303ca1266960f8c
</span> set ddhotkey_hash   a996a0a3980de926168df7c2f8b02a1231760561
 
 github.setup        MacPass MacPass ${macpass_hash}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version             0.8-RC2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+version             0.8-RC3
</span> categories          security
 platforms           darwin
 license             GPL-3
<span style='display:block; white-space:pre;background:#ffe0e0;'>-maintainers         @janosch mailbox.org:janosch1 openmaintainer
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+maintainers         {@janosch mailbox.org:janosch1} openmaintainer
</span> description         KeePass client for macOS
 long_description    ${name} is a native macOS port of KeePass. Key features are automatic \
                     form filling and regex matching of window titles to detect the correct target application. \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,15 +31,16 @@ distfiles           ${macpass_hash}.tar.gz:macpass \
</span>                     ${ddhotkey_hash}.tar.gz:ddhotkey
 
 checksums           ${macpass_hash}.tar.gz \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    rmd160  4002695949f0c846421e3dfd83443e6a33327495 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  8757fe329a06d1798e40db2b617249bf2fcf66e112291e83867b329a2fd78e60 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    11002547 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    rmd160  61549b619d1dd0b4c0441004478594971ddfd4d8 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  b70559e9b20316bf74cf6ea6bd2a13bf19d8c4abfac79e3056bda0264f97973f \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    11002723 \
</span>                     ${ddhotkey_hash}.tar.gz \
                     rmd160  12ce0935b45c9b8a1e258f267ff8d18f0429eed0 \
                     sha256  656d090cca863b236b7d319df4a5853b55ebf9af39a31a08cb471122c9bfbf56 \
                     size    27575
 
 if {${os.platform} eq "darwin" && ${os.major} < 20} {
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    known_fail yes
</span>     pre-fetch {
         ui_error "${name} @${version} requires macOS 11 or greater"
         return -code error "incompatible OS X version"
</pre><pre style='margin:0'>

</pre>