svn commit: r515029 - head/net/rubygem-fog-dnsimple

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 20 17:19:10 UTC 2019


Author: sunpoet
Date: Sun Oct 20 17:19:09 2019
New Revision: 515029
URL: https://svnweb.freebsd.org/changeset/ports/515029

Log:
  Update version requirement of RUN_DEPENDS

Modified:
  head/net/rubygem-fog-dnsimple/Makefile

Modified: head/net/rubygem-fog-dnsimple/Makefile
==============================================================================
--- head/net/rubygem-fog-dnsimple/Makefile	Sun Oct 20 17:19:04 2019	(r515028)
+++ head/net/rubygem-fog-dnsimple/Makefile	Sun Oct 20 17:19:09 2019	(r515029)
@@ -12,12 +12,13 @@ COMMENT=	Module for the 'fog' gem to support DNSimple
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-fog-core>=1.38:devel/rubygem-fog-core \
+RUN_DEPENDS=	rubygem-fog-core>=1.38<3:devel/rubygem-fog-core \
 		rubygem-fog-json>=0:devel/rubygem-fog-json
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 post-install:
 	${RM} ${STAGEDIR}${PREFIX}/bin/console ${STAGEDIR}${PREFIX}/bin/setup


More information about the svn-ports-head mailing list