Index: head/security/scrypt/Makefile =================================================================== --- head/security/scrypt/Makefile (revision 511992) +++ head/security/scrypt/Makefile (revision 511993) @@ -1,24 +1,27 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= scrypt -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.0 CATEGORIES= security MASTER_SITES= http://www.tarsnap.com/scrypt/ MAINTAINER= cperciva@tarsnap.com COMMENT= Key Derivation Function LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT +USES= libtool ssl tar:tgz + GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="-I${OPENSSLINC} ${CFLAGS}" \ LDFLAGS="-L${OPENSSLLIB} ${LDFLAGS}" +CONFIGURE_ARGS= --enable-libscrypt-kdf --disable-static -USES= ssl tar:tgz - PLIST_FILES= bin/scrypt \ + include/scrypt-kdf.h \ + lib/libscrypt-kdf.so.1.0.0 \ man/man1/scrypt.1.gz .include Index: head/security/scrypt/distinfo =================================================================== --- head/security/scrypt/distinfo (revision 511992) +++ head/security/scrypt/distinfo (revision 511993) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488663406 -SHA256 (scrypt-1.2.1.tgz) = 4621f5e7da2f802e20850436219370092e9fcda93bd598f6d4236cce33f4c577 -SIZE (scrypt-1.2.1.tgz) = 127619 +TIMESTAMP = 1568411502 +SHA256 (scrypt-1.3.0.tgz) = 263034edd4d1e117d4051d9a9260c74dedb0efaf4491c5152b738978b3f32748 +SIZE (scrypt-1.3.0.tgz) = 380332