From owner-svn-ports-all@freebsd.org Wed Apr 1 17:17:47 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 CCBFB27A2EC; Wed, 1 Apr 2020 17:17:47 +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) server-signature RSA-PSS (4096 bits) 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 48stDn0Zbsz3xqm; Wed, 1 Apr 2020 17:17:43 +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 ECBC410CA; Wed, 1 Apr 2020 17:17:38 +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 031HHcC7048301; Wed, 1 Apr 2020 17:17:38 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 031HHc5F048298; Wed, 1 Apr 2020 17:17:38 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <202004011717.031HHc5F048298@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Wed, 1 Apr 2020 17:17:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530228 - 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: 530228 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.29 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: Wed, 01 Apr 2020 17:17:48 -0000 Author: matthew Date: Wed Apr 1 17:17:37 2020 New Revision: 530228 URL: https://svnweb.freebsd.org/changeset/ports/530228 Log: Update to 9.2.4 This release is a fix for errors in the previous 9.2.3 release. ChangeLog: https://github.com/citusdata/citus/blob/v9.2.4/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 Wed Apr 1 17:11:30 2020 (r530227) +++ head/databases/pg_citus/Makefile Wed Apr 1 17:17:37 2020 (r530228) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= citus -PORTVERSION= 9.2.3 +PORTVERSION= 9.2.4 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= pg_ Modified: head/databases/pg_citus/distinfo ============================================================================== --- head/databases/pg_citus/distinfo Wed Apr 1 17:11:30 2020 (r530227) +++ head/databases/pg_citus/distinfo Wed Apr 1 17:17:37 2020 (r530228) @@ -1,3 +1,3 @@ -TIMESTAMP = 1585206553 -SHA256 (citusdata-citus-v9.2.3_GH0.tar.gz) = fdc035e341a70eea1a2a3882ec2efcad69369eda62eff714c3e19a406d5c9842 -SIZE (citusdata-citus-v9.2.3_GH0.tar.gz) = 4407374 +TIMESTAMP = 1585652566 +SHA256 (citusdata-citus-v9.2.4_GH0.tar.gz) = 078ae6ed4b4937e143c5a6aa39bd7e6a1015806f3e16f5ad7a2aded01fbe9b4d +SIZE (citusdata-citus-v9.2.4_GH0.tar.gz) = 4371893 Modified: head/databases/pg_citus/pkg-plist ============================================================================== --- head/databases/pg_citus/pkg-plist Wed Apr 1 17:11:30 2020 (r530227) +++ head/databases/pg_citus/pkg-plist Wed Apr 1 17:17:37 2020 (r530228) @@ -34,7 +34,6 @@ include/postgresql/server/distributed/intermediate_res include/postgresql/server/distributed/intermediate_results.h 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/lock_graph.h include/postgresql/server/distributed/log_utils.h include/postgresql/server/distributed/maintenanced.h @@ -83,7 +82,6 @@ include/postgresql/server/distributed/repartition_join include/postgresql/server/distributed/resource_lock.h include/postgresql/server/distributed/run_from_same_connection.h include/postgresql/server/distributed/shard_pruning.h -include/postgresql/server/distributed/shard_utils.h include/postgresql/server/distributed/shardinterval_utils.h include/postgresql/server/distributed/shared_library_init.h include/postgresql/server/distributed/statistics_collection.h @@ -162,5 +160,6 @@ share/postgresql/extension/citus--9.0-1--9.0-2.sql share/postgresql/extension/citus--9.0-2--9.1-1.sql share/postgresql/extension/citus--9.1-1--9.2-1.sql share/postgresql/extension/citus--9.2-1--9.2-2.sql -share/postgresql/extension/citus--9.2-2--9.3-1.sql +share/postgresql/extension/citus--9.2-2--9.2-4.sql +share/postgresql/extension/citus--9.3-1--9.2-4.sql share/postgresql/extension/citus.control