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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 7 22:47:08 UTC 2019


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 at 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


More information about the svn-ports-head mailing list