svn commit: r460199 - in head/net/rubygem-fog-profitbricks: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 28 14:08:43 UTC 2018


Author: sunpoet
Date: Sun Jan 28 14:08:41 2018
New Revision: 460199
URL: https://svnweb.freebsd.org/changeset/ports/460199

Log:
  Change RUN_DEPENDS from rubygem-fog-core to rubygem-fog-core1
  
  - Bump PORTREVISION for package change

Deleted:
  head/net/rubygem-fog-profitbricks/files/
Modified:
  head/net/rubygem-fog-profitbricks/Makefile

Modified: head/net/rubygem-fog-profitbricks/Makefile
==============================================================================
--- head/net/rubygem-fog-profitbricks/Makefile	Sun Jan 28 14:08:36 2018	(r460198)
+++ head/net/rubygem-fog-profitbricks/Makefile	Sun Jan 28 14:08:41 2018	(r460199)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fog-profitbricks
 PORTVERSION=	4.1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -13,7 +13,7 @@ COMMENT=	Module for the 'fog' gem to support ProfitBri
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-RUN_DEPENDS=	rubygem-fog-core>=1.42:devel/rubygem-fog-core \
+RUN_DEPENDS=	rubygem-fog-core1>=1.42:devel/rubygem-fog-core1 \
 		rubygem-fog-json>=1.0:devel/rubygem-fog-json
 
 NO_ARCH=	yes


More information about the svn-ports-all mailing list