Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Oct 2021 01:51:29 GMT
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bcb49d5ed312 - main - databases/redis-devel: update to the recent commit
Message-ID:  <202110200151.19K1pTDp032498@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by osa:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bcb49d5ed312f0a2e6b514a89cbfef23a159b054

commit bcb49d5ed312f0a2e6b514a89cbfef23a159b054
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2021-10-20 01:51:06 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2021-10-20 01:51:22 +0000

    databases/redis-devel: update to the recent commit
---
 databases/redis-devel/Makefile                  | 4 ++--
 databases/redis-devel/distinfo                  | 6 +++---
 databases/redis-devel/files/patch-deps_Makefile | 8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile
index 7bc426e0618a..49bcb091ae4e 100644
--- a/databases/redis-devel/Makefile
+++ b/databases/redis-devel/Makefile
@@ -1,7 +1,7 @@
 # Created by: Sergey Skvortsov <skv@protey.ru>
 
 PORTNAME=	redis
-PORTVERSION=	7.0.0.20211005
+PORTVERSION=	7.0.0.20211019
 CATEGORIES=	databases
 PKGNAMESUFFIX=	-devel
 
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USES+=		compiler:c11 cpe gmake
 CPE_VENDOR=	redislabs
 USE_GITHUB=	yes
-GH_TUPLE=	redis:redis:897c7bd
+GH_TUPLE=	redis:redis:4962c55
 
 OPTIONS_DEFINE=	JEMALLOC TESTS TLS TRIB
 OPTIONS_RADIO=	EXTLUA
diff --git a/databases/redis-devel/distinfo b/databases/redis-devel/distinfo
index e63f07fb6607..da3fe6da0ee1 100644
--- a/databases/redis-devel/distinfo
+++ b/databases/redis-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1633459487
-SHA256 (redis-redis-7.0.0.20211005-897c7bd_GH0.tar.gz) = 5862e6adce7bf22d2c2c75e64dd355135bc03ed3496cae1a006b6a36771f6ddb
-SIZE (redis-redis-7.0.0.20211005-897c7bd_GH0.tar.gz) = 2579636
+TIMESTAMP = 1634694176
+SHA256 (redis-redis-7.0.0.20211019-4962c55_GH0.tar.gz) = 8f6de75809cd55f3e87600c7098762d304ec2e1ca411db91c5df5206a81ecd94
+SIZE (redis-redis-7.0.0.20211019-4962c55_GH0.tar.gz) = 2639422
diff --git a/databases/redis-devel/files/patch-deps_Makefile b/databases/redis-devel/files/patch-deps_Makefile
index 39dadb06b822..bdcd035ec6d7 100644
--- a/databases/redis-devel/files/patch-deps_Makefile
+++ b/databases/redis-devel/files/patch-deps_Makefile
@@ -1,5 +1,5 @@
---- deps/Makefile.orig	2021-01-13 11:43:05.174197000 -0500
-+++ deps/Makefile	2021-01-13 11:44:13.744658000 -0500
+--- deps/Makefile.orig	2021-10-19 21:44:53.819624000 -0400
++++ deps/Makefile	2021-10-19 21:47:42.727500000 -0400
 @@ -83,12 +83,12 @@
  
  .PHONY: lua
@@ -10,9 +10,9 @@
  
  jemalloc: .make-prerequisites
  	@printf '%b %b\n' $(MAKECOLOR)MAKE$(ENDCOLOR) $(BINCOLOR)$@$(ENDCOLOR)
--	cd jemalloc && ./configure --with-version=5.1.0-0-g0 --with-lg-quantum=3 --with-jemalloc-prefix=je_ CFLAGS="$(JEMALLOC_CFLAGS)" LDFLAGS="$(JEMALLOC_LDFLAGS)"
+-	cd jemalloc && ./configure --with-version=5.2.1-0-g0 --with-lg-quantum=3 --with-jemalloc-prefix=je_ CFLAGS="$(JEMALLOC_CFLAGS)" LDFLAGS="$(JEMALLOC_LDFLAGS)"
 -	cd jemalloc && $(MAKE) CFLAGS="$(JEMALLOC_CFLAGS)" LDFLAGS="$(JEMALLOC_LDFLAGS)" lib/libjemalloc.a
-+	cd jemalloc && ./configure --with-version=5.1.0-0-g0 --with-lg-quantum=3 --with-jemalloc-prefix=je_ CFLAGS="$(JEMALLOC_CFLAGS)" CXXFLAGS="$(JEMALLOC_CFLAGS)" LDFLAGS="$(JEMALLOC_LDFLAGS)"
++	cd jemalloc && ./configure --with-version=5.2.1-0-g0 --with-lg-quantum=3 --with-jemalloc-prefix=je_ CFLAGS="$(JEMALLOC_CFLAGS)" CXXFLAGS="$(JEMALLOC_CFLAGS)" LDFLAGS="$(JEMALLOC_LDFLAGS)"
 +	cd jemalloc && $(MAKE) CFLAGS="$(JEMALLOC_CFLAGS)" CXXFLAGS="$(JEMALLOC_CFLAGS)" LDFLAGS="$(JEMALLOC_LDFLAGS)" lib/libjemalloc.a
  
  .PHONY: jemalloc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110200151.19K1pTDp032498>