View | Details | Raw Unified | Return to bug 227155 | Differences between
and this patch

Collapse All | Expand All

(-)databases/py-carbonate/Makefile (+25 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	carbonate
4
DISTVERSION=	1.1.3
5
CATEGORIES=	databases python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	a.andersson.thn@gmail.com
10
COMMENT=	Utilities for dealing with whisper files
11
12
LICENSE=	MIT
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}carbon>0:databases/py-carbon@${FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}whisper>0:databases/py-whisper@${FLAVOR} \
16
		rsync:net/rsync
17
18
USES=		python:2.7
19
USE_PYTHON=	distutils autoplist concurrent
20
21
post-patch:
22
	@${REINPLACE_CMD} -e 's|/opt/graphite/conf/|${PREFIX}/etc/|g' ${WRKSRC}/carbonate/util.py
23
	@${REINPLACE_CMD} -e 's|/opt/graphite/storage/|/var/db/carbon/|g' ${WRKSRC}/carbonate/cli.py
24
25
.include <bsd.port.mk>
(-)databases/py-carbonate/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1522830008
2
SHA256 (carbonate-1.1.3.tar.gz) = a47ceee3cf785563d0a7d445f1d1821bb2744c9bf9c0c5aacb8463ff816f0673
3
SIZE (carbonate-1.1.3.tar.gz) = 14512
(-)databases/py-carbonate/pkg-descr (+3 lines)
Line 0 Link Here
1
Tools for managing federated carbon clusters.
2
3
WWW: https://github.com/graphite-project/carbonate

Return to bug 227155