svn commit: r552277 - head/net/rubygem-fog-gridscale

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Oct 13 18:44:13 UTC 2020


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


More information about the svn-ports-all mailing list