View | Details | Raw Unified | Return to bug 204324
Collapse All | Expand All

(-)Makefile (-6 / +11 lines)
Lines 2-19 Link Here
2
2
3
PORTNAME=	riak-cs
3
PORTNAME=	riak-cs
4
PORTVERSION=	2.1.0
4
PORTVERSION=	2.1.0
5
PORTREVISION=	1
5
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
6
MASTER_SITES=	http://s3.amazonaws.com/downloads.basho.com/riak-cs/${PORTVERSION:R}/${PORTVERSION}/ \
7
MASTER_SITES=	http://s3.amazonaws.com/downloads.basho.com/riak-cs/${PORTVERSION:R}/${PORTVERSION}/ \
7
	http://downloads.basho.com.s3.amazonaws.com/riak-cs/${PORTVERSION:R}/${PORTVERSION}/
8
		http://downloads.basho.com.s3.amazonaws.com/riak-cs/${PORTVERSION:R}/${PORTVERSION}/
8
9
9
MAINTAINER=	wg@FreeBSD.org
10
MAINTAINER=	wg@FreeBSD.org
10
COMMENT=	Open source, distributed, S3 interface to Riak KV
11
COMMENT=	Open source, distributed, S3 interface to Riak KV
11
12
12
LICENSE=	APACHE20
13
LICENSE=	APACHE20
14
LICENSE_FILE=	${WRKSRC}/LICENSE
13
15
14
BUILD_DEPENDS=	${LOCALBASE}/lib/riak-erlang/bin/erlc:${PORTSDIR}/lang/erlang-riak
16
BUILD_DEPENDS=	${LOCALBASE}/lib/riak-erlang/bin/erlc:${PORTSDIR}/lang/erlang-riak
15
17
16
USES=		gmake readline
18
USES=		gmake readline shebangfix
19
SHEBANG_FILES=	deps/eper/priv/bin/dtop \
20
		deps/eper/priv/bin/ntop \
21
		deps/eper/priv/bin/redbug
17
USE_RC_SUBR=	riak-cs
22
USE_RC_SUBR=	riak-cs
18
23
19
USERS=		riakcs
24
USERS=		riakcs
Lines 44-53 Link Here
44
	${MKDIR} ${STAGEDIR}${RIAKCS_CONFDIR}
49
	${MKDIR} ${STAGEDIR}${RIAKCS_CONFDIR}
45
	${MKDIR} ${STAGEDIR}${RIAKCS_DBDIR}
50
	${MKDIR} ${STAGEDIR}${RIAKCS_DBDIR}
46
	${MKDIR} ${STAGEDIR}${RIAKCS_LOGDIR}
51
	${MKDIR} ${STAGEDIR}${RIAKCS_LOGDIR}
47
	${INSTALL_DATA} ${WRKSRC}/rel/riak-cs/etc/riak-cs.conf ${STAGEDIR}${RIAKCS_CONFDIR}/riak-cs.conf
52
	${INSTALL_DATA} ${WRKSRC}/rel/riak-cs/etc/riak-cs.conf ${STAGEDIR}${RIAKCS_CONFDIR}/riak-cs.conf.sample
48
	${INSTALL_DATA} ${WRKSRC}/rel/riak-cs/etc/advanced.config ${STAGEDIR}${RIAKCS_CONFDIR}/advanced.config
53
	${INSTALL_DATA} ${WRKSRC}/rel/riak-cs/etc/advanced.config ${STAGEDIR}${RIAKCS_CONFDIR}/advanced.config.sample
49
	${INSTALL_DATA} ${WRKSRC}/rel/riak-cs/etc/cert.pem ${STAGEDIR}${RIAKCS_CONFDIR}/cert.pem
54
	${INSTALL_DATA} ${WRKSRC}/rel/riak-cs/etc/cert.pem ${STAGEDIR}${RIAKCS_CONFDIR}/cert.pem.sample
50
	${INSTALL_DATA} ${WRKSRC}/rel/riak-cs/etc/key.pem ${STAGEDIR}${RIAKCS_CONFDIR}/key.pem
55
	${INSTALL_DATA} ${WRKSRC}/rel/riak-cs/etc/key.pem ${STAGEDIR}${RIAKCS_CONFDIR}/key.pem.sample
51
	(cd ${WRKSRC}/rel/riak-cs/lib/ && ${COPYTREE_BIN} . ${STAGEDIR}${RIAKCS_LIBDIR})
56
	(cd ${WRKSRC}/rel/riak-cs/lib/ && ${COPYTREE_BIN} . ${STAGEDIR}${RIAKCS_LIBDIR})
52
	(cd ${WRKSRC}/rel/riak-cs/bin/ && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/sbin/)
57
	(cd ${WRKSRC}/rel/riak-cs/bin/ && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/sbin/)
53
	(cd ${WRKSRC}/rel/riak-cs/lib/basho-patches && ${COPYTREE_SHARE} . ${STAGEDIR}${RIAKCS_LIBDIR}/basho-patches)
58
	(cd ${WRKSRC}/rel/riak-cs/lib/basho-patches && ${COPYTREE_SHARE} . ${STAGEDIR}${RIAKCS_LIBDIR}/basho-patches)
(-)pkg-plist (-5 / +4 lines)
Lines 7-17 Link Here
7
sbin/riak-cs-stanchion
7
sbin/riak-cs-stanchion
8
sbin/riak-cs-storage
8
sbin/riak-cs-storage
9
sbin/riak-cs-supercluster
9
sbin/riak-cs-supercluster
10
@sample %%RIAKCS_CONFDIR%%/riak-cs.conf
10
@sample %%RIAKCS_CONFDIR%%/riak-cs.conf.sample
11
@sample %%RIAKCS_CONFDIR%%/advanced.config
11
@sample %%RIAKCS_CONFDIR%%/advanced.config.sample
12
@sample %%RIAKCS_CONFDIR%%/key.pem
12
@sample %%RIAKCS_CONFDIR%%/key.pem.sample
13
@sample %%RIAKCS_CONFDIR%%/cert.pem
13
@sample %%RIAKCS_CONFDIR%%/cert.pem.sample
14
@dir %%RIAKCS_CONFDIR%%
15
@owner %%USERS%%
14
@owner %%USERS%%
16
@group %%GROUPS%%
15
@group %%GROUPS%%
17
@dir %%RIAKCS_DBDIR%%
16
@dir %%RIAKCS_DBDIR%%

Return to bug 204324