svn commit: r516509 - head/net/rubygem-ovirt-engine-sdk

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


Author: sunpoet
Date: Sun Nov  3 17:22:07 2019
New Revision: 516509
URL: https://svnweb.freebsd.org/changeset/ports/516509

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/net/rubygem-ovirt-engine-sdk/Makefile

Modified: head/net/rubygem-ovirt-engine-sdk/Makefile
==============================================================================
--- head/net/rubygem-ovirt-engine-sdk/Makefile	Sun Nov  3 17:22:02 2019	(r516508)
+++ head/net/rubygem-ovirt-engine-sdk/Makefile	Sun Nov  3 17:22:07 2019	(r516509)
@@ -13,7 +13,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 LIB_DEPENDS=	libcurl.so:ftp/curl
-RUN_DEPENDS=	rubygem-json>=1:devel/rubygem-json
+RUN_DEPENDS=	rubygem-json>=1<3:devel/rubygem-json
 
 USES=		gem gnome
 USE_GNOME=	libxml2


More information about the svn-ports-all mailing list