mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
Update to the recent commit.
Also, introduce another dependency records for two different versions of luajit in the ports tree, cause otherwise the port has a library dependency issue because those libraries have the same numbers.
This commit is contained in:
parent
b714c5a8d5
commit
294c24ad82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520300
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= redis
|
||||
PORTVERSION= 6.0.0.20191212
|
||||
PORTVERSION= 6.0.0.20191216
|
||||
CATEGORIES= databases
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE
|
||||
|
||||
USES+= compiler:c11 gmake
|
||||
USE_GITHUB= yes
|
||||
GH_TUPLE= antirez:${PORTNAME}:ba28738
|
||||
GH_TUPLE= antirez:${PORTNAME}:e9b99c7
|
||||
|
||||
OPTIONS_DEFINE= JEMALLOC TESTS TRIB
|
||||
OPTIONS_RADIO= EXTLUA
|
||||
@ -53,11 +53,13 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-src-Makefile.lua
|
||||
|
||||
.if ${PORT_OPTIONS:MLUAJIT}
|
||||
LIB_DEPENDS+= libluajit-5.1.so:lang/luajit
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/include/luajit-2.0/lua.h:lang/luajit
|
||||
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-src-Makefile.luajit
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MLUAJITOR}
|
||||
LIB_DEPENDS+= libluajit-5.1.so:lang/luajit-openresty
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/include/luajit-2.1/lua.h:lang/luajit-openresty
|
||||
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-src-Makefile.luajit-or \
|
||||
${PATCHDIR}/extra-patch-deps_lua_src_lua__cjson.c
|
||||
.endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1576182396
|
||||
SHA256 (antirez-redis-6.0.0.20191212-ba28738_GH0.tar.gz) = 25faa28aac0c2ca3f49663e3cbe12e1af0b2ef39a55cd6135e360f664feb4dde
|
||||
SIZE (antirez-redis-6.0.0.20191212-ba28738_GH0.tar.gz) = 2162666
|
||||
TIMESTAMP = 1576544443
|
||||
SHA256 (antirez-redis-6.0.0.20191216-e9b99c7_GH0.tar.gz) = 6d1ce9df05db17e4b0ff1e3307fdef6130a670a389acf01f018568ebd505f725
|
||||
SIZE (antirez-redis-6.0.0.20191216-e9b99c7_GH0.tar.gz) = 2162752
|
||||
|
Loading…
Reference in New Issue
Block a user