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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 3 17:24:43 UTC 2019


Author: sunpoet
Date: Sun Nov  3 17:24:42 2019
New Revision: 516531
URL: https://svnweb.freebsd.org/changeset/ports/516531

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/security/rubygem-scrypt/Makefile

Modified: head/security/rubygem-scrypt/Makefile
==============================================================================
--- head/security/rubygem-scrypt/Makefile	Sun Nov  3 17:24:38 2019	(r516530)
+++ head/security/rubygem-scrypt/Makefile	Sun Nov  3 17:24:42 2019	(r516531)
@@ -13,7 +13,7 @@ COMMENT=	Scrypt key derivation function
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	rubygem-ffi-compiler>=1.0:devel/rubygem-ffi-compiler
+RUN_DEPENDS=	rubygem-ffi-compiler>=1.0<2.0:devel/rubygem-ffi-compiler
 
 USES=		gem
 USE_RUBY=	yes


More information about the svn-ports-head mailing list