Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2019 22:47:08 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511473 - head/textproc/rubygem-terminal-table
Message-ID:  <201909072247.x87Ml8DK048736@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Sep  7 22:47:07 2019
New Revision: 511473
URL: https://svnweb.freebsd.org/changeset/ports/511473

Log:
  Add LICENSE_FILE
  
  - Update version requirement of RUN_DEPENDS
  - Update pkg-descr
  - Take maintainership

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

Modified: head/textproc/rubygem-terminal-table/Makefile
==============================================================================
--- head/textproc/rubygem-terminal-table/Makefile	Sat Sep  7 22:47:03 2019	(r511472)
+++ head/textproc/rubygem-terminal-table/Makefile	Sat Sep  7 22:47:07 2019	(r511473)
@@ -10,11 +10,13 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Simple, feature rich ASCII table generation library
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-unicode-display_width>=1.1.1:devel/rubygem-unicode-display_width
+RUN_DEPENDS=	rubygem-unicode-display_width>=1.1.1<2:devel/rubygem-unicode-display_width
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/textproc/rubygem-terminal-table/pkg-descr
==============================================================================
--- head/textproc/rubygem-terminal-table/pkg-descr	Sat Sep  7 22:47:03 2019	(r511472)
+++ head/textproc/rubygem-terminal-table/pkg-descr	Sat Sep  7 22:47:07 2019	(r511473)
@@ -1,8 +1,10 @@
-Simple, feature rich ascii table generation library.
+Terminal Table is a fast and simple, yet feature rich ASCII table generator
+written in Ruby.
 
- - Optional headings
- - Alignment of columns, headings, or cells
- - Supports column span
- - Easy modification of table strings (+, -, |)
+Features:
+- Optional headings
+- Alignment of columns, headings, or cells
+- Supports column span
+- Easy modification of table strings (+, -, |)
 
 WWW: https://github.com/tj/terminal-table



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