git: f7aa1a132a14 - main - devel/rubygem-cucumber-core: Update RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 23:39:59 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f7aa1a132a14e08889fedf8cb5b509033c189d29
commit f7aa1a132a14e08889fedf8cb5b509033c189d29
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 23:22:44 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 23:36:41 +0000
devel/rubygem-cucumber-core: Update RUN_DEPENDS
- Change RUN_DEPENDS from rubygem-cucumber-gherkin to rubygem-cucumber-gherkin23
- Change RUN_DEPENDS from rubygem-cucumber-messages to rubygem-cucumber-messages18
- 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 da517fdaa82d..392d6fc84e90 100644
--- a/devel/rubygem-cucumber-core/Makefile
+++ b/devel/rubygem-cucumber-core/Makefile
@@ -2,6 +2,7 @@
PORTNAME= cucumber-core
PORTVERSION= 11.0.0
+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>=23.0.1<24:textproc/rubygem-cucumber-gherkin \
- rubygem-cucumber-messages>=18.0.0<19:devel/rubygem-cucumber-messages \
+RUN_DEPENDS= rubygem-cucumber-gherkin23>=23.0.1<24:textproc/rubygem-cucumber-gherkin23 \
+ rubygem-cucumber-messages18>=18.0.0<19:devel/rubygem-cucumber-messages18 \
rubygem-cucumber-tag-expressions>=4.1.0<5:devel/rubygem-cucumber-tag-expressions
USES= gem