mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
* Disable tests as they require a redis-server Changelog: https://github.com/redis/hiredis/compare/v1.0.2...7ab6b82 PR: 277927 Approved by: portmgr (maintainer timeout, 2+ weeks)
11 lines
378 B
C
11 lines
378 B
C
--- hiredis.h.orig 2024-03-24 16:33:25 UTC
|
|
+++ hiredis.h
|
|
@@ -48,7 +48,7 @@ typedef long long ssize_t;
|
|
#define HIREDIS_MAJOR 1
|
|
#define HIREDIS_MINOR 2
|
|
#define HIREDIS_PATCH 0
|
|
-#define HIREDIS_SONAME 1.2.1-dev
|
|
+#define HIREDIS_SONAME 1.2.1
|
|
|
|
/* Connection type can be blocking or non-blocking and is set in the
|
|
* least significant bit of the flags field in redisContext. */
|