Update CONFLICTS after removing redis-1.*.
Add NO_LATEST_LINK. Bump RORTREVISION.
This commit is contained in:
parent
31746e92a1
commit
6489697c34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269596
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue