git: ecb163a0e791 - main - textproc/rubygem-terminal-table: 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:44 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ecb163a0e791e7d2a999f6bab2c86aee1885cefa commit ecb163a0e791e7d2a999f6bab2c86aee1885cefa Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-11-21 13:31:15 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-11-21 13:39:34 +0000 textproc/rubygem-terminal-table: Change RUN_DEPENDS from rubygem-unicode-display_width to rubygem-unicode-display_width2 - Bump PORTREVISION for dependency change --- textproc/rubygem-terminal-table/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/rubygem-terminal-table/Makefile b/textproc/rubygem-terminal-table/Makefile index 76c81d13c030..0aa4bf984799 100644 --- a/textproc/rubygem-terminal-table/Makefile +++ b/textproc/rubygem-terminal-table/Makefile @@ -1,5 +1,6 @@ PORTNAME= terminal-table PORTVERSION= 3.0.2 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -10,7 +11,7 @@ WWW= https://github.com/tj/terminal-table LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= rubygem-unicode-display_width>=1.1.1<3:devel/rubygem-unicode-display_width +RUN_DEPENDS= rubygem-unicode-display_width2>=1.1.1<3:devel/rubygem-unicode-display_width2 USES= gem shebangfix