Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jan 2018 14:08:22 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460195 - in head/net/rubygem-fog-local: . files
Message-ID:  <201801281408.w0SE8MtW029800@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801281408.w0SE8MtW029800>