svn commit: r384519 - head/lang/chicken
Pietro Cerutti
gahr at FreeBSD.org
Wed Apr 22 20:14:52 UTC 2015
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 at gmail.com
COMMENT= Scheme-to-C compiler
-LICENSE= BSD3CLAUSE
-
USES= gmake
MAKEFILE= GNUmakefile
USE_LDCONFIG= yes
More information about the svn-ports-head
mailing list