From nobody Wed Oct 20 01:51:29 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id C424A18003C5; Wed, 20 Oct 2021 01:51:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HYtrK2nZzz4VNZ; Wed, 20 Oct 2021 01:51:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3DD0C1EF8A; Wed, 20 Oct 2021 01:51:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19K1pTmH032499; Wed, 20 Oct 2021 01:51:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19K1pTDp032498; Wed, 20 Oct 2021 01:51:29 GMT (envelope-from git) Date: Wed, 20 Oct 2021 01:51:29 GMT Message-Id: <202110200151.19K1pTDp032498@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Sergey A. Osokin" Subject: git: bcb49d5ed312 - main - databases/redis-devel: update to the recent commit List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: osa X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: bcb49d5ed312f0a2e6b514a89cbfef23a159b054 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by osa: URL: https://cgit.FreeBSD.org/ports/commit/?id=bcb49d5ed312f0a2e6b514a89cbfef23a159b054 commit bcb49d5ed312f0a2e6b514a89cbfef23a159b054 Author: Sergey A. Osokin AuthorDate: 2021-10-20 01:51:06 +0000 Commit: Sergey A. Osokin 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 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