net/luasocket: Fix unix socket name by adding correct PLAT definition

- Bump PORTREVISION for package change

PR:		268968
This commit is contained in:
Hugh Daschbach 2023-03-22 02:57:04 +08:00 committed by Po-Chuan Hsieh
parent 1107a3cf15
commit 7b22ba2f41
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -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