Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2019 17:24:43 +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: r516531 - head/security/rubygem-scrypt
Message-ID:  <201911031724.xA3HOhY2034321@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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