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

Po-Chuan Hsieh sunpoet at sunpoet.net
Mon Sep 30 04:16:10 UTC 2019


On Mon, Sep 30, 2019 at 9:10 AM Koichiro Iwao <meta at freebsd.org> 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
>

?= for COMMENT and USES is required for the slave port, devel/lua51-cjson.
Please revert it.
Thanks.

% make -C /usr/ports/devel/lua51-cjson -V USES
lua


>  MAKE_ARGS=     LUA_VERSION=${LUA_VER}
>
> _______________________________________________
> svn-ports-all at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
>


More information about the svn-ports-all mailing list