Update from 5.0.7 to 5.0.8.

While I'm here merge r519240, it fixes build on GCC
architectures and also removes base GCC workaround.
This commit is contained in:
Sergey A. Osokin 2020-03-18 23:01:59 +00:00
parent 5e3d333548
commit 2d19a18124
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528674
2 changed files with 5 additions and 9 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= redis
PORTVERSION= 5.0.7
PORTREVISION= 2
PORTVERSION= 5.0.8
CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/
@ -24,7 +23,7 @@ LUAJITOR_DESC= Use lang/luajit-openjit instead of builtin lua
TESTS_DESC= Install lang/tcl for redis unit tests
TRIB_DESC= Install redis-trib.rb (lang/ruby req.)
USES+= compiler gmake
USES+= compiler:c11 gmake
MAKE_ENV= "V=yo"
.include <bsd.port.options.mk>
@ -107,9 +106,6 @@ post-patch:
.if ${PORT_OPTIONS:MLUA} || ${PORT_OPTIONS:MLUAJIT} || ${PORT_OPTIONS:MLUAJITOR}
@cd ${WRKSRC}/deps/lua/src && ${CP} fpconv.* lua_* strbuf.* ${WRKSRC}/src/
.endif
.if ${CHOSEN_COMPILER_TYPE} == gcc && ${COMPILER_VERSION} <= 42
${REINPLACE_CMD} -e '/pragma/d' ${WRKSRC}/src/lzf_d.c
.endif
post-build:
${SED} ${SUB_LIST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1574364661
SHA256 (redis-5.0.7.tar.gz) = 61db74eabf6801f057fd24b590232f2f337d422280fd19486eca03be87d3a82b
SIZE (redis-5.0.7.tar.gz) = 1984203
TIMESTAMP = 1584570614
SHA256 (redis-5.0.8.tar.gz) = f3c7eac42f433326a8d981b50dba0169fdfaf46abb23fcda2f933a7552ee4ed7
SIZE (redis-5.0.8.tar.gz) = 1985757