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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 6 09:36:51 UTC 2018


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


More information about the svn-ports-all mailing list