summaryrefslogtreecommitdiff
path: root/databases/redis/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny>2015-04-13 11:33:35 +0000
committerfhajny <fhajny>2015-04-13 11:33:35 +0000
commit07f97fca06537cdb6a2a29b3109bfe43308775d5 (patch)
treede99814276ea3f341ffef55ab34635d15cc1f5c2 /databases/redis/Makefile
parent21711d2c4bc8141df4d02ab6ef1dd87703e7cb11 (diff)
downloadpkgsrc-07f97fca06537cdb6a2a29b3109bfe43308775d5.tar.gz
Update redis to 3.0.0.
--[ Redis 3.0.0 ] Release date: 1 Apr 2015 >> What's new in Redis 3.0 compared to Redis 2.8? * Redis Cluster: a distributed implementation of a subset of Redis. * New "embedded string" object encoding resulting in less cache misses. Big speed gain under certain work loads. * AOF child -> parent final data transmission to minimize latency due to "last write" during AOF rewrites. * Much improved LRU approximation algorithm for keys eviction. * WAIT command to block waiting for a write to be transmitted to the specified number of slaves. * MIGRATE connection caching. Much faster keys migraitons. * MIGARTE new options COPY and REPLACE. * CLIENT PAUSE command: stop processing client requests for a specified amount of time. * BITCOUNT performance improvements. * CONFIG SET accepts memory values in different units (for example you can use "CONFIG SET maxmemory 1gb"). * Redis log format slightly changed reporting in each line the role of the instance (master/slave) or if it's a saving child log. * INCR performance improvements. >> Refactoring changes (no new features nor bug fixes) * Blocking operations full refactoring (blocked.c) * Client output buffer memory tracking refactored. See full release notes for 3.0.0: https://raw.githubusercontent.com/antirez/redis/3.0/00-RELEASENOTES
Diffstat (limited to 'databases/redis/Makefile')
-rw-r--r--databases/redis/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile
index 74d964438cb..0fdaf5bec96 100644
--- a/databases/redis/Makefile
+++ b/databases/redis/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2015/03/12 14:10:28 tnn Exp $
+# $NetBSD: Makefile,v 1.13 2015/04/13 11:33:35 fhajny Exp $
-DISTNAME= redis-2.8.18
+DISTNAME= redis-3.0.0
CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/
@@ -46,7 +46,7 @@ FILES_SUBST+= REDIS_GROUP=${REDIS_GROUP}
FILES_SUBST+= REDIS_DATADIR=${REDIS_DATADIR}
SUBST_CLASSES+= fix-paths
-SUBST_STAGE.fix-paths= post-patch
+SUBST_STAGE.fix-paths= pre-configure
SUBST_MESSAGE.fix-paths= Fixing paths.
SUBST_FILES.fix-paths= redis.conf
SUBST_VARS.fix-paths= REDIS_DATADIR REDIS_LOGDIR REDIS_PIDDIR