svn commit: r427661 - head/security/rubygem-scrypt

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 3 19:30:16 UTC 2016


Author: sunpoet
Date: Sat Dec  3 19:30:14 2016
New Revision: 427661
URL: https://svnweb.freebsd.org/changeset/ports/427661

Log:
  - Update to 3.0.3
  
  Changes:	https://github.com/pbhogan/scrypt/blob/master/CHANGELOG.md

Modified:
  head/security/rubygem-scrypt/Makefile
  head/security/rubygem-scrypt/distinfo

Modified: head/security/rubygem-scrypt/Makefile
==============================================================================
--- head/security/rubygem-scrypt/Makefile	Sat Dec  3 19:30:09 2016	(r427660)
+++ head/security/rubygem-scrypt/Makefile	Sat Dec  3 19:30:14 2016	(r427661)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	scrypt
-PORTVERSION=	2.1.1
+PORTVERSION=	3.0.3
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
@@ -12,14 +12,14 @@ COMMENT=	Scrypt key derivation function
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	rubygem-ffi-compiler>=0.0.2:devel/rubygem-ffi-compiler \
+RUN_DEPENDS=	rubygem-ffi-compiler>=1.0.0:devel/rubygem-ffi-compiler \
 		rubygem-rake>=0:devel/rubygem-rake
 
+ONLY_FOR_ARCHS=	amd64 i386 ia64
+ONLY_FOR_ARCHS_REASON=	invokes SSE compiler flags
+
 NO_ARCH=	yes
 USE_RUBY=	yes
 USES=		gem
 
-ONLY_FOR_ARCHS=	amd64 i386 ia64
-ONLY_FOR_ARCHS_REASON=	invokes SSE compiler flags
-
 .include <bsd.port.mk>

Modified: head/security/rubygem-scrypt/distinfo
==============================================================================
--- head/security/rubygem-scrypt/distinfo	Sat Dec  3 19:30:09 2016	(r427660)
+++ head/security/rubygem-scrypt/distinfo	Sat Dec  3 19:30:14 2016	(r427661)
@@ -1,2 +1,3 @@
-SHA256 (rubygem/scrypt-2.1.1.gem) = 6fae8e57430354f4f454b325d17c5ec9e001a91d54081e5ac1b976190c9c3812
-SIZE (rubygem/scrypt-2.1.1.gem) = 28672
+TIMESTAMP = 1475145418
+SHA256 (rubygem/scrypt-3.0.3.gem) = cd09a25693d28a8dcb8a63b4eab94f576a39cabff2f399216f523e773b2f973c
+SIZE (rubygem/scrypt-3.0.3.gem) = 34816


More information about the svn-ports-all mailing list