Update from 2.8.7 to 2.8.8.
Update pkg-plist to be more convenient with pkgng(1).
This commit is contained in:
parent
2624865135
commit
3beb6fb6e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349806
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= redis
|
||||
DISTVERSION= 2.8.7
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 2.8.8
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://download.redis.io/releases/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (redis-2.8.7.tar.gz) = a93e352e50bcc076e649174319c2a819306735c1a1ee83d498ced146eda78670
|
||||
SIZE (redis-2.8.7.tar.gz) = 1064262
|
||||
SHA256 (redis-2.8.8.tar.gz) = fd2be11b8d9300d35b6bbed6fcd6fa6d7ef1a72ccaeb0cc991ce44dc49908bc8
|
||||
SIZE (redis-2.8.8.tar.gz) = 1073450
|
||||
|
@ -4,10 +4,10 @@ bin/redis-check-dump
|
||||
bin/redis-cli
|
||||
bin/redis-sentinel
|
||||
bin/redis-server
|
||||
@unexec (cmp -s %D/etc/redis.conf %D/etc/redis.conf.sample && rm -f %D/etc/redis.conf) || true
|
||||
@unexec if cmp -s %D/etc/redis.conf %D/etc/redis.conf.sample; then rm -f %D/etc/redis.conf; fi
|
||||
etc/redis.conf.sample
|
||||
@exec [ -f %B/redis.conf ] || cp %B/%f %B/redis.conf
|
||||
@unexec (cmp -s %D/etc/sentinel.conf %D/etc/sentinel.conf.sample && rm -f %D/etc/sentinel.conf) || true
|
||||
@unexec if cmp -s %D/etc/sentinel.conf %D/etc/sentinel.conf.sample; then rm -f %D/etc/sentinel.conf; fi
|
||||
etc/sentinel.conf.sample
|
||||
@exec [ -f %B/sentinel.conf ] || cp %B/%f %B/sentinel.conf
|
||||
@exec [ -d %%REDIS_DBDIR%% ] || mkdir -p %%REDIS_DBDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user