aboutsummaryrefslogtreecommitdiff
path: root/security/scrypt
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2017-04-12 20:48:28 +0000
committerColin Percival <cperciva@FreeBSD.org>2017-04-12 20:48:28 +0000
commit782532bf1eaa72e5be7705ee9cbca7c82abacea2 (patch)
treefb502c6e0f72f345f171f809fe09f5c3a614eda9 /security/scrypt
parent16b46a8d86779c4468793fd1a108e7f745de78a9 (diff)
downloadports-782532bf1eaa72e5be7705ee9cbca7c82abacea2.tar.gz
ports-782532bf1eaa72e5be7705ee9cbca7c82abacea2.zip
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
Notes
Notes: svn path=/head/; revision=438412
Diffstat (limited to 'security/scrypt')
-rw-r--r--security/scrypt/Makefile8
-rw-r--r--security/scrypt/distinfo5
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