svn commit: r528674 - head/databases/redis
Sergey A. Osokin
osa at FreeBSD.org
Wed Mar 18 23:02:00 UTC 2020
Author: osa
Date: Wed Mar 18 23:01:59 2020
New Revision: 528674
URL: https://svnweb.freebsd.org/changeset/ports/528674
Log:
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.
Modified:
head/databases/redis/Makefile
head/databases/redis/distinfo
Modified: head/databases/redis/Makefile
==============================================================================
--- head/databases/redis/Makefile Wed Mar 18 22:40:40 2020 (r528673)
+++ head/databases/redis/Makefile Wed Mar 18 23:01:59 2020 (r528674)
@@ -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 buil
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>
@@ -106,9 +105,6 @@ post-patch:
.endif
.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:
Modified: head/databases/redis/distinfo
==============================================================================
--- head/databases/redis/distinfo Wed Mar 18 22:40:40 2020 (r528673)
+++ head/databases/redis/distinfo Wed Mar 18 23:01:59 2020 (r528674)
@@ -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
More information about the svn-ports-all
mailing list