svn commit: r387213 - head/textproc/rubygem-colored

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 24 00:05:57 UTC 2015


Author: sunpoet
Date: Sun May 24 00:05:56 2015
New Revision: 387213
URL: https://svnweb.freebsd.org/changeset/ports/387213

Log:
  - Add LICENSE
  - Remove USE_RAKE
  - Update WWW

Modified:
  head/textproc/rubygem-colored/Makefile
  head/textproc/rubygem-colored/pkg-descr

Modified: head/textproc/rubygem-colored/Makefile
==============================================================================
--- head/textproc/rubygem-colored/Makefile	Sun May 24 00:05:52 2015	(r387212)
+++ head/textproc/rubygem-colored/Makefile	Sun May 24 00:05:56 2015	(r387213)
@@ -9,9 +9,10 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Colorize text on the console
 
+LICENSE=	MIT
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
-USE_RAKE=	yes
 RUBYGEM_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/textproc/rubygem-colored/pkg-descr
==============================================================================
--- head/textproc/rubygem-colored/pkg-descr	Sun May 24 00:05:52 2015	(r387212)
+++ head/textproc/rubygem-colored/pkg-descr	Sun May 24 00:05:56 2015	(r387213)
@@ -1,3 +1,3 @@
 Colorizes text output to the console.
 
-WWW: https://rubygems.org/gems/colored
+WWW: https://github.com/defunkt/colored


More information about the svn-ports-all mailing list