Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 16:04:28 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1d3afe74d544 - main - net/rubygem-fog-local: Change RUN_DEPENDS from rubygem-fog-core1 to rubygem-fog-core
Message-ID:  <202110251604.19PG4SI3081641@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1d3afe74d544763cf39002eb0d13548fdf1d2126

commit 1d3afe74d544763cf39002eb0d13548fdf1d2126
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:12:00 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 15:57:57 +0000

    net/rubygem-fog-local: Change RUN_DEPENDS from rubygem-fog-core1 to rubygem-fog-core
    
    - Bump PORTREVISION for dependency change
---
 net/rubygem-fog-local/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net/rubygem-fog-local/Makefile b/net/rubygem-fog-local/Makefile
index 885ec86b4af5..83e9a6ec6b76 100644
--- a/net/rubygem-fog-local/Makefile
+++ b/net/rubygem-fog-local/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	fog-local
 PORTVERSION=	0.7.0
+PORTREVISION=	1
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +12,7 @@ COMMENT=	Module for the 'fog' gem to support local filesystem storage
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-RUN_DEPENDS=	rubygem-fog-core1>=1.27<3.0:devel/rubygem-fog-core1
+RUN_DEPENDS=	rubygem-fog-core>=1.27<3.0:devel/rubygem-fog-core
 
 USES=		gem
 USE_RUBY=	yes



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