Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jun 2021 20:46:57 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: 54c1e9db25b4 - main - devel/rubygem-cucumber-core: Update RUN_DEPENDS
Message-ID:  <202106302046.15UKkvnG055329@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=54c1e9db25b45b5169373e6676e915a916a4b5ba

commit 54c1e9db25b45b5169373e6676e915a916a4b5ba
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-30 20:37:42 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-06-30 20:43:51 +0000

    devel/rubygem-cucumber-core: Update RUN_DEPENDS
    
    - Change RUN_DEPENDS from rubygem-cucumber-gherkin to rubygem-cucumber-gherkin18
    - Change RUN_DEPENDS from rubygem-cucumber-messages to rubygem-cucumber-messages15
    - Bump PORTREVISION for dependency change
---
 devel/rubygem-cucumber-core/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/devel/rubygem-cucumber-core/Makefile b/devel/rubygem-cucumber-core/Makefile
index b38245c3da1e..6abf1b5b73d9 100644
--- a/devel/rubygem-cucumber-core/Makefile
+++ b/devel/rubygem-cucumber-core/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	cucumber-core
 PORTVERSION=	9.0.1
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,8 +12,8 @@ COMMENT=	Core library for the Cucumber BDD app
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-cucumber-gherkin>=18.1.0<19:textproc/rubygem-cucumber-gherkin \
-		rubygem-cucumber-messages>=15.0.0<16:devel/rubygem-cucumber-messages \
+RUN_DEPENDS=	rubygem-cucumber-gherkin18>=18.1.0<19:textproc/rubygem-cucumber-gherkin18 \
+		rubygem-cucumber-messages15>=15.0.0<16:devel/rubygem-cucumber-messages15 \
 		rubygem-cucumber-tag-expressions>=3.0.1<4:devel/rubygem-cucumber-tag-expressions
 
 USES=		gem



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