Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2023 17:21:10 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: 0f392f8943c1 - main - devel/rubygem-cucumber-core: Change RUN_DEPENDS from rubygem-cucumber-messages to rubygem-cucumber-messages22
Message-ID:  <202311141721.3AEHLAZp076446@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=0f392f8943c1c195d42bb041161642ae4dc28fe7

commit 0f392f8943c1c195d42bb041161642ae4dc28fe7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-14 16:42:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-14 17:16:15 +0000

    devel/rubygem-cucumber-core: Change RUN_DEPENDS from rubygem-cucumber-messages to rubygem-cucumber-messages22
    
    - 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 af10613472b7..03919c0556b1 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=	2
+PORTREVISION=	3
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -13,7 +13,7 @@ LICENSE=	MIT
 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-messages22>=20<23:devel/rubygem-cucumber-messages22 \
 		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?202311141721.3AEHLAZp076446>