mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
security/veracrypt: update to 1.24-Update7
- Fix typo into pkg-message.in files [1] PR: 258147 Reported by: Graham Perrin <grahamperrin _at__ gmail.com> [1]
This commit is contained in:
parent
7ed63c3caf
commit
0f01f66e5b
4 changed files with 10 additions and 8 deletions
|
@ -1,10 +1,10 @@
|
|||
|
||||
PORTNAME= veracrypt
|
||||
PORTVERSION= 1.24
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME:S/v/V/:S/c/C/}%20${PORTVERSION}-Update3/
|
||||
DISTNAME= ${PORTNAME:S/v/V/:S/c/C/}_${PORTVERSION}-Update3_Source
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME:S/v/V/:S/c/C/}%20${PORTVERSION}-Update7/
|
||||
DISTNAME= ${PORTNAME:S/v/V/:S/c/C/}_${PORTVERSION}-Update7_Source
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= Open-source disk encryption software based on Truecrypt
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1577558383
|
||||
SHA256 (VeraCrypt_1.24-Update3_Source.tar.bz2) = 0c28fab15a9d051e372bf14f5f580b65b15394b9462dbf887f26776e66eaa90a
|
||||
SIZE (VeraCrypt_1.24-Update3_Source.tar.bz2) = 23676006
|
||||
TIMESTAMP = 1630810788
|
||||
SHA256 (VeraCrypt_1.24-Update7_Source.tar.bz2) = 6c1d3b0aa137bfcd30c65de9bec23a0c9bd98076f35013087c5f56613f21f044
|
||||
SIZE (VeraCrypt_1.24-Update7_Source.tar.bz2) = 23523401
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Veracrypt was installed
|
||||
|
||||
1) Veracrypt needs security/sudo port to mount disk volumes. You must modify
|
||||
%%PREFIX%%/etc/sudoers file to add Veracrypt user(s). Don't use root user
|
||||
|
||||
|
@ -10,7 +12,7 @@ $ kldload fuse
|
|||
|
||||
If you want load fuse.ko on boot time, please add the following to /boot/loader.conf
|
||||
|
||||
fuse_load="YES"
|
||||
fusefs_load="YES"
|
||||
|
||||
3) Enjoy it
|
||||
EOM
|
||||
|
|
|
@ -51,13 +51,13 @@ share/applications/veracrypt.desktop
|
|||
%%PORTDOCS%%%%DOCSDIR%%/html/Disclaimers.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/Documentation.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/Donation.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/Donation_donate.gif
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/Donation_Bank.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/Donation_VeraCrypt_BitcoinCash.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/Donation_VeraCrypt_Bitcoin_small.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/Donation_VeraCrypt_Ethereum.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/Donation_VeraCrypt_Litecoin.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/Donation_VeraCrypt_Monero.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/Donation_donate.gif
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/Donation_donate_CHF.gif
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/Donation_donate_Dollars.gif
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/Donation_donate_Euros.gif
|
||||
|
|
Loading…
Add table
Reference in a new issue