diff options
| author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2021-11-05 17:19:07 +0000 |
|---|---|---|
| committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2021-11-05 17:21:39 +0000 |
| commit | f2027fc22e9d798b184cbd673bb7e46c2b690f5f (patch) | |
| tree | c5731895ef167d6bc127a029b3811fa78a86dcfe | |
| parent | 0b67f26ad3e08d681d647d27298b8cc5d77d476b (diff) | |
| download | ports-f2027fc22e9d798b184cbd673bb7e46c2b690f5f.tar.gz ports-f2027fc22e9d798b184cbd673bb7e46c2b690f5f.zip | |
security/veracrypt: Improve pkg-message
- Change fuse/fusefs and other minor changes
- Bump PORTREVISION
PR: 259612
Reported by: Luca Ferrari <fluca1978 __at__ gmail.com>
| -rw-r--r-- | security/veracrypt/Makefile | 2 | ||||
| -rw-r--r-- | 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" |
