Date: Thu, 3 Oct 2019 18:25:33 +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: r513705 - head/devel/rubygem-gh Message-ID: <201910031825.x93IPX2s085737@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910031825.x93IPX2s085737>