Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2019 17:18:45 +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: r515024 - head/net/rubygem-fog-aws
Message-ID:  <201910201718.x9KHIjU7081519@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct 20 17:18:45 2019
New Revision: 515024
URL: https://svnweb.freebsd.org/changeset/ports/515024

Log:
  Update version requirement of RUN_DEPENDS

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

Modified: head/net/rubygem-fog-aws/Makefile
==============================================================================
--- head/net/rubygem-fog-aws/Makefile	Sun Oct 20 17:18:40 2019	(r515023)
+++ head/net/rubygem-fog-aws/Makefile	Sun Oct 20 17:18:45 2019	(r515024)
@@ -12,10 +12,10 @@ COMMENT=	Module for the 'fog' gem to support Amazon We
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-RUN_DEPENDS=	rubygem-fog-core>=2.1:devel/rubygem-fog-core \
-		rubygem-fog-json>=1.1:devel/rubygem-fog-json \
-		rubygem-fog-xml>=0.1:textproc/rubygem-fog-xml \
-		rubygem-ipaddress>=0.8:net/rubygem-ipaddress
+RUN_DEPENDS=	rubygem-fog-core>=2.1<3:devel/rubygem-fog-core \
+		rubygem-fog-json>=1.1<2:devel/rubygem-fog-json \
+		rubygem-fog-xml>=0.1<1:textproc/rubygem-fog-xml \
+		rubygem-ipaddress>=0.8<1:net/rubygem-ipaddress
 
 USES=		gem
 USE_RUBY=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910201718.x9KHIjU7081519>