git: 7b4ff6f53b10 - main - databases/redis-devel: Update to latest snapshot
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Aug 2023 01:19:01 UTC
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=7b4ff6f53b10dd1d01c08403b3e46196c3e19490 commit 7b4ff6f53b10dd1d01c08403b3e46196c3e19490 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2023-08-01 01:15:23 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2023-08-01 01:18:21 +0000 databases/redis-devel: Update to latest snapshot Changes: https://github.com/redis/redis/compare/936cfa464...6abb3c403 --- databases/redis-devel/Makefile | 4 ++-- databases/redis-devel/distinfo | 6 +++--- databases/redis-devel/files/patch-deps-hiredis-Makefile | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile index db38a057f546..97715e870680 100644 --- a/databases/redis-devel/Makefile +++ b/databases/redis-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= redis -DISTVERSION= 7.0.12.20230710 +DISTVERSION= 7.0.12.20230730 CATEGORIES= databases PKGNAMESUFFIX= -devel @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES+= compiler:c11 cpe gmake CPE_VENDOR= redislabs USE_GITHUB= yes -GH_TAGNAME= 936cfa464 +GH_TAGNAME= 6abb3c403 MAKE_ENV= OPTIMIZATION= \ V=yo diff --git a/databases/redis-devel/distinfo b/databases/redis-devel/distinfo index 72a8f9136592..f19de8f5ace3 100644 --- a/databases/redis-devel/distinfo +++ b/databases/redis-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689004751 -SHA256 (redis-redis-7.0.12.20230710-936cfa464_GH0.tar.gz) = ec2ebb2f441289e1dab765be59472adf8a017e18bc578a7b93d3aa15ee996aba -SIZE (redis-redis-7.0.12.20230710-936cfa464_GH0.tar.gz) = 3412533 +TIMESTAMP = 1690851667 +SHA256 (redis-redis-7.0.12.20230730-6abb3c403_GH0.tar.gz) = a58a85d3fd3bc3ad141663c2a6aa739caaf4cbadd95c4aa849f088df73f3d1f0 +SIZE (redis-redis-7.0.12.20230730-6abb3c403_GH0.tar.gz) = 3413738 diff --git a/databases/redis-devel/files/patch-deps-hiredis-Makefile b/databases/redis-devel/files/patch-deps-hiredis-Makefile index ef26b1c71b74..a2789076673c 100644 --- a/databases/redis-devel/files/patch-deps-hiredis-Makefile +++ b/databases/redis-devel/files/patch-deps-hiredis-Makefile @@ -1,4 +1,4 @@ ---- deps/hiredis/Makefile.orig 2023-06-29 16:32:01 UTC +--- deps/hiredis/Makefile.orig 2023-07-30 05:48:29 UTC +++ deps/hiredis/Makefile @@ -15,7 +15,7 @@ HIREDIS_PATCH=$(shell grep HIREDIS_PATCH hiredis.h | a HIREDIS_SONAME=$(shell grep HIREDIS_SONAME hiredis.h | awk '{print $$3}') @@ -14,7 +14,7 @@ CC:=$(shell sh -c 'type $${CC%% *} >/dev/null 2>/dev/null && echo $(CC) || echo gcc') CXX:=$(shell sh -c 'type $${CXX%% *} >/dev/null 2>/dev/null && echo $(CXX) || echo g++') -OPTIMIZATION?=-O3 - WARNINGS=-Wall -W -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers + WARNINGS=-Wall -Wextra -Werror -Wstrict-prototypes -Wwrite-strings -Wno-missing-field-initializers -DEBUG_FLAGS?= -g -ggdb -REAL_CFLAGS=$(OPTIMIZATION) -fPIC $(CPPFLAGS) $(CFLAGS) $(WARNINGS) $(DEBUG_FLAGS) $(PLATFORM_FLAGS) +REAL_CFLAGS=$(OPTIMIZATION) -fPIC $(CFLAGS) $(WARNINGS) $(DEBUG_FLAGS) $(PLATFORM_FLAGS)