aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2014-02-18 06:19:02 +0800
committerosa <osa@FreeBSD.org>2014-02-18 06:19:02 +0800
commitf4157b10a2928a0192e44a0590e277c6b0269cde (patch)
tree0b195f10262e4c61f7e31a027d70e59ff7db9508
parent3e0daa396378cab64e230b6b42e4537c839e2782 (diff)
downloadfreebsd-ports-gnome-f4157b10a2928a0192e44a0590e277c6b0269cde.tar.gz
freebsd-ports-gnome-f4157b10a2928a0192e44a0590e277c6b0269cde.tar.zst
freebsd-ports-gnome-f4157b10a2928a0192e44a0590e277c6b0269cde.zip
Upgrade from 2.8.6 to 3.0.0-beta1.
<ChangeLog> --[ Redis 3.0.0 Beta 1 (version 2.9.50) ] Release date: 11 Feb 2014 This is the first beta of Redis 3.0.0 (official version is 2.8.50). The following is a list of improvements in Redis 3.0, compared to Redis 2.8. * [NEW] Redis Cluster: a distributed implementation of a subset of Redis. * [NEW] New "embedded string" object encoding resulting in less cache misses. Big speed gain under certain work loads. * [NEW] WAIT command to block waiting for a write to be transmitted to the specified number of slaves. * [NEW] MIGRATE connection caching. Much faster keys migraitons. * [NEW] MIGARTE new options COPY and REPLACE. * [NEW] CLIENT PAUSE command: stop processing client requests for a specified amount of time. </ChangeLog>
-rw-r--r--databases/redis-devel/Makefile9
-rw-r--r--databases/redis-devel/distinfo4
2 files changed, 9 insertions, 4 deletions
diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile
index d4a177ec5f19..9231ec83149c 100644
--- a/databases/redis-devel/Makefile
+++ b/databases/redis-devel/Makefile
@@ -2,10 +2,12 @@
# $FreeBSD$
PORTNAME= redis
-DISTVERSION= 2.8.6
+DISTVERSION= 3.0.0-beta1
CATEGORIES= databases
-MASTER_SITES= http://download.redis.io/releases/
+MASTER_SITES= https://github.com/antirez/redis/archive/
PKGNAMESUFFIX= -devel
+DISTNAME= ${DISTVERSION}
+DIST_SUBDIR= ${PORTNAME}
MAINTAINER= osa@FreeBSD.org
COMMENT= A persistent key-value database with built-in net interface
@@ -21,6 +23,9 @@ LUA_DESC= Use lang/lua instead of builtin lua
LUAJIT_DESC= Use lang/luajit instead of builtin lua
TESTS_DESC= Install lang/tcl for redis unit tests
+FETCH_ARGS= -Fpr
+WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
+
NO_STAGE= yes
.include <bsd.port.options.mk>
diff --git a/databases/redis-devel/distinfo b/databases/redis-devel/distinfo
index 991fc082fa20..4f4b524780a6 100644
--- a/databases/redis-devel/distinfo
+++ b/databases/redis-devel/distinfo
@@ -1,2 +1,2 @@
-SHA256 (redis-2.8.6.tar.gz) = efd0c9cb8d2696db44d8cb8309fed96607f68b93bb126615e64bff364e716658
-SIZE (redis-2.8.6.tar.gz) = 1052017
+SHA256 (redis/3.0.0-beta1.tar.gz) = 72a3d96f44321772d74efffa255eab0aae8d1a5ebf6330b2abf02346347519a2
+SIZE (redis/3.0.0-beta1.tar.gz) = 1115988