aboutsummaryrefslogtreecommitdiff
path: root/databases/redis/Makefile
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2011-07-22 10:32:41 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2011-07-22 10:32:41 +0000
commit80f1925c9128d796fabd558ce39b4567275e23bc (patch)
tree7087ee08ccb35b8b30002a7d4705222aeab113d0 /databases/redis/Makefile
parent22ee78f52183a282f0115e4d830294c8703df6d4 (diff)
downloadports-80f1925c9128d796fabd558ce39b4567275e23bc.tar.gz
ports-80f1925c9128d796fabd558ce39b4567275e23bc.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.
Notes
Notes: svn path=/head/; revision=278151
Diffstat (limited to 'databases/redis/Makefile')
-rw-r--r--databases/redis/Makefile4
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 \