svn commit: r515700 - head/www/rubygem-heroku-api

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 26 14:30:56 UTC 2019


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>


More information about the svn-ports-head mailing list