Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Dec 2014 20:36:02 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374147 - head/lang/scheme48
Message-ID:  <201412062036.sB6Ka2E7019838@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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]*
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412062036.sB6Ka2E7019838>