git: 5a56513a2adb - main - devel/rubygem-strings: 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:15 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5a56513a2adb9bf6d735e2f9581bd9d6cc9a7051 commit 5a56513a2adb9bf6d735e2f9581bd9d6cc9a7051 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-11-21 13:30:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-11-21 13:39:27 +0000 devel/rubygem-strings: Change RUN_DEPENDS from rubygem-unicode-display_width to rubygem-unicode-display_width2 - Bump PORTREVISION for dependency change --- devel/rubygem-strings/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-strings/Makefile b/devel/rubygem-strings/Makefile index 55090c0a00f9..260f7dc0d3e1 100644 --- a/devel/rubygem-strings/Makefile +++ b/devel/rubygem-strings/Makefile @@ -1,5 +1,6 @@ PORTNAME= strings PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-strings-ansi>=0.2<1:devel/rubygem-strings-ansi \ - rubygem-unicode-display_width>=1.5<3.0:devel/rubygem-unicode-display_width \ + rubygem-unicode-display_width2>=1.5<3.0:devel/rubygem-unicode-display_width2 \ rubygem-unicode_utils>=1.4<2:devel/rubygem-unicode_utils USES= gem