diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2017-04-12 20:48:28 +0000 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2017-04-12 20:48:28 +0000 |
commit | 782532bf1eaa72e5be7705ee9cbca7c82abacea2 (patch) | |
tree | fb502c6e0f72f345f171f809fe09f5c3a614eda9 /security/scrypt | |
parent | 16b46a8d86779c4468793fd1a108e7f745de78a9 (diff) | |
download | ports-782532bf1eaa72e5be7705ee9cbca7c82abacea2.tar.gz ports-782532bf1eaa72e5be7705ee9cbca7c82abacea2.zip |
Notes
Diffstat (limited to 'security/scrypt')
-rw-r--r-- | security/scrypt/Makefile | 8 | ||||
-rw-r--r-- | security/scrypt/distinfo | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/security/scrypt/Makefile b/security/scrypt/Makefile index d093c31c7712..76db811fc93c 100644 --- a/security/scrypt/Makefile +++ b/security/scrypt/Makefile @@ -2,19 +2,21 @@ # $FreeBSD$ PORTNAME= scrypt -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.2.1 CATEGORIES= security MASTER_SITES= http://www.tarsnap.com/scrypt/ MAINTAINER= cperciva@tarsnap.com COMMENT= Key Derivation Function +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="-I${OPENSSLINC} ${CFLAGS}" \ LDFLAGS="-L${OPENSSLLIB} ${LDFLAGS}" -USES= gmake tar:tgz ssl +USES= ssl tar:tgz PLIST_FILES= bin/scrypt \ man/man1/scrypt.1.gz diff --git a/security/scrypt/distinfo b/security/scrypt/distinfo index 98b1dd3d1e8f..d0be64e279b5 100644 --- a/security/scrypt/distinfo +++ b/security/scrypt/distinfo @@ -1,2 +1,3 @@ -SHA256 (scrypt-1.2.0.tgz) = 1754bc89405277c8ac14220377a4c240ddc34b1ce70882aa92cd01bfdc8569d4 -SIZE (scrypt-1.2.0.tgz) = 107796 +TIMESTAMP = 1488663406 +SHA256 (scrypt-1.2.1.tgz) = 4621f5e7da2f802e20850436219370092e9fcda93bd598f6d4236cce33f4c577 +SIZE (scrypt-1.2.1.tgz) = 127619 |