1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

databases/pg_citus: update to 12.0.0

Now requires postgresql 14 or above.

Changes:	https://github.com/citusdata/citus/blob/v12.0.0/CHANGELOG.md
Reported by:	portscout
This commit is contained in:
Matthew Seaman 2023-07-20 07:49:50 +01:00
parent 6f66e14b86
commit f6b27f0a70
3 changed files with 10 additions and 5 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= citus
PORTVERSION= 11.3.0
PORTVERSION= 12.0.0
DISTVERSIONPREFIX= v
CATEGORIES= databases
PKGNAMEPREFIX= pg_
@ -10,7 +10,7 @@ WWW= https://www.citusdata.com/
LICENSE= AGPLv3
USES= compiler:c11 gmake pgsql:12+ autoreconf readline ssl \
USES= compiler:c11 gmake pgsql:14+ autoreconf readline ssl \
gettext-runtime
LIB_DEPENDS= liblz4.so:archivers/liblz4 \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1683400044
SHA256 (citusdata-citus-v11.3.0_GH0.tar.gz) = e377981eda41a0c3defaafc3e7471e9f102482df70eda25dac912fcf7c24df16
SIZE (citusdata-citus-v11.3.0_GH0.tar.gz) = 6627414
TIMESTAMP = 1689746431
SHA256 (citusdata-citus-v12.0.0_GH0.tar.gz) = 9a6adaecc28e80e03a0523d07ee14c4b848f86f48ed37f84aa8cb98f3489f632
SIZE (citusdata-citus-v12.0.0_GH0.tar.gz) = 6744359

View File

@ -51,6 +51,7 @@ include/postgresql/server/distributed/lock_graph.h
include/postgresql/server/distributed/log_utils.h
include/postgresql/server/distributed/maintenanced.h
include/postgresql/server/distributed/memutils.h
include/postgresql/server/distributed/merge_executor.h
include/postgresql/server/distributed/merge_planner.h
include/postgresql/server/distributed/metadata_cache.h
include/postgresql/server/distributed/metadata_sync.h
@ -79,6 +80,7 @@ include/postgresql/server/distributed/pg_dist_node_metadata.h
include/postgresql/server/distributed/pg_dist_partition.h
include/postgresql/server/distributed/pg_dist_placement.h
include/postgresql/server/distributed/pg_dist_rebalance_strategy.h
include/postgresql/server/distributed/pg_dist_schema.h
include/postgresql/server/distributed/pg_dist_shard.h
include/postgresql/server/distributed/pg_dist_transaction.h
include/postgresql/server/distributed/pg_version_constants.h
@ -97,6 +99,7 @@ include/postgresql/server/distributed/relation_utils.h
include/postgresql/server/distributed/relay_utility.h
include/postgresql/server/distributed/remote_commands.h
include/postgresql/server/distributed/remote_transaction.h
include/postgresql/server/distributed/repartition_executor.h
include/postgresql/server/distributed/repartition_join_execution.h
include/postgresql/server/distributed/replication_origin_session_utils.h
include/postgresql/server/distributed/resource_lock.h
@ -117,6 +120,7 @@ include/postgresql/server/distributed/string_utils.h
include/postgresql/server/distributed/subplan_execution.h
include/postgresql/server/distributed/task_execution_utils.h
include/postgresql/server/distributed/tdigest_extension.h
include/postgresql/server/distributed/tenant_schema_metadata.h
include/postgresql/server/distributed/time_constants.h
include/postgresql/server/distributed/transaction_identifier.h
include/postgresql/server/distributed/transaction_management.h
@ -158,6 +162,7 @@ share/postgresql/extension/citus--11.0-4--11.1-1.sql
share/postgresql/extension/citus--11.1-1--11.2-1.sql
share/postgresql/extension/citus--11.2-1--11.2-2.sql
share/postgresql/extension/citus--11.2-2--11.3-1.sql
share/postgresql/extension/citus--11.3-1--12.0-1.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