Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2019 14:30:55 +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: r515700 - head/www/rubygem-heroku-api
Message-ID:  <201910261430.x9QEUtcD043915@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct 26 14:30:55 2019
New Revision: 515700
URL: https://svnweb.freebsd.org/changeset/ports/515700

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/www/rubygem-heroku-api/Makefile

Modified: head/www/rubygem-heroku-api/Makefile
==============================================================================
--- head/www/rubygem-heroku-api/Makefile	Sat Oct 26 14:30:50 2019	(r515699)
+++ head/www/rubygem-heroku-api/Makefile	Sat Oct 26 14:30:55 2019	(r515700)
@@ -10,11 +10,12 @@ COMMENT=	Heroku API
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-excon>=0.45:devel/rubygem-excon \
-		rubygem-multi_json>=1.8:devel/rubygem-multi_json
+RUN_DEPENDS=	rubygem-excon>=0.45<1:devel/rubygem-excon \
+		rubygem-multi_json>=1.8<2:devel/rubygem-multi_json
 
-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?201910261430.x9QEUtcD043915>