svn commit: r561002 - head/devel/rubygem-tty-progressbar

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 10 08:25:23 UTC 2021


Author: sunpoet
Date: Sun Jan 10 08:25:19 2021
New Revision: 561002
URL: https://svnweb.freebsd.org/changeset/ports/561002

Log:
  Change RUN_DEPENDS from rubygem-unicode-display_width to rubygem-unicode-display_width1
  
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/rubygem-tty-progressbar/Makefile

Modified: head/devel/rubygem-tty-progressbar/Makefile
==============================================================================
--- head/devel/rubygem-tty-progressbar/Makefile	Sun Jan 10 08:25:15 2021	(r561001)
+++ head/devel/rubygem-tty-progressbar/Makefile	Sun Jan 10 08:25:19 2021	(r561002)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tty-progressbar
 PORTVERSION=	0.17.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 RUN_DEPENDS=	rubygem-strings-ansi>=0.1<1:devel/rubygem-strings-ansi \
 		rubygem-tty-cursor>=0.7<1:devel/rubygem-tty-cursor \
 		rubygem-tty-screen>=0.7<1:devel/rubygem-tty-screen \
-		rubygem-unicode-display_width>=1.6<2:devel/rubygem-unicode-display_width
+		rubygem-unicode-display_width1>=1.6<2:devel/rubygem-unicode-display_width1
 
 USES=		gem
 USE_RUBY=	yes


More information about the svn-ports-all mailing list