svn commit: r513278 - head/devel/lua-cjson

Koichiro Iwao meta at FreeBSD.org
Mon Sep 30 01:11:46 UTC 2019


Forgot to include PR number ref to this:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239989

On Mon, Sep 30, 2019 at 01:10:13AM +0000, Koichiro Iwao wrote:
> Author: meta
> Date: Mon Sep 30 01:10:12 2019
> New Revision: 513278
> URL: https://svnweb.freebsd.org/changeset/ports/513278
> 
> Log:
>   devel/lua-cjson: Add LICENSE
>   
>   Approved by:	portmgr (maintainer timeout: 1 month, blanket: ports compliance)
> 
> Modified:
>   head/devel/lua-cjson/Makefile
> 
> Modified: head/devel/lua-cjson/Makefile
> ==============================================================================
> --- head/devel/lua-cjson/Makefile	Mon Sep 30 01:02:30 2019	(r513277)
> +++ head/devel/lua-cjson/Makefile	Mon Sep 30 01:10:12 2019	(r513278)
> @@ -9,9 +9,11 @@ PKGNAMEPREFIX=	${LUA_PKGNAMEPREFIX}
>  DISTNAME=	lua-cjson-${PORTVERSION}
>  
>  MAINTAINER=	osa at FreeBSD.org
> -COMMENT?=	Fast JSON parsing and encoding support for Lua
> +COMMENT=	Fast JSON parsing and encoding support for Lua
>  
> -USES?=		lua
> +LICENSE=	MIT
> +
> +USES=		lua
>  
>  MAKE_ARGS=	LUA_VERSION=${LUA_VER}
>  

-- 
meta <meta at FreeBSD.org>


More information about the svn-ports-all mailing list