Date: Sun, 16 May 2021 15:27:44 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2072315ee045 - main - devel/rubygem-tty-progressbar: Change RUN_DEPENDS from rubygem-unicode-display_width1 to rubygem-unicode-display_width Message-ID: <202105161527.14GFRi8k067798@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2072315ee045c8df7781993b89818fc3ab41142a commit 2072315ee045c8df7781993b89818fc3ab41142a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-05-16 15:16:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-05-16 15:24:36 +0000 devel/rubygem-tty-progressbar: Change RUN_DEPENDS from rubygem-unicode-display_width1 to rubygem-unicode-display_width - Bump PORTREVISION for dependency change --- devel/rubygem-tty-progressbar/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-tty-progressbar/Makefile b/devel/rubygem-tty-progressbar/Makefile index 2ff868cc90df..5b6d4ee8d876 100644 --- a/devel/rubygem-tty-progressbar/Makefile +++ b/devel/rubygem-tty-progressbar/Makefile @@ -2,6 +2,7 @@ PORTNAME= tty-progressbar PORTVERSION= 0.18.2 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-strings-ansi>=0.2<1:devel/rubygem-strings-ansi \ rubygem-tty-cursor>=0.7<1:devel/rubygem-tty-cursor \ rubygem-tty-screen>=0.8<1:devel/rubygem-tty-screen \ - rubygem-unicode-display_width1>=1.6<3.0:devel/rubygem-unicode-display_width1 + rubygem-unicode-display_width>=1.6<3.0:devel/rubygem-unicode-display_width USES= gem USE_RUBY= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105161527.14GFRi8k067798>