svn commit: r460239 - head/net/rubygem-fog-openstack

Joseph Mingrone jrm at FreeBSD.org
Mon Jan 29 04:03:51 UTC 2018


Author: jrm
Date: Mon Jan 29 04:03:50 2018
New Revision: 460239
URL: https://svnweb.freebsd.org/changeset/ports/460239

Log:
  net/fog-openstack: Depend on devel/rubygem-fog-json102
  
  Without this change two conflicting versions of the fog-core gem are pulled
  in, version 1 via devel/rubygem-fog-core1 and version 2 via
  devel/rubygem-fog-json -> devel/rubygem-fog-core.

Modified:
  head/net/rubygem-fog-openstack/Makefile   (contents, props changed)

Modified: head/net/rubygem-fog-openstack/Makefile
==============================================================================
--- head/net/rubygem-fog-openstack/Makefile	Mon Jan 29 03:56:10 2018	(r460238)
+++ head/net/rubygem-fog-openstack/Makefile	Mon Jan 29 04:03:50 2018	(r460239)
@@ -3,6 +3,7 @@
 
 PORTNAME=	fog-openstack
 PORTVERSION=	0.1.23
+PORTREVISION=	1
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -13,11 +14,12 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 RUN_DEPENDS=	rubygem-fog-core1>=1.40:devel/rubygem-fog-core1 \
-		rubygem-fog-json>=1.0:devel/rubygem-fog-json \
+		rubygem-fog-json102>=1.0:devel/rubygem-fog-json102 \
 		rubygem-ipaddress>=0.8:net/rubygem-ipaddress
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list