Date: Wed, 12 Apr 2017 20:48:28 +0000 (UTC) From: Colin Percival <cperciva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438412 - head/security/scrypt Message-ID: <201704122048.v3CKmSAj031863@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cperciva Date: Wed Apr 12 20:48:28 2017 New Revision: 438412 URL: https://svnweb.freebsd.org/changeset/ports/438412 Log: 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 Modified: head/security/scrypt/Makefile head/security/scrypt/distinfo Modified: head/security/scrypt/Makefile ============================================================================== --- head/security/scrypt/Makefile Wed Apr 12 20:12:07 2017 (r438411) +++ head/security/scrypt/Makefile Wed Apr 12 20:48:28 2017 (r438412) @@ -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 Modified: head/security/scrypt/distinfo ============================================================================== --- head/security/scrypt/distinfo Wed Apr 12 20:12:07 2017 (r438411) +++ head/security/scrypt/distinfo Wed Apr 12 20:48:28 2017 (r438412) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704122048.v3CKmSAj031863>