Date: Sun, 24 Sep 2023 12:41:37 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: ec66cec15594 - main - databases/pg_citus: update to 12.1.0 Message-ID: <202309241241.38OCfb3C025564@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=ec66cec15594a292a8056d4c6d75bacf3a97aeec commit ec66cec15594a292a8056d4c6d75bacf3a97aeec Author: Matthew Seaman <matthew@FreeBSD.org> AuthorDate: 2023-09-24 12:39:08 +0000 Commit: Matthew Seaman <matthew@FreeBSD.org> CommitDate: 2023-09-24 12:41:35 +0000 databases/pg_citus: update to 12.1.0 Changes: https://github.com/citusdata/citus/blob/v12.1.0/CHANGELOG.md Reported by: portscout --- databases/pg_citus/Makefile | 2 +- databases/pg_citus/distinfo | 6 +++--- databases/pg_citus/pkg-plist | 6 ++++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/databases/pg_citus/Makefile b/databases/pg_citus/Makefile index 755a955c6700..af66a007f3a5 100644 --- a/databases/pg_citus/Makefile +++ b/databases/pg_citus/Makefile @@ -1,5 +1,5 @@ PORTNAME= citus -PORTVERSION= 12.0.0 +PORTVERSION= 12.1.0 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= pg_ diff --git a/databases/pg_citus/distinfo b/databases/pg_citus/distinfo index 55f937c28d6a..6e1d2ddc9726 100644 --- a/databases/pg_citus/distinfo +++ b/databases/pg_citus/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689746431 -SHA256 (citusdata-citus-v12.0.0_GH0.tar.gz) = 9a6adaecc28e80e03a0523d07ee14c4b848f86f48ed37f84aa8cb98f3489f632 -SIZE (citusdata-citus-v12.0.0_GH0.tar.gz) = 6744359 +TIMESTAMP = 1695468852 +SHA256 (citusdata-citus-v12.1.0_GH0.tar.gz) = cc25122ecd5717ac0b14d8cba981265d15d71cd955210971ce6f174eb0036f9a +SIZE (citusdata-citus-v12.1.0_GH0.tar.gz) = 6896809 diff --git a/databases/pg_citus/pkg-plist b/databases/pg_citus/pkg-plist index 2f066cfc9a4e..6ea8fa811edc 100644 --- a/databases/pg_citus/pkg-plist +++ b/databases/pg_citus/pkg-plist @@ -1,4 +1,3 @@ -bin/pg_send_cancellation include/postgresql/server/citus_version.h include/postgresql/server/distributed/adaptive_executor.h include/postgresql/server/distributed/argutils.h @@ -101,6 +100,7 @@ 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/replicate_none_dist_table_shard.h include/postgresql/server/distributed/replication_origin_session_utils.h include/postgresql/server/distributed/resource_lock.h include/postgresql/server/distributed/run_from_same_connection.h @@ -162,7 +162,9 @@ 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--11.3-1--11.3-2.sql +share/postgresql/extension/citus--11.3-2--12.0-1.sql +share/postgresql/extension/citus--12.0-1--12.1-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?202309241241.38OCfb3C025564>