svn commit: r441773 - head/databases/clickhouse
Veniamin Gvozdikov
vg at FreeBSD.org
Fri May 26 11:45:22 UTC 2017
Author: vg
Date: Fri May 26 11:45:20 2017
New Revision: 441773
URL: https://svnweb.freebsd.org/changeset/ports/441773
Log:
- Update to 1.1.54236
PR: ports/219538
Submitted by: proler at gmail.com (maintainer)
Modified:
head/databases/clickhouse/Makefile
head/databases/clickhouse/distinfo
head/databases/clickhouse/pkg-plist
Modified: head/databases/clickhouse/Makefile
==============================================================================
--- head/databases/clickhouse/Makefile Fri May 26 11:29:49 2017 (r441772)
+++ head/databases/clickhouse/Makefile Fri May 26 11:45:20 2017 (r441773)
@@ -2,11 +2,9 @@
# $FreeBSD$
PORTNAME= clickhouse
-PORTVERSION= 1.1.54214
+PORTVERSION= 1.1.54236
DISTVERSIONPREFIX= v
-#DISTVERSIONSUFFIX= -stable
-DISTVERSIONSUFFIX= -testing
-PORTREVISION= 1
+DISTVERSIONSUFFIX= -stable
CATEGORIES= databases
MAINTAINER= proler at gmail.com
@@ -62,7 +60,8 @@ CXX= clang++38
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|/var/lib/clickhouse|/var/db/clickhouse|;s|/var/log/clickhouse-server|/var/log/clickhouse|' ${WRKSRC}/dbms/src/Server/config.xml
+ @${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
+ @${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
post-install:
@${RM} ${STAGEDIR}${PREFIX}/bin/clickhouse-compressor
Modified: head/databases/clickhouse/distinfo
==============================================================================
--- head/databases/clickhouse/distinfo Fri May 26 11:29:49 2017 (r441772)
+++ head/databases/clickhouse/distinfo Fri May 26 11:45:20 2017 (r441773)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1492025852
-SHA256 (yandex-ClickHouse-v1.1.54214-testing_GH0.tar.gz) = 42d45c4154be269d00fb6cd1533ca798eb85714debd9bbf05ced6c761eb92125
-SIZE (yandex-ClickHouse-v1.1.54214-testing_GH0.tar.gz) = 48685881
+TIMESTAMP = 1495731164
+SHA256 (yandex-ClickHouse-v1.1.54236-stable_GH0.tar.gz) = 0b8d26de7487c7df3e2dae800f8b84068cb076b50af6a7ac53d97a48aab42648
+SIZE (yandex-ClickHouse-v1.1.54236-stable_GH0.tar.gz) = 14217680
Modified: head/databases/clickhouse/pkg-plist
==============================================================================
--- head/databases/clickhouse/pkg-plist Fri May 26 11:29:49 2017 (r441772)
+++ head/databases/clickhouse/pkg-plist Fri May 26 11:45:20 2017 (r441773)
@@ -3,6 +3,7 @@ bin/clickhouse-benchmark
bin/clickhouse-client
bin/clickhouse-local
bin/clickhouse-server
+bin/clickhouse-zookeeper-cli
@dir(clickhouse,,) etc/clickhouse-server
@dir(clickhouse,,) etc/clickhouse-client
@sample etc/clickhouse-client/config.xml.sample
More information about the svn-ports-head
mailing list