Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 2020 18:44:07 +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: r552277 - head/net/rubygem-fog-gridscale
Message-ID:  <202010131844.09DIi7J3068888@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Oct 13 18:44:06 2020
New Revision: 552277
URL: https://svnweb.freebsd.org/changeset/ports/552277

Log:
  Fix RUN_DEPENDS
  
  - Bump PORTREVISION for dependency change
  
  PR:		250124
  Submitted by:	sunpoet (myself)
  Approved by:	egypcio (maintainer)

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

Modified: head/net/rubygem-fog-gridscale/Makefile
==============================================================================
--- head/net/rubygem-fog-gridscale/Makefile	Tue Oct 13 18:44:01 2020	(r552276)
+++ head/net/rubygem-fog-gridscale/Makefile	Tue Oct 13 18:44:06 2020	(r552277)
@@ -2,6 +2,7 @@
 
 PORTNAME=	fog-gridscale
 PORTVERSION=	0.1.5
+PORTREVISION=	1
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -11,10 +12,8 @@ COMMENT=	Module for the 'fog' gem to support gridscale
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-RUN_DEPENDS=	rubygem-fog-core>=2.1:devel/rubygem-fog-core \
-		rubygem-fog-json>=1.2:devel/rubygem-fog-json \
-		rubygem-ipaddress>=0.8:net/rubygem-ipaddress \
-		rubygem-json>=2.1:devel/rubygem-json
+RUN_DEPENDS=	rubygem-fog-core>=0:devel/rubygem-fog-core \
+		rubygem-fog-json>=0:devel/rubygem-fog-json
 
 USES=		gem
 USE_RUBY=	yes



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