From owner-svn-ports-all@freebsd.org Mon Sep 30 01:11:46 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C3B9E12F2E0; Mon, 30 Sep 2019 01:11:46 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46hPW64lPlz49Mt; Mon, 30 Sep 2019 01:11:46 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from icepick.vmeta.jp (unknown [IPv6:2405:6586:2280:1200:8c24:76bc:7b98:cf0e]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: meta/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4731F18B78; Mon, 30 Sep 2019 01:11:45 +0000 (UTC) (envelope-from meta@FreeBSD.org) Date: Mon, 30 Sep 2019 10:11:42 +0900 From: Koichiro Iwao To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r513278 - head/devel/lua-cjson Message-ID: <20190930011141.uww5wfz5xjewcfj2@icepick.vmeta.jp> References: <201909300110.x8U1ADKw079142@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201909300110.x8U1ADKw079142@repo.freebsd.org> X-Operating-System: FreeBSD 12.1-PRERELEASE amd64 User-Agent: NeoMutt/20180716 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Sep 2019 01:11:46 -0000 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@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