Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Mar 2023 00:39:32 GMT
From:      Colin Percival <cperciva@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 806d458fd545 - main - security/scrypt: Fix plist
Message-ID:  <202303250039.32P0dWrb051326@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303250039.32P0dWrb051326>