svn commit: r561017 - head/textproc/rubygem-terminal-table1
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jan 10 08:26:30 UTC 2021
Author: sunpoet
Date: Sun Jan 10 08:26:25 2021
New Revision: 561017
URL: https://svnweb.freebsd.org/changeset/ports/561017
Log:
Change RUN_DEPENDS from rubygem-unicode-display_width to rubygem-unicode-display_width1
- Bump PORTREVISION for dependency change
Modified:
head/textproc/rubygem-terminal-table1/Makefile
Modified: head/textproc/rubygem-terminal-table1/Makefile
==============================================================================
--- head/textproc/rubygem-terminal-table1/Makefile Sun Jan 10 08:26:21 2021 (r561016)
+++ head/textproc/rubygem-terminal-table1/Makefile Sun Jan 10 08:26:25 2021 (r561017)
@@ -3,6 +3,7 @@
PORTNAME= terminal-table
PORTVERSION= 1.8.0
+PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 1
@@ -13,7 +14,7 @@ COMMENT= Simple, feature rich ASCII table generation l
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= rubygem-unicode-display_width>=1.1.1<2:devel/rubygem-unicode-display_width
+RUN_DEPENDS= rubygem-unicode-display_width1>=1.1.1<2:devel/rubygem-unicode-display_width1
USES= gem
USE_RUBY= yes
More information about the svn-ports-head
mailing list