git: 57ff26e69cac - main - devel/rubygem-rubocop: Change RUN_DEPENDS from rubygem-unicode-display_width to rubygem-unicode-display_width2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Nov 2024 13:47:05 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=57ff26e69cac18b2fa15f1a26b676f650fc6bffe commit 57ff26e69cac18b2fa15f1a26b676f650fc6bffe Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-11-21 13:29:55 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-11-21 13:39:24 +0000 devel/rubygem-rubocop: Change RUN_DEPENDS from rubygem-unicode-display_width to rubygem-unicode-display_width2 - Bump PORTREVISION for dependency change --- devel/rubygem-rubocop/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-rubocop/Makefile b/devel/rubygem-rubocop/Makefile index b6bac6dc6137..425b39cf2ecd 100644 --- a/devel/rubygem-rubocop/Makefile +++ b/devel/rubygem-rubocop/Makefile @@ -1,5 +1,6 @@ PORTNAME= rubocop PORTVERSION= 1.68.0 +PORTREVISION= 1 CATEGORIES= devel ruby MASTER_SITES= RG @@ -20,7 +21,7 @@ RUN_DEPENDS= rubygem-json>=2.3<3:devel/rubygem-json \ rubygem-regexp_parser>=2.4<3.0:textproc/rubygem-regexp_parser \ rubygem-rubocop-ast>=1.31.2<2.0:devel/rubygem-rubocop-ast \ rubygem-ruby-progressbar>=1.7<2:devel/rubygem-ruby-progressbar \ - rubygem-unicode-display_width>=2.4.0<3.0:devel/rubygem-unicode-display_width + rubygem-unicode-display_width2>=2.4.0<3.0:devel/rubygem-unicode-display_width2 USES= cpe gem