diff options
author | adam <adam@pkgsrc.org> | 2013-08-07 05:30:09 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-08-07 05:30:09 +0000 |
commit | bba852fff71b634810e262c1fdf60eadb688f9c2 (patch) | |
tree | 5cf17162d415f0282ecc0c311d25eacb3fb444b9 /databases/redis/Makefile | |
parent | 8d962b374efaca2aa99006af7d3b20bdcd7e77cf (diff) | |
download | pkgsrc-bba852fff71b634810e262c1fdf60eadb688f9c2.tar.gz |
Changes 2.6.14:
UPGRADE URGENCY: HIGH because of the following two issues:
* Lua scripting + Replication + AOF in slaves problem (see Issue 1164).
* AOF + expires possible race condition (see Issue 1079).
* [FIX] AOF bug: expire could be removed from key on AOF rewrite.
* [FIX] Allow writes from scripts called by AOF loading in read-only slaves.
* [FIX] Sentinel: parse new verison of INFO replication output correctly.
* [NEW] Reset masterauth if an empty string is configured.
Diffstat (limited to 'databases/redis/Makefile')
-rw-r--r-- | databases/redis/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 18ccd7b1fbd..e2196179db2 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2013/06/13 17:41:34 mspo Exp $ -# +# $NetBSD: Makefile,v 1.2 2013/08/07 05:30:09 adam Exp $ -DISTNAME= redis-2.6.13 +DISTNAME= redis-2.6.14 CATEGORIES= databases MASTER_SITES= http://redis.googlecode.com/files/ @@ -10,8 +9,8 @@ HOMEPAGE= http://redis.io/ COMMENT= Persistent key-value database with built-in net interface LICENSE= modified-bsd -USE_TOOLS+= gmake pax -USE_LANGUAGES= c99 +USE_LANGUAGES= c99 +USE_TOOLS+= gmake pax .include "../../mk/bsd.prefs.mk" @@ -19,8 +18,7 @@ RCD_SCRIPTS+= redis RCD_SCRIPT_SRC.redis= ${FILESDIR}/redis.sh DOCDIR= share/doc/redis -DOCFILES+= 00-RELEASENOTES BUGS COPYING \ - README +DOCFILES+= 00-RELEASENOTES BUGS COPYING README EGDIR= ${PREFIX}/share/examples/${PKGBASE} INSTALLATION_DIRS+= bin ${DOCDIR} ${EGDIR} ${EGDIR}/utils ${EGDIR}/tests CONF_FILES= ${EGDIR}/redis.conf.example ${PKG_SYSCONFDIR}/redis.conf |