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

Collapse All | Expand All

(-)./Makefile (-5 / +4 lines)
Lines 2-12 Link Here
2
# $FreeBSD: head/databases/clickhouse/Makefile 439934 2017-05-02 06:48:10Z jbeich $
2
# $FreeBSD: head/databases/clickhouse/Makefile 439934 2017-05-02 06:48:10Z jbeich $
3
3
4
PORTNAME=	clickhouse
4
PORTNAME=	clickhouse
5
PORTVERSION=	1.1.54214
5
PORTVERSION=	1.1.54236
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
#DISTVERSIONSUFFIX=	-stable
7
DISTVERSIONSUFFIX=	-stable
8
DISTVERSIONSUFFIX=	-testing
9
PORTREVISION=	1
10
CATEGORIES=	databases
8
CATEGORIES=	databases
11
9
12
MAINTAINER=	proler@gmail.com
10
MAINTAINER=	proler@gmail.com
Lines 62-68 Link Here
62
.endif
60
.endif
63
61
64
post-patch:
62
post-patch:
65
	@${REINPLACE_CMD} -e 's|/var/lib/clickhouse|/var/db/clickhouse|;s|/var/log/clickhouse-server|/var/log/clickhouse|' ${WRKSRC}/dbms/src/Server/config.xml
63
	@${REINPLACE_CMD} -e 's|/var/lib/clickhouse|/var/db/clickhouse|;s|/var/log/clickhouse-server|/var/log/clickhouse|;s|/etc/clickhouse-server|${PREFIX}/etc/clickhouse-server|' ${WRKSRC}/dbms/src/Server/config.xml
64
	@${REINPLACE_CMD} -e 's|<listen_host>::1</listen_host>|<\!-- <listen_host>::1</listen_host> -->|;s|<listen_host>127.0.0.1</listen_host>|<\!-- <listen_host>127.0.0.1</listen_host> -->|' ${WRKSRC}/dbms/src/Server/config.xml
66
65
67
post-install:
66
post-install:
68
	@${RM} ${STAGEDIR}${PREFIX}/bin/clickhouse-compressor
67
	@${RM} ${STAGEDIR}${PREFIX}/bin/clickhouse-compressor
(-)./distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1492025852
1
TIMESTAMP = 1495731164
2
SHA256 (yandex-ClickHouse-v1.1.54214-testing_GH0.tar.gz) = 42d45c4154be269d00fb6cd1533ca798eb85714debd9bbf05ced6c761eb92125
2
SHA256 (yandex-ClickHouse-v1.1.54236-stable_GH0.tar.gz) = 0b8d26de7487c7df3e2dae800f8b84068cb076b50af6a7ac53d97a48aab42648
3
SIZE (yandex-ClickHouse-v1.1.54214-testing_GH0.tar.gz) = 48685881
3
SIZE (yandex-ClickHouse-v1.1.54236-stable_GH0.tar.gz) = 14217680
(-)./pkg-plist (+1 lines)
Lines 3-8 Link Here
3
bin/clickhouse-client
3
bin/clickhouse-client
4
bin/clickhouse-local
4
bin/clickhouse-local
5
bin/clickhouse-server
5
bin/clickhouse-server
6
bin/clickhouse-zookeeper-cli
6
@dir(clickhouse,,) etc/clickhouse-server
7
@dir(clickhouse,,) etc/clickhouse-server
7
@dir(clickhouse,,) etc/clickhouse-client
8
@dir(clickhouse,,) etc/clickhouse-client
8
@sample etc/clickhouse-client/config.xml.sample
9
@sample etc/clickhouse-client/config.xml.sample

Return to bug 219538