mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 10.0.3
ChangeLog: https://github.com/citusdata/citus/blob/v10.0.3/CHANGELOG.md
This commit is contained in:
parent
01ef86c2db
commit
cdac06f57c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=569070
3 changed files with 6 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= citus
|
||||
PORTVERSION= 10.0.2
|
||||
PORTVERSION= 10.0.3
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= databases
|
||||
PKGNAMEPREFIX= pg_
|
||||
|
@ -12,7 +12,7 @@ COMMENT= Horizontally scale Postgresql using sharding and replication
|
|||
|
||||
LICENSE= AGPLv3
|
||||
|
||||
USES= compiler:c11 gmake pgsql:11+ autoreconf readline
|
||||
USES= compiler:c11 gmake pgsql:11+ autoreconf readline ssl
|
||||
|
||||
LIB_DEPENDS= liblz4.so:archivers/liblz4 \
|
||||
libzstd.so:archivers/zstd
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1615233661
|
||||
SHA256 (citusdata-citus-v10.0.2_GH0.tar.gz) = a87381db7b26078955d733270a9adfdcdf1ec5ce5a698d475d86b5e65ae6a157
|
||||
SIZE (citusdata-citus-v10.0.2_GH0.tar.gz) = 5154816
|
||||
TIMESTAMP = 1616482591
|
||||
SHA256 (citusdata-citus-v10.0.3_GH0.tar.gz) = 42fb6908eba4713704d4cd1f53b7dae3f2f51c0865d63f9dc7be6693c8d5ba40
|
||||
SIZE (citusdata-citus-v10.0.3_GH0.tar.gz) = 5165390
|
||||
|
|
|
@ -115,6 +115,7 @@ include/postgresql/server/distributed/worker_shard_visibility.h
|
|||
include/postgresql/server/distributed/worker_transaction.h
|
||||
lib/postgresql/citus.so
|
||||
share/postgresql/extension/citus--10.0-1--10.0-2.sql
|
||||
share/postgresql/extension/citus--10.0-2--10.0-3.sql
|
||||
share/postgresql/extension/citus--8.0-1--8.0-2.sql
|
||||
share/postgresql/extension/citus--8.0-1.sql
|
||||
share/postgresql/extension/citus--8.0-10--8.0-11.sql
|
||||
|
|
Loading…
Add table
Reference in a new issue