diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2020-08-07 11:33:30 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2020-08-07 11:33:30 +0000 |
commit | cd30262167d10355574548ca794ac882672363d8 (patch) | |
tree | bd4586d74ace503b00550af736e4af3e2bac17ab /databases/clickhouse/pkg-descr | |
parent | 2f5d5a361e91775416a1f9a7100aeb5309a6703e (diff) | |
download | ports-cd30262167d10355574548ca794ac882672363d8.tar.gz ports-cd30262167d10355574548ca794ac882672363d8.zip |
databases/clickhouse: update to 20.5.4.40-stable
- switch to GH_TUPLES (as the author advises: https://github.com/ClickHouse/ClickHouse/issues/10243)
- TESTS options: add lang/expect as run deps due to some tests use an expect
- update official site URL
- pass maintainership to submitter
Changelog:
https://github.com/ClickHouse/ClickHouse/blob/v20.5.4.40-stable/CHANGELOG.md
(it doesn't includes changes for 20.5.4.40 in particular, but still helpful for 19->20 changes)
PR: 248467
Submitted by: olevole@olevole.ru
Reviewed by: fernape (general port review)
Approved by: proler@gmail.com (previous maintainer)
Notes
Notes:
svn path=/head/; revision=544323
Diffstat (limited to 'databases/clickhouse/pkg-descr')
-rw-r--r-- | databases/clickhouse/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/clickhouse/pkg-descr b/databases/clickhouse/pkg-descr index 2e877073c2e2..ad5088e5b51e 100644 --- a/databases/clickhouse/pkg-descr +++ b/databases/clickhouse/pkg-descr @@ -1,4 +1,4 @@ ClickHouse is an open-source column-oriented database management system that allows generating analytical data reports in real time. -WWW: https://clickhouse.yandex/ +WWW: https://clickhouse.tech/ |