Skip to content

Commit

Permalink
KeePassXC-devel: update to latest commit & fix typo in patch
Browse files Browse the repository at this point in the history
  • Loading branch information
tenzap authored and reneeotten committed Nov 8, 2022
1 parent 7f17ddd commit a128eec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions security/KeePassXC/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@ if {${subport} eq ${name}} {
}
} else {
# devel subport
github.setup keepassxreboot keepassxc edae652d6f25e5170cdfc5424e59e847983b9a25
github.setup keepassxreboot keepassxc d83743ea0b207e4a5c034af6a049ba157470e093
set githash [string range ${github.version} 0 6]
version 20221018.git${githash}
version 20221023.git${githash}
revision 0

conflicts KeePassXC

checksums rmd160 661e9aa854515d5f6e0bed3bb5b54e5db1973364 \
sha256 8d0daa4e99119916f080fb4945499ee2c588a5637df581f91645ceb462cf77b5 \
size 11236977
checksums rmd160 90569580342ee0acd98e05a0ffaa442ac0f99bf3 \
sha256 80b279e1e173c2693bddc098036054d771fcfbc161fc34e4b59571f1ea698b4d \
size 11243794

gpg_verify.use_gpg_verification \
no
Expand Down
4 changes: 2 additions & 2 deletions security/KeePassXC/files/devel/patch-touch-id.diff
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ diff -Naur cmake/compiler-checks/macos/control_kSecUseOperationPrompt_support.mm
+ return 0;
+}
diff -Naur cmake/compiler-checks/macos/control_localAuthentication_support.mm cmake/compiler-checks/macos/control_localAuthentication_support.mm
--- cmake/compiler-checks/macos/control_localAuthentication_support.mm
+++ cmake/compiler-checks/macos/control_localAuthentication_support.mm
--- cmake/compiler-checks/macos/control_LocalAuthentication_support.mm
+++ cmake/compiler-checks/macos/control_LocalAuthentication_support.mm
@@ -0,0 +1,2 @@
+#include <LocalAuthentication/LocalAuthentication.h>
+int main() { return 0; }
Expand Down

0 comments on commit a128eec

Please sign in to comment.