diff options
| author | Sergey A. Osokin <osa@FreeBSD.org> | 2011-02-24 19:53:09 +0000 |
|---|---|---|
| committer | Sergey A. Osokin <osa@FreeBSD.org> | 2011-02-24 19:53:09 +0000 |
| commit | 6489697c3407e2ee698be85da0a0595675ab55c3 (patch) | |
| tree | d188c1686fbb78411901f563ed79b21c151f713c | |
| parent | Remove deprecated and unsupported databases/redis1. (diff) | |
Update CONFLICTS after removing redis-1.*.
Add NO_LATEST_LINK.
Bump RORTREVISION.
Notes
Notes:
svn path=/head/; revision=269596
| -rw-r--r-- | databases/redis2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/redis2/Makefile b/databases/redis2/Makefile index 5f9b8dac15ce..5d529a17ff71 100644 --- a/databases/redis2/Makefile +++ b/databases/redis2/Makefile @@ -6,8 +6,8 @@ # PORTNAME= redis -PORTREVISION= 1 DISTVERSION= 2.0.4 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE @@ -18,10 +18,11 @@ LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo CFLAGS+= -I${LOCALBASE}/include -CONFLICTS?= redis-1.* redis-2.2.* +CONFLICTS?= redis-2.2.* USE_GMAKE= yes USE_RC_SUBR= redis.sh +NO_LATEST_LINK= yes BIN_FILES= redis-benchmark redis-check-aof redis-check-dump \ redis-cli redis-server |
