Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2019 22:47:49 +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: r511482 - head/devel/rubygem-crack
Message-ID:  <201909072247.x87MlnsI049879@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Sep  7 22:47:49 2019
New Revision: 511482
URL: https://svnweb.freebsd.org/changeset/ports/511482

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/devel/rubygem-crack/Makefile

Modified: head/devel/rubygem-crack/Makefile
==============================================================================
--- head/devel/rubygem-crack/Makefile	Sat Sep  7 22:47:44 2019	(r511481)
+++ head/devel/rubygem-crack/Makefile	Sat Sep  7 22:47:49 2019	(r511482)
@@ -12,10 +12,11 @@ COMMENT=	Ruby Library of Simple JSON and XML Parsing
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-safe_yaml>=1.0.0:devel/rubygem-safe_yaml
+RUN_DEPENDS=	rubygem-safe_yaml>=1.0.0<1.1:devel/rubygem-safe_yaml
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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