Ticket #69580: keepassxc.diff
File keepassxc.diff, 2.3 KB (added by contextnerror, 8 months ago) |
---|
-
security/KeePassXC/Portfile
old new 26 26 goal to extend and improve it with new features and \ 27 27 bugfixes to provide a feature-rich, fully \ 28 28 cross-platform and modern open-source password manager. 29 platforms darwin 30 license GPL-2+ 29 license {GPL-2 GPL-3} 31 30 license_noconflict openssl openssl10 openssl11 openssl3 32 31 33 32 if {${subport} eq ${name}} { 34 33 # stable 35 github.setup keepassxreboot keepassxc 2.7. 636 revision 134 github.setup keepassxreboot keepassxc 2.7.7 35 revision 0 37 36 github.tarball_from releases 38 37 distname keepassxc-${version}-src 39 38 use_xz yes … … 44 43 45 44 # See keepassxc-${version}-src.tar.xz.DIGEST on upstream GitHub releases page for SHA256 sums 46 45 checksums ${distname}${extract.suffix} \ 47 rmd160 a939976cff7273f9243f9c3aae39269e11047e6d\48 sha256 a58074509fa8e90f152c6247f73e75e126303081f55eedb4ea0cbb6fa980d670\49 size 8474624\46 rmd160 33170f0b573f83c3bf185f9fa5e70978704ecc93 \ 47 sha256 58fc45ae98e4b3ffb052103014f5b97a41fefd17102c7f56073934dd3a82ee67 \ 48 size 9734460 \ 50 49 ${distname}${extract.suffix}.sig \ 51 rmd160 693cbc4a5648735cd4a53afdb9617bca9702bf45\52 sha256 af439d1954101c1b140f759cf0f42efdfe19d066f90412e325b806f8d3774eb4\50 rmd160 0a72b3b43e2892fb3aa625735dabf1cfcbbb8701 \ 51 sha256 254d8f3febf9a037dccbc3c4d34ad0a629ecb981b6ccb13509782ac04342193d \ 53 52 size 488 54 53 55 54 gpg_verify.use_gpg_verification \ … … 124 123 -DCMAKE_PREFIX_PATH=${qt_cmake_module_dir} \ 125 124 -DKEEPASSXC_BUILD_TYPE=Release \ 126 125 -DWITH_XC_BROWSER=ON \ 126 -DWITH_XC_BROWSER_PASSKEYS=ON \ 127 127 -DWITH_XC_KEESHARE=ON \ 128 128 -DWITH_XC_NETWORKING=ON \ 129 129 -DWITH_XC_SSHAGENT=ON \