Update security/scrypt to version 1.2.1.
Add LICENSE. Remove USES=gmake; I have no idea why I put it there in the first place, but it is clearly not necessary now. PR: 217548 Submitted by: Raphael Kubo da Costa
This commit is contained in:
parent
16b46a8d86
commit
782532bf1e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438412
2 changed files with 8 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue