Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2024 12:14:15 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: aa9e8626c052 - main - devel/rubygem-cucumber-core: Change RUN_DEPENDS from rubygem-cucumber-messages to rubygem-cucumber-messages26
Message-ID:  <202410301214.49UCEFNN065058@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=aa9e8626c052a91507f0c4c5fa45e17d61c0872e

commit aa9e8626c052a91507f0c4c5fa45e17d61c0872e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-30 12:12:07 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-30 12:13:33 +0000

    devel/rubygem-cucumber-core: Change RUN_DEPENDS from rubygem-cucumber-messages to rubygem-cucumber-messages26
    
    - 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 0586913c682c..0c5a5bcba7bb 100644
--- a/devel/rubygem-cucumber-core/Makefile
+++ b/devel/rubygem-cucumber-core/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cucumber-core
 PORTVERSION=	14.0.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -13,7 +13,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-cucumber-gherkin29>=27<30:textproc/rubygem-cucumber-gherkin29 \
-		rubygem-cucumber-messages>=22<27:devel/rubygem-cucumber-messages \
+		rubygem-cucumber-messages26>=22<27:devel/rubygem-cucumber-messages26 \
 		rubygem-cucumber-tag-expressions>=5<7:devel/rubygem-cucumber-tag-expressions
 
 USES=		gem



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