diff --git a/textproc/rubygem-cucumber-html-formatter/Makefile b/textproc/rubygem-cucumber-html-formatter/Makefile index 93b8ba6b8557..f290db36f20e 100644 --- a/textproc/rubygem-cucumber-html-formatter/Makefile +++ b/textproc/rubygem-cucumber-html-formatter/Makefile @@ -1,22 +1,22 @@ # Created by: Po-Chuan Hsieh PORTNAME= cucumber-html-formatter -PORTVERSION= 18.0.0 +PORTVERSION= 19.0.0 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= HTML formatter for Cucumber LICENSE= MIT -RUN_DEPENDS= rubygem-cucumber-messages>=17.1.1<18:devel/rubygem-cucumber-messages +RUN_DEPENDS= rubygem-cucumber-messages17>=17.1.1<18:devel/rubygem-cucumber-messages17 USES= gem USE_RUBY= yes NO_ARCH= yes PLIST_FILES= bin/cucumber-html-formatter .include diff --git a/textproc/rubygem-cucumber-html-formatter/distinfo b/textproc/rubygem-cucumber-html-formatter/distinfo index 32d4a12678fd..fc276410b3de 100644 --- a/textproc/rubygem-cucumber-html-formatter/distinfo +++ b/textproc/rubygem-cucumber-html-formatter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1643382632 -SHA256 (rubygem/cucumber-html-formatter-18.0.0.gem) = d439e007a0cda9f3cc6e07aabb87e3d0f9249590fb8a4d627c77b725fa29c0f8 -SIZE (rubygem/cucumber-html-formatter-18.0.0.gem) = 470016 +TIMESTAMP = 1649423964 +SHA256 (rubygem/cucumber-html-formatter-19.0.0.gem) = 5e0eb04fa2b69425d5c4b30e4e3a946d4e95d22b0252876af8e90a3bd4777b1d +SIZE (rubygem/cucumber-html-formatter-19.0.0.gem) = 657408 diff --git a/textproc/rubygem-cucumber-html-formatter/pkg-descr b/textproc/rubygem-cucumber-html-formatter/pkg-descr index 38092c98b95f..17bb859e994f 100644 --- a/textproc/rubygem-cucumber-html-formatter/pkg-descr +++ b/textproc/rubygem-cucumber-html-formatter/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