svn commit: r511482 - head/devel/rubygem-crack
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Sep 7 22:47:50 UTC 2019
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>
More information about the svn-ports-all
mailing list