svn commit: r353267 - head/textproc/rubygem-redcarpet

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu May 8 04:33:44 UTC 2014


Author: sunpoet
Date: Thu May  8 04:33:44 2014
New Revision: 353267
URL: http://svnweb.freebsd.org/changeset/ports/353267
QAT: https://qat.redports.org/buildarchive/r353267/

Log:
  - Add LICENSE
  - Remove leading indefinite article from COMMENT

Modified:
  head/textproc/rubygem-redcarpet/Makefile

Modified: head/textproc/rubygem-redcarpet/Makefile
==============================================================================
--- head/textproc/rubygem-redcarpet/Makefile	Thu May  8 04:29:24 2014	(r353266)
+++ head/textproc/rubygem-redcarpet/Makefile	Thu May  8 04:33:44 2014	(r353267)
@@ -7,13 +7,15 @@ CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby at FreeBSD.org
-COMMENT=	A fast, safe and extensible Markdown to (X)HTML parser
+COMMENT=	Fast, safe and extensible Markdown to (X)HTML parser
+
+LICENSE=	MIT
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 USE_RAKE=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-PLIST_FILES+=	bin/redcarpet
+PLIST_FILES=	bin/redcarpet
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list