From owner-svn-ports-all@freebsd.org Thu Nov 19 13:56:09 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9EBF246C51A; Thu, 19 Nov 2020 13:56:09 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CcLn546bLz4hWy; Thu, 19 Nov 2020 13:56:09 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 80C1424E7E; Thu, 19 Nov 2020 13:56:09 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AJDu9LY083014; Thu, 19 Nov 2020 13:56:09 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AJDu8wY083011; Thu, 19 Nov 2020 13:56:08 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <202011191356.0AJDu8wY083011@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 19 Nov 2020 13:56:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555703 - head/databases/pg_citus X-SVN-Group: ports-head X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: head/databases/pg_citus X-SVN-Commit-Revision: 555703 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2020 13:56:09 -0000 Author: matthew Date: Thu Nov 19 13:56:08 2020 New Revision: 555703 URL: https://svnweb.freebsd.org/changeset/ports/555703 Log: Update to 9.5.0 ChangeLog: https://github.com/citusdata/citus/blob/v9.5.0/CHANGELOG.md Modified: head/databases/pg_citus/Makefile head/databases/pg_citus/distinfo head/databases/pg_citus/pkg-plist Modified: head/databases/pg_citus/Makefile ============================================================================== --- head/databases/pg_citus/Makefile Thu Nov 19 13:40:36 2020 (r555702) +++ head/databases/pg_citus/Makefile Thu Nov 19 13:56:08 2020 (r555703) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= citus -PORTVERSION= 9.4.2 +PORTVERSION= 9.5.0 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= pg_ Modified: head/databases/pg_citus/distinfo ============================================================================== --- head/databases/pg_citus/distinfo Thu Nov 19 13:40:36 2020 (r555702) +++ head/databases/pg_citus/distinfo Thu Nov 19 13:56:08 2020 (r555703) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603360166 -SHA256 (citusdata-citus-v9.4.2_GH0.tar.gz) = 3d6210758ef26b755ac2b0b742a97ba3a4a05760736e0206e063cda20c2cb103 -SIZE (citusdata-citus-v9.4.2_GH0.tar.gz) = 4554988 +TIMESTAMP = 1605559882 +SHA256 (citusdata-citus-v9.5.0_GH0.tar.gz) = 9d9d0068587711f5c34931b34b31ce9c834e2870790fb0f13d0d5483bb3c8be2 +SIZE (citusdata-citus-v9.5.0_GH0.tar.gz) = 4703871 Modified: head/databases/pg_citus/pkg-plist ============================================================================== --- head/databases/pg_citus/pkg-plist Thu Nov 19 13:40:36 2020 (r555702) +++ head/databases/pg_citus/pkg-plist Thu Nov 19 13:56:08 2020 (r555703) @@ -39,6 +39,7 @@ include/postgresql/server/distributed/listutils.h include/postgresql/server/distributed/local_executor.h include/postgresql/server/distributed/local_multi_copy.h include/postgresql/server/distributed/local_plan_cache.h +include/postgresql/server/distributed/locally_reserved_shared_connections.h include/postgresql/server/distributed/lock_graph.h include/postgresql/server/distributed/log_utils.h include/postgresql/server/distributed/maintenanced.h @@ -55,10 +56,8 @@ include/postgresql/server/distributed/multi_logical_pl include/postgresql/server/distributed/multi_partitioning_utils.h include/postgresql/server/distributed/multi_physical_planner.h include/postgresql/server/distributed/multi_progress.h -include/postgresql/server/distributed/multi_resowner.h include/postgresql/server/distributed/multi_router_planner.h include/postgresql/server/distributed/multi_server_executor.h -include/postgresql/server/distributed/multi_task_tracker_executor.h include/postgresql/server/distributed/namespace_utils.h include/postgresql/server/distributed/pg_dist_colocation.h include/postgresql/server/distributed/pg_dist_local_group.h @@ -92,9 +91,9 @@ include/postgresql/server/distributed/shardinterval_ut include/postgresql/server/distributed/shared_connection_stats.h include/postgresql/server/distributed/shared_library_init.h include/postgresql/server/distributed/statistics_collection.h +include/postgresql/server/distributed/string_utils.h include/postgresql/server/distributed/subplan_execution.h -include/postgresql/server/distributed/task_tracker.h -include/postgresql/server/distributed/task_tracker_protocol.h +include/postgresql/server/distributed/task_execution_utils.h include/postgresql/server/distributed/tdigest_extension.h include/postgresql/server/distributed/time_constants.h include/postgresql/server/distributed/transaction_identifier.h @@ -174,4 +173,5 @@ share/postgresql/extension/citus--9.2-2--9.2-4.sql share/postgresql/extension/citus--9.2-4--9.3-2.sql share/postgresql/extension/citus--9.3-1--9.2-4.sql share/postgresql/extension/citus--9.3-2--9.4-1.sql +share/postgresql/extension/citus--9.4-1--9.5-1.sql share/postgresql/extension/citus.control