Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Oct 2023 16:02:05 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: 0c384f58b781 - main - devel/rubygem-cucumber-core: Change RUN_DEPENDS from rubygem-cucumber-tag-expressions to rubygem-cucumber-tag-expressions5
Message-ID:  <202310161602.39GG25rq040967@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=0c384f58b781863721c6cff833605a9d1c92b909

commit 0c384f58b781863721c6cff833605a9d1c92b909
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-10-16 15:19:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-10-16 16:00:00 +0000

    devel/rubygem-cucumber-core: Change RUN_DEPENDS from rubygem-cucumber-tag-expressions to rubygem-cucumber-tag-expressions5
    
    - Bump PORTREVISION for dependency change
---
 devel/rubygem-cucumber-core/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/rubygem-cucumber-core/Makefile b/devel/rubygem-cucumber-core/Makefile
index 2f7c668817a5..af10613472b7 100644
--- a/devel/rubygem-cucumber-core/Makefile
+++ b/devel/rubygem-cucumber-core/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cucumber-core
 PORTVERSION=	12.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-cucumber-gherkin26>=25<27:textproc/rubygem-cucumber-gherkin26 \
 		rubygem-cucumber-messages>=20<23:devel/rubygem-cucumber-messages \
-		rubygem-cucumber-tag-expressions>=5.0.4<6:devel/rubygem-cucumber-tag-expressions
+		rubygem-cucumber-tag-expressions5>=5.0.4<6:devel/rubygem-cucumber-tag-expressions5
 
 USES=		gem
 



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