svn commit: r460195 - in head/net/rubygem-fog-local: . files

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


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

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

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

Modified: head/net/rubygem-fog-local/Makefile
==============================================================================
--- head/net/rubygem-fog-local/Makefile	Sun Jan 28 14:08:17 2018	(r460194)
+++ head/net/rubygem-fog-local/Makefile	Sun Jan 28 14:08:22 2018	(r460195)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fog-local
 PORTVERSION=	0.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -13,7 +13,7 @@ COMMENT=	Module for the 'fog' gem to support local fil
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-RUN_DEPENDS=	rubygem-fog-core>=1.27:devel/rubygem-fog-core
+RUN_DEPENDS=	rubygem-fog-core1>=1.27:devel/rubygem-fog-core1
 
 NO_ARCH=	yes
 USE_RUBY=	yes


More information about the svn-ports-all mailing list