diff options
author | osa <osa@FreeBSD.org> | 2011-07-22 18:32:41 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2011-07-22 18:32:41 +0800 |
commit | ab53fb479e3756bde96ec046ab2f9a6766919eae (patch) | |
tree | 23c3d863074fc677ac49bdbf9c5fa32312073c2b /databases/redis | |
parent | abc5e73ddf92174d491fb5971b75abfae2ee936a (diff) | |
download | freebsd-ports-gnome-ab53fb479e3756bde96ec046ab2f9a6766919eae.tar.gz freebsd-ports-gnome-ab53fb479e3756bde96ec046ab2f9a6766919eae.tar.zst freebsd-ports-gnome-ab53fb479e3756bde96ec046ab2f9a6766919eae.zip |
Add redis-scripting, version 2.2.111, an experimental version of
Redis 2.2.11 with support for Lua scripting, backported from the
scripting branch. Instructions about how to use it are contained
in following blog post:
http://antirez.com/post/scripting-branch-released.html
Connect to build.
Add CONFLICTS and bump PORTREVISION for databases/redis.
Diffstat (limited to 'databases/redis')
-rw-r--r-- | databases/redis/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 7803d495125d..2dc2874bbade 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -7,7 +7,7 @@ PORTNAME= redis PORTVERSION= 2.2.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE @@ -18,6 +18,8 @@ LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo CFLAGS+= -I${LOCALBASE}/include +CONFLICTS?= redis-scripting-2.* + USE_GMAKE= yes USE_RC_SUBR= redis.sh BIN_FILES= redis-benchmark redis-check-aof redis-check-dump \ |