svn commit: r460194 - in head/net/rubygem-fog-joyent: . files

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


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

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

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

Modified: head/net/rubygem-fog-joyent/Makefile
==============================================================================
--- head/net/rubygem-fog-joyent/Makefile	Sun Jan 28 14:08:12 2018	(r460193)
+++ head/net/rubygem-fog-joyent/Makefile	Sun Jan 28 14:08:17 2018	(r460194)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fog-joyent
 PORTVERSION=	0.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -13,7 +13,7 @@ COMMENT=	Module for the 'fog' gem to support Joyent
 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