git: ce247ed7d217 - main - converters/lua-json: Cosmetic change

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 18 07:09:42 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ce247ed7d2177f8579d579fe9894d6e3ca774bc6

commit ce247ed7d2177f8579d579fe9894d6e3ca774bc6
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-18 04:58:46 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-04-18 05:42:19 +0000

    converters/lua-json: Cosmetic change
---
 converters/lua-json/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/converters/lua-json/Makefile b/converters/lua-json/Makefile
index e8a2aabe934f..991ab876e5be 100644
--- a/converters/lua-json/Makefile
+++ b/converters/lua-json/Makefile
@@ -11,12 +11,13 @@ COMMENT=	JSON parser/creator for Lua
 
 RUN_DEPENDS=	${LUA_PKGNAMEPREFIX}lpeg>=0.8.1:devel/lua-lpeg@${LUA_FLAVOR}
 
+USES=		lua:run,module
+
 MAKE_ARGS=	INSTALL_CMOD=${LUA_MODLIBDIR} INSTALL_LMOD=${LUA_MODSHAREDIR}
 NO_ARCH=	yes
-USES=		lua:run,module
 
 GH_ACCOUNT=	harningt
-GH_PROJECT=	lua${PORTNAME}
+GH_PROJECT=	luajson
 USE_GITHUB=	yes
 
 .include <bsd.port.mk>


More information about the dev-commits-ports-all mailing list