svn commit: r387211 - head/textproc/rubygem-colorator

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


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

Log:
  - Add LICENSE
  - Remove USES=python
  - Bump PORTREVISION for dependency change

Modified:
  head/textproc/rubygem-colorator/Makefile

Modified: head/textproc/rubygem-colorator/Makefile
==============================================================================
--- head/textproc/rubygem-colorator/Makefile	Sun May 24 00:05:42 2015	(r387210)
+++ head/textproc/rubygem-colorator/Makefile	Sun May 24 00:05:47 2015	(r387211)
@@ -3,13 +3,15 @@
 
 PORTNAME=	colorator
 PORTVERSION=	0.1
+PORTREVISION=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Colorize your text in a terminal with a simple API
 
-USES=		python
+LICENSE=	MIT
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes


More information about the svn-ports-head mailing list