diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2021-09-05 03:21:39 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2021-09-05 03:21:39 +0000 |
commit | 0f01f66e5b05b86c851808d3a72b04fd4f13bc1c (patch) | |
tree | 596314baa14f973881aa3c61149cbf2017beb21e | |
parent | 7ed63c3cafeeee15848a7f2f83c49b2b21018396 (diff) | |
download | ports-0f01f66e5b05b86c851808d3a72b04fd4f13bc1c.tar.gz ports-0f01f66e5b05b86c851808d3a72b04fd4f13bc1c.zip |
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]
-rw-r--r-- | security/veracrypt/Makefile | 6 | ||||
-rw-r--r-- | security/veracrypt/distinfo | 6 | ||||
-rw-r--r-- | security/veracrypt/files/pkg-message.in | 4 | ||||
-rw-r--r-- | security/veracrypt/pkg-plist | 2 |
4 files changed, 10 insertions, 8 deletions
diff --git a/security/veracrypt/Makefile b/security/veracrypt/Makefile index a84d85e99a60..fca07442f7fb 100644 --- a/security/veracrypt/Makefile +++ b/security/veracrypt/Makefile @@ -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 diff --git a/security/veracrypt/distinfo b/security/veracrypt/distinfo index 56a6ea0656fe..1e54f29149be 100644 --- a/security/veracrypt/distinfo +++ b/security/veracrypt/distinfo @@ -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 diff --git a/security/veracrypt/files/pkg-message.in b/security/veracrypt/files/pkg-message.in index 81309dbcef08..9f0f264a75a2 100644 --- a/security/veracrypt/files/pkg-message.in +++ b/security/veracrypt/files/pkg-message.in @@ -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 diff --git a/security/veracrypt/pkg-plist b/security/veracrypt/pkg-plist index fceabbae00aa..1b665ec922fb 100644 --- a/security/veracrypt/pkg-plist +++ b/security/veracrypt/pkg-plist @@ -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 |