git: f2027fc22e9d - main - security/veracrypt: Improve pkg-message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Nov 2021 17:21:49 UTC
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=f2027fc22e9d798b184cbd673bb7e46c2b690f5f commit f2027fc22e9d798b184cbd673bb7e46c2b690f5f Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2021-11-05 17:19:07 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2021-11-05 17:21:39 +0000 security/veracrypt: Improve pkg-message - Change fuse/fusefs and other minor changes - Bump PORTREVISION PR: 259612 Reported by: Luca Ferrari <fluca1978 __at__ gmail.com> --- security/veracrypt/Makefile | 2 +- security/veracrypt/files/pkg-message.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/security/veracrypt/Makefile b/security/veracrypt/Makefile index 229f5267d9ac..9947a6cb7251 100644 --- a/security/veracrypt/Makefile +++ b/security/veracrypt/Makefile @@ -1,6 +1,6 @@ PORTNAME= veracrypt PORTVERSION= 1.24 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security 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 diff --git a/security/veracrypt/files/pkg-message.in b/security/veracrypt/files/pkg-message.in index 9f0f264a75a2..9a59448faa39 100644 --- a/security/veracrypt/files/pkg-message.in +++ b/security/veracrypt/files/pkg-message.in @@ -8,9 +8,9 @@ Veracrypt was installed 2) Please ensure that the fusefs kmod is loaded prior to use: -$ kldload fuse +# kldload fusefs -If you want load fuse.ko on boot time, please add the following to /boot/loader.conf +If you want load fusefs.ko on boot time, please add the following to /boot/loader.conf fusefs_load="YES"