Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 2015 20:14:52 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384519 - head/lang/chicken
Message-ID:  <201504222014.t3MKEqZt093107@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Wed Apr 22 20:14:51 2015
New Revision: 384519
URL: https://svnweb.freebsd.org/changeset/ports/384519

Log:
  - Remove LICENSE
  
    Chicken's LICENSE file says that it's actually a mixture of BSD3 files,
    files under a BSD3 lookalike with additional clause about academic
    research, custom permissive license files, public domain files, and even
    a few GPL2+ files in the test suite. It is the maintainer's opinion that
    a blanked BSD3CLAUSE is misleading.
  
  Reported by:	maintainer (via private email)

Modified:
  head/lang/chicken/Makefile

Modified: head/lang/chicken/Makefile
==============================================================================
--- head/lang/chicken/Makefile	Wed Apr 22 20:11:53 2015	(r384518)
+++ head/lang/chicken/Makefile	Wed Apr 22 20:14:51 2015	(r384519)
@@ -10,8 +10,6 @@ MASTER_SITES=	http://code.call-cc.org/re
 MAINTAINER=	vmagerya@gmail.com
 COMMENT=	Scheme-to-C compiler
 
-LICENSE=	BSD3CLAUSE
-
 USES=		gmake
 MAKEFILE=	GNUmakefile
 USE_LDCONFIG=	yes



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