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

Koichiro Iwao meta at FreeBSD.org
Mon Sep 30 04:47:53 UTC 2019


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 at 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}
 


More information about the svn-ports-all mailing list