git: e093d41c974c - main - devel/rubygem-cucumber-core: Update RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Apr 2022 04:23:50 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e093d41c974c2858816acce2699c4f30a40318df commit e093d41c974c2858816acce2699c4f30a40318df Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-16 03:59:34 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-16 04:19:36 +0000 devel/rubygem-cucumber-core: Update RUN_DEPENDS - Change RUN_DEPENDS from rubygem-cucumber-gherkin to rubygem-cucumber-gherkin22 - Change RUN_DEPENDS from rubygem-cucumber-messages to rubygem-cucumber-messages17 - 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 f476b83a12fe..98973140d064 100644 --- a/devel/rubygem-cucumber-core/Makefile +++ b/devel/rubygem-cucumber-core/Makefile @@ -2,6 +2,7 @@ PORTNAME= cucumber-core PORTVERSION= 10.1.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>=22.0.0<23:textproc/rubygem-cucumber-gherkin \ - rubygem-cucumber-messages>=17.1.1<18:devel/rubygem-cucumber-messages \ +RUN_DEPENDS= rubygem-cucumber-gherkin22>=22.0.0<23:textproc/rubygem-cucumber-gherkin22 \ + rubygem-cucumber-messages17>=17.1.1<18:devel/rubygem-cucumber-messages17 \ rubygem-cucumber-tag-expressions>=4.1.0<5:devel/rubygem-cucumber-tag-expressions USES= gem