svn commit: r338243 - head/textproc/rubygem-coderay

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Dec 31 06:58:49 UTC 2013


Author: sunpoet
Date: Tue Dec 31 06:58:47 2013
New Revision: 338243
URL: http://svnweb.freebsd.org/changeset/ports/338243

Log:
  - Fix LICENSE

Modified:
  head/textproc/rubygem-coderay/Makefile

Modified: head/textproc/rubygem-coderay/Makefile
==============================================================================
--- head/textproc/rubygem-coderay/Makefile	Tue Dec 31 06:58:42 2013	(r338242)
+++ head/textproc/rubygem-coderay/Makefile	Tue Dec 31 06:58:47 2013	(r338243)
@@ -9,11 +9,12 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Fast and easy syntax highlighting for selected languages
 
-LICENSE=	LGPL21
+LICENSE=	MIT
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+
 PLIST_FILES=	bin/coderay
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list