svn commit: r510214 - head/devel/rubygem-tty-progressbar
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Aug 30 00:05:18 UTC 2019
Author: sunpoet
Date: Fri Aug 30 00:05:17 2019
New Revision: 510214
URL: https://svnweb.freebsd.org/changeset/ports/510214
Log:
Update version requirement of RUN_DEPENDS
Modified:
head/devel/rubygem-tty-progressbar/Makefile
Modified: head/devel/rubygem-tty-progressbar/Makefile
==============================================================================
--- head/devel/rubygem-tty-progressbar/Makefile Fri Aug 30 00:05:12 2019 (r510213)
+++ head/devel/rubygem-tty-progressbar/Makefile Fri Aug 30 00:05:17 2019 (r510214)
@@ -12,10 +12,10 @@ COMMENT= Flexible progress bars drawing in terminal em
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= rubygem-strings-ansi>=0.1.0:devel/rubygem-strings-ansi \
- rubygem-tty-cursor>=0.7:devel/rubygem-tty-cursor \
- rubygem-tty-screen>=0.7:devel/rubygem-tty-screen \
- rubygem-unicode-display_width>=1.6:devel/rubygem-unicode-display_width
+RUN_DEPENDS= rubygem-strings-ansi>=0.1.0<0.2: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
USES= gem
USE_RUBY= yes
More information about the svn-ports-head
mailing list