svn commit: r387232 - head/textproc/rubygem-terminal-table
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 24 00:07:31 UTC 2015
Author: sunpoet
Date: Sun May 24 00:07:30 2015
New Revision: 387232
URL: https://svnweb.freebsd.org/changeset/ports/387232
Log:
- Add LICENSE
- Update WWW
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 Sun May 24 00:07:25 2015 (r387231)
+++ head/textproc/rubygem-terminal-table/Makefile Sun May 24 00:07:30 2015 (r387232)
@@ -9,8 +9,10 @@ MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Simple, feature rich ASCII table generation library
-USE_RUBY= yes
-USE_RUBYGEMS= yes
+LICENSE= MIT
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
Modified: head/textproc/rubygem-terminal-table/pkg-descr
==============================================================================
--- head/textproc/rubygem-terminal-table/pkg-descr Sun May 24 00:07:25 2015 (r387231)
+++ head/textproc/rubygem-terminal-table/pkg-descr Sun May 24 00:07:30 2015 (r387232)
@@ -5,4 +5,4 @@ Simple, feature rich ascii table generat
- Supports column span
- Easy modification of table strings (+, -, |)
-WWW: https://github.com/visionmedia/terminal-table
+WWW: https://github.com/tj/terminal-table
More information about the svn-ports-all
mailing list