aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-16 03:59:34 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-16 04:19:36 +0000
commite093d41c974c2858816acce2699c4f30a40318df (patch)
treed7a7af425bd1a169859357094341c249b804962b
parent955c56222e3968448f07d669043fc18b6eea50cf (diff)
downloadports-e093d41c974c2858816acce2699c4f30a40318df.tar.gz
ports-e093d41c974c2858816acce2699c4f30a40318df.zip
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
-rw-r--r--devel/rubygem-cucumber-core/Makefile5
1 files 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