Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2023 17:23:38 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: e74766b32879 - main - devel/rubygem-grape-path-helpers: Change RUN_DEPENDS from rubygem-grape to rubygem-grape1
Message-ID:  <202311141723.3AEHNcwP084760@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=e74766b3287955fa30063abb7ad8cf9db402ca3c

commit e74766b3287955fa30063abb7ad8cf9db402ca3c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-14 16:53:46 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-14 17:16:48 +0000

    devel/rubygem-grape-path-helpers: Change RUN_DEPENDS from rubygem-grape to rubygem-grape1
    
    - Bump PORTREVISION for dependency change
---
 devel/rubygem-grape-path-helpers/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/rubygem-grape-path-helpers/Makefile b/devel/rubygem-grape-path-helpers/Makefile
index e007798965ab..0f1bfd916b9c 100644
--- a/devel/rubygem-grape-path-helpers/Makefile
+++ b/devel/rubygem-grape-path-helpers/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	grape-path-helpers
 PORTVERSION=	1.7.1
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,7 +12,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	rubygem-activesupport61>=0:devel/rubygem-activesupport61 \
-		rubygem-grape>=1.3<2:devel/rubygem-grape \
+		rubygem-grape1>=1.3<2:devel/rubygem-grape1 \
 		rubygem-rake>=12:devel/rubygem-rake \
 		rubygem-ruby2_keywords>=0.0.2<0.1:devel/rubygem-ruby2_keywords
 



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