Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2017 20:39:28 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r436639 - in head/security/rubygem-scrypt: . files
Message-ID:  <201703212039.v2LKdSNV006488@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Mar 21 20:39:28 2017
New Revision: 436639
URL: https://svnweb.freebsd.org/changeset/ports/436639

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

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

Modified: head/security/rubygem-scrypt/Makefile
==============================================================================
--- head/security/rubygem-scrypt/Makefile	Tue Mar 21 20:39:24 2017	(r436638)
+++ head/security/rubygem-scrypt/Makefile	Tue Mar 21 20:39:28 2017	(r436639)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	scrypt
-PORTVERSION=	3.0.4
+PORTVERSION=	3.0.5
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
@@ -12,8 +12,7 @@ COMMENT=	Scrypt key derivation function
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	rubygem-ffi-compiler>=1.0:devel/rubygem-ffi-compiler \
-		rubygem-rake>=9:devel/rubygem-rake
+RUN_DEPENDS=	rubygem-ffi-compiler>=1.0:devel/rubygem-ffi-compiler
 
 ONLY_FOR_ARCHS=	amd64 i386 ia64
 ONLY_FOR_ARCHS_REASON=	invokes SSE compiler flags

Modified: head/security/rubygem-scrypt/distinfo
==============================================================================
--- head/security/rubygem-scrypt/distinfo	Tue Mar 21 20:39:24 2017	(r436638)
+++ head/security/rubygem-scrypt/distinfo	Tue Mar 21 20:39:28 2017	(r436639)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1489765771
-SHA256 (rubygem/scrypt-3.0.4.gem) = b45721f56bcc0775cf5150202c285c1dbafa10f73d8e82506690627d5a8be4df
-SIZE (rubygem/scrypt-3.0.4.gem) = 34816
+TIMESTAMP = 1490101724
+SHA256 (rubygem/scrypt-3.0.5.gem) = aedf16a829797b0b271cb2619686da6bfa93aac9b876616deae7cfe241389d70
+SIZE (rubygem/scrypt-3.0.5.gem) = 34816



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703212039.v2LKdSNV006488>