Index: head/textproc/rubygem-terminal-table/Makefile =================================================================== --- head/textproc/rubygem-terminal-table/Makefile (revision 387231) +++ head/textproc/rubygem-terminal-table/Makefile (revision 387232) @@ -1,16 +1,18 @@ # Created by: Eric Freeman # $FreeBSD$ PORTNAME= terminal-table PORTVERSION= 1.4.5 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@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 Index: head/textproc/rubygem-terminal-table/pkg-descr =================================================================== --- head/textproc/rubygem-terminal-table/pkg-descr (revision 387231) +++ head/textproc/rubygem-terminal-table/pkg-descr (revision 387232) @@ -1,8 +1,8 @@ Simple, feature rich ascii table generation library. - Optional headings - Alignment of columns, headings, or cells - Supports column span - Easy modification of table strings (+, -, |) -WWW: https://github.com/visionmedia/terminal-table +WWW: https://github.com/tj/terminal-table