diff --git a/textproc/rubygem-cucumber-html-formatter17/Makefile b/textproc/rubygem-cucumber-html-formatter17/Makefile index d18741068fd0..2b5f843a9dd1 100644 --- a/textproc/rubygem-cucumber-html-formatter17/Makefile +++ b/textproc/rubygem-cucumber-html-formatter17/Makefile @@ -1,25 +1,26 @@ # Created by: Po-Chuan Hsieh PORTNAME= cucumber-html-formatter PORTVERSION= 17.0.0 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG PKGNAMESUFFIX= 17 MAINTAINER= sunpoet@FreeBSD.org COMMENT= HTML formatter for Cucumber LICENSE= MIT -RUN_DEPENDS= rubygem-cucumber-messages>=17.1.0<18:devel/rubygem-cucumber-messages +RUN_DEPENDS= rubygem-cucumber-messages17>=17.1.0<18:devel/rubygem-cucumber-messages17 USES= gem USE_RUBY= yes NO_ARCH= yes PLIST_FILES= bin/cucumber-html-formatter PORTSCOUT= limit:^17\. .include diff --git a/textproc/rubygem-cucumber-html-formatter17/pkg-descr b/textproc/rubygem-cucumber-html-formatter17/pkg-descr index 38092c98b95f..17bb859e994f 100644 --- a/textproc/rubygem-cucumber-html-formatter17/pkg-descr +++ b/textproc/rubygem-cucumber-html-formatter17/pkg-descr @@ -1,6 +1,6 @@ Cucumber HTML Formatter is a cross-platform formatter that produces a HTML report for Cucumber runs. It is built on top of cucumber-react and works with any Cucumber implementation with a protobuf formatter that outputs cucumber messages. -WWW: https://github.com/cucumber/common/tree/main/html-formatter/ruby +WWW: https://github.com/cucumber/html-formatter