Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jul 2023 06:53:17 GMT
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f6b27f0a701e - main - databases/pg_citus: update to 12.0.0
Message-ID:  <202307200653.36K6rH82058794@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by matthew:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f6b27f0a701e7e21430c07347cf367dd295fa76c

commit f6b27f0a701e7e21430c07347cf367dd295fa76c
Author:     Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2023-07-20 06:49:50 +0000
Commit:     Matthew Seaman <matthew@FreeBSD.org>
CommitDate: 2023-07-20 06:53:02 +0000

    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
---
 databases/pg_citus/Makefile  | 4 ++--
 databases/pg_citus/distinfo  | 6 +++---
 databases/pg_citus/pkg-plist | 5 +++++
 3 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/databases/pg_citus/Makefile b/databases/pg_citus/Makefile
index 398ebbdec13a..755a955c6700 100644
--- a/databases/pg_citus/Makefile
+++ b/databases/pg_citus/Makefile
@@ -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 \
diff --git a/databases/pg_citus/distinfo b/databases/pg_citus/distinfo
index ff1eb269dc01..55f937c28d6a 100644
--- a/databases/pg_citus/distinfo
+++ b/databases/pg_citus/distinfo
@@ -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
diff --git a/databases/pg_citus/pkg-plist b/databases/pg_citus/pkg-plist
index bbdb77ce365a..2f066cfc9a4e 100644
--- a/databases/pg_citus/pkg-plist
+++ b/databases/pg_citus/pkg-plist
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307200653.36K6rH82058794>