Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2019 04:47:52 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513316 - head/devel/lua-cjson
Message-ID:  <201909300447.x8U4lqkp013514@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: meta
Date: Mon Sep 30 04:47:52 2019
New Revision: 513316
URL: https://svnweb.freebsd.org/changeset/ports/513316

Log:
  devel/lua-cjson: Revert ?= for USES and COMMENT
  
  as they're required for the slave ports.
  
  PR:		239989
  Reported by:	sunpoet

Modified:
  head/devel/lua-cjson/Makefile

Modified: head/devel/lua-cjson/Makefile
==============================================================================
--- head/devel/lua-cjson/Makefile	Mon Sep 30 04:44:53 2019	(r513315)
+++ head/devel/lua-cjson/Makefile	Mon Sep 30 04:47:52 2019	(r513316)
@@ -9,11 +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
 
 LICENSE=	MIT
 
-USES=		lua
+USES?=		lua
 
 MAKE_ARGS=	LUA_VERSION=${LUA_VER}
 



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