git: 7b22ba2f4100 - main - net/luasocket: Fix unix socket name by adding correct PLAT definition
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Mar 2023 19:35:30 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7b22ba2f41006419913adfab9cb4e47f27e96df1 commit 7b22ba2f41006419913adfab9cb4e47f27e96df1 Author: Hugh Daschbach <hugh@ccss.com> AuthorDate: 2023-03-21 18:57:04 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-03-21 19:22:36 +0000 net/luasocket: Fix unix socket name by adding correct PLAT definition - Bump PORTREVISION for package change PR: 268968 --- net/luasocket/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/luasocket/Makefile b/net/luasocket/Makefile index f5aa6661eee8..70809d5287ba 100644 --- a/net/luasocket/Makefile +++ b/net/luasocket/Makefile @@ -1,6 +1,7 @@ PORTNAME= luasocket PORTVERSION= 3.1.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} @@ -17,7 +18,7 @@ USES= gmake lua:module pkgconfig CFLAGS+= -DLUA_COMPAT_APIINTCASTS `pkgconf --cflags lua-${LUA_VER}` INSTALL_TARGET= install-unix LDFLAGS+= -shared `pkgconf --libs lua-${LUA_VER}` -MAKE_ARGS= LUAV=${LUA_VER} +MAKE_ARGS= LUAV=${LUA_VER} PLAT=freebsd MAKEFILE= makefile USE_GITHUB= yes