git: 806d458fd545 - main - security/scrypt: Fix plist
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Mar 2023 00:39:32 UTC
The branch main has been updated by cperciva: URL: https://cgit.FreeBSD.org/ports/commit/?id=806d458fd545f76af465f41b8d2703a52b155124 commit 806d458fd545f76af465f41b8d2703a52b155124 Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2023-03-25 00:38:56 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2023-03-25 00:39:28 +0000 security/scrypt: Fix plist Add missing library symlinks. Reported by: Graham Percival --- security/scrypt/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/security/scrypt/Makefile b/security/scrypt/Makefile index f200f7dd8f86..f79ec662f67d 100644 --- a/security/scrypt/Makefile +++ b/security/scrypt/Makefile @@ -1,5 +1,6 @@ PORTNAME= scrypt PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.tarsnap.com/scrypt/ @@ -19,6 +20,8 @@ CONFIGURE_ARGS= --enable-libscrypt-kdf --disable-static PLIST_FILES= bin/scrypt \ include/scrypt-kdf.h \ + lib/libscrypt-kdf.so \ + lib/libscrypt-kdf.so.1 \ lib/libscrypt-kdf.so.1.0.0 \ man/man1/scrypt.1.gz