1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

databases/riak: update to 1.4.9 and use @sample

PR:		190982
Submitted by:	maintainer
This commit is contained in:
William Grzybowski 2014-06-18 21:23:13 +00:00
parent d00ecce924
commit 7d4798616a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358320
4 changed files with 8 additions and 17 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= riak
PORTVERSION= 1.4.8
PORTVERSION= 1.4.9
CATEGORIES= databases
MASTER_SITES= http://s3.amazonaws.com/downloads.basho.com/riak/${PORTVERSION:R}/${PORTVERSION}/ \
http://downloads.basho.com.s3.amazonaws.com/riak/${PORTVERSION:R}/${PORTVERSION}/

View File

@ -1,2 +1,2 @@
SHA256 (riak-1.4.8.tar.gz) = 69159cefeef48f5ad3ebec02ea4856f7c739e158758405e69c2d001d2d7958d1
SIZE (riak-1.4.8.tar.gz) = 13799400
SHA256 (riak-1.4.9.tar.gz) = 8976288a3a65225154d44d7b3fde713d54057ec89e96d7e368456d46c54cfe8b
SIZE (riak-1.4.9.tar.gz) = 13814858

View File

@ -3,4 +3,4 @@ so long as your client can reach one server, it should be able to
write data. In most failure scenarios the data you want to read
should be available, albeit possibly stale.
WWW: http://basho.com/riak/
WWW: http://basho.com/riak

View File

@ -11,17 +11,8 @@ man/man1/search-cmd.1.gz
@exec mkdir -p %%RIAK_DBDIR%%
@exec mkdir -p %%RIAK_HOMEDIR%%
@exec mkdir -p %%RIAK_LIBDIR%%
@unexec if cmp -s %D/%%ETCDIR%%/vm.args.sample %D/%%ETCDIR%%/vm.args; then rm -f %D/%%ETCDIR%%/vm.args; fi
%%ETCDIR%%/vm.args.sample
@exec if [ ! -f %D/%%ETCDIR%%/vm.args ] ; then cp -p %D/%F %B/vm.args; fi
@unexec if cmp -s %D/%%ETCDIR%%/app.config.sample %D/%%ETCDIR%%/app.config; then rm -f %D/%%ETCDIR%%/app.config; fi
%%ETCDIR%%/app.config.sample
@exec if [ ! -f %D/%%ETCDIR%%/app.config ] ; then cp -p %D/%F %B/app.config; fi
@unexec if cmp -s %D/%%ETCDIR%%/cert.pem.sample %D/%%ETCDIR%%/cert.pem; then rm -f %D/%%ETCDIR%%/cert.pem; fi
%%ETCDIR%%/cert.pem.sample
@exec if [ ! -f %D/%%ETCDIR%%/cert.pem ] ; then cp -p %D/%F %B/cert.pem; fi
@unexec if cmp -s %D/%%ETCDIR%%/key.pem.sample %D/%%ETCDIR%%/key.pem; then rm -f %D/%%ETCDIR%%/key.pem; fi
%%ETCDIR%%/key.pem.sample
@exec if [ ! -f %D/%%ETCDIR%%/key.pem ] ; then cp -p %D/%F %B/key.pem; fi
@sample %%ETCDIR%%/vm.args.sample
@sample %%ETCDIR%%/app.config.sample
@sample %%ETCDIR%%/cert.pem.sample
@sample %%ETCDIR%%/key.pem.sample
@dirrmtry %%ETCDIR%%
@unexec if [ -f %%RIAK_HOMEDIR%%/.erlang.cookie ] ; then rm -f %%RIAK_HOMEDIR%%/.erlang.cookie ; fi