Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2012 21:29:51 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304932 - head/lang/lua
Message-ID:  <201209262129.q8QLTpnH096169@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Wed Sep 26 21:29:50 2012
New Revision: 304932
URL: http://svn.freebsd.org/changeset/ports/304932

Log:
  Set LICENSE=MIT per <http://www.lua.org/license.html>;

Modified:
  head/lang/lua/Makefile   (contents, props changed)

Modified: head/lang/lua/Makefile
==============================================================================
--- head/lang/lua/Makefile	Wed Sep 26 21:28:26 2012	(r304931)
+++ head/lang/lua/Makefile	Wed Sep 26 21:29:50 2012	(r304932)
@@ -16,6 +16,8 @@ MASTER_SITES=	http://www.lua.org/ftp/ \
 MAINTAINER=	lua@FreeBSD.org
 COMMENT=	Small, compilable scripting language providing easy access to C code
 
+LICENSE=	MIT
+
 PATCH_WRKSRC=	${WRKSRC}/src
 USE_LUA=	5.1
 LUA_COMPS=	# only define variables



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