git: 2072315ee045 - main - devel/rubygem-tty-progressbar: Change RUN_DEPENDS from rubygem-unicode-display_width1 to rubygem-unicode-display_width

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 16 15:27:44 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2072315ee045c8df7781993b89818fc3ab41142a

commit 2072315ee045c8df7781993b89818fc3ab41142a
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-16 15:16:08 +0000
Commit:     Po-Chuan Hsieh <sunpoet at 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


More information about the dev-commits-ports-all mailing list