svn commit: r513705 - head/devel/rubygem-gh

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 3 18:25:33 UTC 2019


Author: sunpoet
Date: Thu Oct  3 18:25:32 2019
New Revision: 513705
URL: https://svnweb.freebsd.org/changeset/ports/513705

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/devel/rubygem-gh/Makefile

Modified: head/devel/rubygem-gh/Makefile
==============================================================================
--- head/devel/rubygem-gh/Makefile	Thu Oct  3 18:25:27 2019	(r513704)
+++ head/devel/rubygem-gh/Makefile	Thu Oct  3 18:25:32 2019	(r513705)
@@ -13,16 +13,17 @@ COMMENT=	Multi-layer client for the GitHub API v3
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-addressable>=2.4.0:www/rubygem-addressable \
-		rubygem-faraday>=0.8:www/rubygem-faraday \
-		rubygem-multi_json>=1.0:devel/rubygem-multi_json \
-		rubygem-net-http-persistent2>=2.9:www/rubygem-net-http-persistent2 \
+RUN_DEPENDS=	rubygem-addressable>=2.4.0<3:www/rubygem-addressable \
+		rubygem-faraday>=0.8<1:www/rubygem-faraday \
+		rubygem-multi_json>=1.0<2:devel/rubygem-multi_json \
+		rubygem-net-http-persistent2>=2.9<3:www/rubygem-net-http-persistent2 \
 		rubygem-net-http-pipeline>=0:www/rubygem-net-http-pipeline
 
+USES=		gem
+USE_RUBY=	yes
+
 NO_ARCH=	yes
 REINPLACE_ARGS=	-i ''
-USE_RUBY=	yes
-USES=		gem
 
 post-patch:
 # Remove backports


More information about the svn-ports-head mailing list