diff options
Diffstat (limited to 'lang/luajit-openresty/Makefile')
-rw-r--r-- | lang/luajit-openresty/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/luajit-openresty/Makefile b/lang/luajit-openresty/Makefile index 398cacbbd456..48f2124b4c51 100644 --- a/lang/luajit-openresty/Makefile +++ b/lang/luajit-openresty/Makefile @@ -1,6 +1,6 @@ PORTNAME= luajit DISTVERSIONPREFIX= v -DISTVERSION= 2.1-20250117 +DISTVERSION= 2.1-20250529 CATEGORIES= lang PKGNAMESUFFIX= -openresty @@ -18,7 +18,7 @@ IGNORE_riscv64= fails to compile: lj_arch.h:73:2: No support for this architect USES= cpe gmake -CONFLICTS_INSTALL= luajit luajit-devel +CONFLICTS_INSTALL= luajit USE_LDCONFIG= yes MAKE_ARGS= CC=${CC} Q= @@ -28,7 +28,7 @@ GH_ACCOUNT= openresty GH_PROJECT= luajit2 LUAJIT_VERSION= 2.1 -LUAJIT_SOVERSION= 2.1.1737090214 +LUAJIT_SOVERSION= 2.1.1748495995 PLIST_SUB+= VERSION=${LUAJIT_VERSION} SOVERSION=${LUAJIT_SOVERSION} |