Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jan 2017 19:00:06 +0000 (UTC)
From:      =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= <dumbbell@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431294 - head/textproc/rubygem-terminal-table
Message-ID:  <201701121900.v0CJ06bS011074@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701121900.v0CJ06bS011074>