Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Oct 2018 09:36:51 +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: r481358 - head/security/rubygem-scrypt
Message-ID:  <201810060936.w969apPt003551@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct  6 09:36:50 2018
New Revision: 481358
URL: https://svnweb.freebsd.org/changeset/ports/481358

Log:
  Update to 3.0.6
  
  Changes:	https://github.com/pbhogan/scrypt/releases

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

Modified: head/security/rubygem-scrypt/Makefile
==============================================================================
--- head/security/rubygem-scrypt/Makefile	Sat Oct  6 09:36:42 2018	(r481357)
+++ head/security/rubygem-scrypt/Makefile	Sat Oct  6 09:36:50 2018	(r481358)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	scrypt
-PORTVERSION=	3.0.5
+PORTVERSION=	3.0.6
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
@@ -14,8 +14,9 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	rubygem-ffi-compiler>=1.0:devel/rubygem-ffi-compiler
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/security/rubygem-scrypt/distinfo
==============================================================================
--- head/security/rubygem-scrypt/distinfo	Sat Oct  6 09:36:42 2018	(r481357)
+++ head/security/rubygem-scrypt/distinfo	Sat Oct  6 09:36:50 2018	(r481358)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490101724
-SHA256 (rubygem/scrypt-3.0.5.gem) = aedf16a829797b0b271cb2619686da6bfa93aac9b876616deae7cfe241389d70
-SIZE (rubygem/scrypt-3.0.5.gem) = 34816
+TIMESTAMP = 1538592068
+SHA256 (rubygem/scrypt-3.0.6.gem) = e37cccb37f1110363b8bfdd5adad41106fe73be1e27d020b256ae447adf5fcbd
+SIZE (rubygem/scrypt-3.0.6.gem) = 34816



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