svn commit: r515698 - head/www/rubygem-platform-api

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


Author: sunpoet
Date: Sat Oct 26 14:30:45 2019
New Revision: 515698
URL: https://svnweb.freebsd.org/changeset/ports/515698

Log:
  Update version requirement of RUN_DEPENDS

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

Modified: head/www/rubygem-platform-api/Makefile
==============================================================================
--- head/www/rubygem-platform-api/Makefile	Sat Oct 26 14:30:40 2019	(r515697)
+++ head/www/rubygem-platform-api/Makefile	Sat Oct 26 14:30:45 2019	(r515698)
@@ -13,8 +13,8 @@ COMMENT=	Ruby HTTP client for the Heroku API
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-RUN_DEPENDS=	rubygem-heroics>=0.0.25:www/rubygem-heroics \
-		rubygem-moneta>=1.0.0:devel/rubygem-moneta
+RUN_DEPENDS=	rubygem-heroics>=0.0.25<0.1:www/rubygem-heroics \
+		rubygem-moneta>=1.0.0<2:devel/rubygem-moneta
 
 USES=		gem
 USE_RUBY=	yes


More information about the svn-ports-head mailing list