svn commit: r431294 - head/textproc/rubygem-terminal-table

Jean-Sébastien Pédron dumbbell at FreeBSD.org
Thu Jan 12 19:00:07 UTC 2017


Author: dumbbell
Date: Thu Jan 12 19:00:06 2017
New Revision: 431294
URL: https://svnweb.freebsd.org/changeset/ports/431294

Log:
  textprox/rubygem-terminal-table: Add unicode-display_width to RUN_DEPENDS
  
  Bump PORTREVISION to 1.
  
  Approved by:	antoine (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9155

Modified:
  head/textproc/rubygem-terminal-table/Makefile

Modified: head/textproc/rubygem-terminal-table/Makefile
==============================================================================
--- head/textproc/rubygem-terminal-table/Makefile	Thu Jan 12 18:28:57 2017	(r431293)
+++ head/textproc/rubygem-terminal-table/Makefile	Thu Jan 12 19:00:06 2017	(r431294)
@@ -3,6 +3,7 @@
 
 PORTNAME=	terminal-table
 PORTVERSION=	1.7.3
+PORTREVISION=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -11,6 +12,8 @@ COMMENT=	Simple, feature rich ASCII tabl
 
 LICENSE=	MIT
 
+RUN_DEPENDS=	rubygem-unicode-display_width>=1.1.1:devel/rubygem-unicode-display_width
+
 NO_ARCH=	yes
 USE_RUBY=	yes
 USES=		gem


More information about the svn-ports-all mailing list