svn commit: r374147 - head/lang/scheme48
Mark Felder
feld at FreeBSD.org
Sat Dec 6 20:36:02 UTC 2014
Author: feld
Date: Sat Dec 6 20:36:01 2014
New Revision: 374147
URL: https://svnweb.freebsd.org/changeset/ports/374147
QAT: https://qat.redports.org/buildarchive/r374147/
Log:
Update BSD license
Fix COMMENT to appease portlint
Modified:
head/lang/scheme48/Makefile
Modified: head/lang/scheme48/Makefile
==============================================================================
--- head/lang/scheme48/Makefile Sat Dec 6 20:35:24 2014 (r374146)
+++ head/lang/scheme48/Makefile Sat Dec 6 20:36:01 2014 (r374147)
@@ -7,9 +7,10 @@ CATEGORIES= lang scheme
MASTER_SITES= http://www.s48.org/${PORTVERSION}/
MAINTAINER= lichray at gmail.com
-COMMENT= The Scheme Underground's implementation of R5RS
+COMMENT= Scheme Underground's implementation of R5RS
-LICENSE= BSD
+LICENSE= BSD3CLAUSE MIT
+LICENSE_COMB= multi
CONFLICTS= scsh-[0-9]*
More information about the svn-ports-all
mailing list