aboutsummaryrefslogtreecommitdiff
path: root/databases/redis-devel
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2013-12-11 16:55:27 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2013-12-11 16:55:27 +0000
commit675a768c7827750e7f84ad859c981f781f85b2af (patch)
treecb105aeed8a2cf50d1657941dc03a6c6a3cb3fde /databases/redis-devel
parent389aa957eed9ff10d206ae96b37d9f1cfd36cd5a (diff)
downloadports-675a768c7827750e7f84ad859c981f781f85b2af.tar.gz
ports-675a768c7827750e7f84ad859c981f781f85b2af.zip
Upgrade from 2.8.2 to 2.8.3.
Use modern name for dependent libraries. <ChangeLog> # UPGRADE URGENCY: MODERATE for Redis, HIGH for Sentinel. * [FIX] Sentinel instance role sampling fixed, the system is now more reliable during failover and when reconfiguring instances with non matching configuration. * [FIX] Inline requests are now handled even when terminated with just LF. * [FIX] Replication timeout handling greatly improved, now the slave is able to ping the master while removing the old data from memory, and while loading the new RDB file. This avoid false timeouts sensed by masters. * [FIX] Fixed a replication bug involving 32 bit instances and big datasets hard to compress that resulted into more than 2GB of RDB file sent. * [FIX] Return error for inline requests with unbalanced quotes. * [FIX] Publish the slave replication offset even when disconnected from the master if there is still a cached master instance. </ChangeLog>
Notes
Notes: svn path=/head/; revision=336182
Diffstat (limited to 'databases/redis-devel')
-rw-r--r--databases/redis-devel/Makefile6
-rw-r--r--databases/redis-devel/distinfo4
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile
index ec056aa733e4..43e59537321a 100644
--- a/databases/redis-devel/Makefile
+++ b/databases/redis-devel/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= redis
-DISTVERSION= 2.8.2
+DISTVERSION= 2.8.3
CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/
PKGNAMESUFFIX= -devel
@@ -12,7 +12,7 @@ COMMENT= A persistent key-value database with built-in net interface
LICENSE= BSD
-LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo
+LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo
OPTIONS_DEFINE= TESTS
OPTIONS_RADIO= EXTLUA
@@ -32,7 +32,7 @@ LDFLAGS+= -Wl,-E
.endif
.if ${PORT_OPTIONS:MLUAJIT}
-LIB_DEPENDS+= luajit-5.1:${PORTSDIR}/lang/luajit
+LIB_DEPENDS+= libluajit-5.1.so:${PORTSDIR}/lang/luajit
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-src-Makefile.luajit
CFLAGS+= -fPIC
LDFLAGS+= -Wl,-E
diff --git a/databases/redis-devel/distinfo b/databases/redis-devel/distinfo
index 47f486035154..fc261103c4c4 100644
--- a/databases/redis-devel/distinfo
+++ b/databases/redis-devel/distinfo
@@ -1,2 +1,2 @@
-SHA256 (redis-2.8.2.tar.gz) = 8e46ab9916e308210255e33465f8021c6ebb1ff3f545cff141e36a9a10edaec7
-SIZE (redis-2.8.2.tar.gz) = 1045137
+SHA256 (redis-2.8.3.tar.gz) = c0aa8065c230f9df1b77d1dd1e8840655e7846e23fe23f8e339d6246aec3e63f
+SIZE (redis-2.8.3.tar.gz) = 1046106