svn commit: r395199 - head/security/scrypt

Wen Heping wen at FreeBSD.org
Tue Aug 25 02:28:17 UTC 2015


Author: wen
Date: Tue Aug 25 02:28:16 2015
New Revision: 395199
URL: https://svnweb.freebsd.org/changeset/ports/395199

Log:
  - Update to 1.2.0 [1]
  - Pet portlint
  - Reset maintainer to ports@
  
  PR:		202628 [1]
  Submitted by:	jesco.freund at my-universe.com [1]

Modified:
  head/security/scrypt/Makefile
  head/security/scrypt/distinfo
  head/security/scrypt/pkg-descr

Modified: head/security/scrypt/Makefile
==============================================================================
--- head/security/scrypt/Makefile	Tue Aug 25 02:20:54 2015	(r395198)
+++ head/security/scrypt/Makefile	Tue Aug 25 02:28:16 2015	(r395199)
@@ -2,15 +2,15 @@
 # $FreeBSD$
 
 PORTNAME=	scrypt
-PORTVERSION=	1.1.6
+PORTVERSION=	1.2.0
 CATEGORIES=	security
 MASTER_SITES=	http://www.tarsnap.com/scrypt/
 
-MAINTAINER=	wen at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Key Derivation Function
 
 GNU_CONFIGURE=	yes
-USES=	gmake tar:tgz
+USES=		gmake tar:tgz
 USE_LDCONFIG=	yes
 
 PLIST_FILES=	bin/scrypt \

Modified: head/security/scrypt/distinfo
==============================================================================
--- head/security/scrypt/distinfo	Tue Aug 25 02:20:54 2015	(r395198)
+++ head/security/scrypt/distinfo	Tue Aug 25 02:28:16 2015	(r395199)
@@ -1,2 +1,2 @@
-SHA256 (scrypt-1.1.6.tgz) = dfd0d1a544439265bbb9b58043ad3c8ce50a3987b44a61b1d39fd7a3ed5b7fb8
-SIZE (scrypt-1.1.6.tgz) = 83776
+SHA256 (scrypt-1.2.0.tgz) = 1754bc89405277c8ac14220377a4c240ddc34b1ce70882aa92cd01bfdc8569d4
+SIZE (scrypt-1.2.0.tgz) = 107796

Modified: head/security/scrypt/pkg-descr
==============================================================================
--- head/security/scrypt/pkg-descr	Tue Aug 25 02:20:54 2015	(r395198)
+++ head/security/scrypt/pkg-descr	Tue Aug 25 02:28:16 2015	(r395199)
@@ -3,4 +3,4 @@ the Tarsnap online backup system and is 
 against hardware brute-force attacks than alternative functions such as
 PBKDF2 or bcrypt.
 
-WWW:   http://www.tarsnap.com/scrypt/
+WWW: http://www.tarsnap.com/scrypt/


More information about the svn-ports-all mailing list