From owner-svn-ports-all@freebsd.org Fri Aug 19 10:13:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49AA2BBF6A6; Fri, 19 Aug 2016 10:13:47 +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 mx1.freebsd.org (Postfix) with ESMTPS id 213D81937; Fri, 19 Aug 2016 10:13:47 +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 u7JADkrp055284; Fri, 19 Aug 2016 10:13:46 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7JADkYG055281; Fri, 19 Aug 2016 10:13:46 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201608191013.u7JADkYG055281@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Fri, 19 Aug 2016 10:13:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420455 - head/databases/pg_citus X-SVN-Group: ports-head 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.22 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: Fri, 19 Aug 2016 10:13:47 -0000 Author: matthew Date: Fri Aug 19 10:13:45 2016 New Revision: 420455 URL: https://svnweb.freebsd.org/changeset/ports/420455 Log: Update to version 5.2.0 Note: this release drops support for postgresql-9.4.x: postgresql-9.5.x or above is now mandatory. ChangeLog: https://github.com/citusdata/citus/blob/v5.2.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 Fri Aug 19 10:11:37 2016 (r420454) +++ head/databases/pg_citus/Makefile Fri Aug 19 10:13:45 2016 (r420455) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= citus -PORTVERSION= 5.1.1 +PORTVERSION= 5.2.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= databases PKGNAMEPREFIX= pg_ @@ -16,7 +15,7 @@ LICENSE= AGPLv3 USE_GITHUB= yes GH_ACCOUNT= citusdata -USES= gmake pgsql:9.4+ autoreconf readline +USES= gmake pgsql:9.5+ autoreconf readline WANT_PGSQL= lib server GNU_CONFIGURE= yes Modified: head/databases/pg_citus/distinfo ============================================================================== --- head/databases/pg_citus/distinfo Fri Aug 19 10:11:37 2016 (r420454) +++ head/databases/pg_citus/distinfo Fri Aug 19 10:13:45 2016 (r420455) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466248204 -SHA256 (citusdata-citus-v5.1.1_GH0.tar.gz) = 4c7e1f18a2d919c86b292b137b6f113fc868e64ff1d09a519a2bd5b870365389 -SIZE (citusdata-citus-v5.1.1_GH0.tar.gz) = 1674615 +TIMESTAMP = 1471598270 +SHA256 (citusdata-citus-v5.2.0_GH0.tar.gz) = d6c086f3f0edd18c6be3093bbcad819bce82f806fca362859a174e17489227f5 +SIZE (citusdata-citus-v5.2.0_GH0.tar.gz) = 1684009 Modified: head/databases/pg_citus/pkg-plist ============================================================================== --- head/databases/pg_citus/pkg-plist Fri Aug 19 10:11:37 2016 (r420454) +++ head/databases/pg_citus/pkg-plist Fri Aug 19 10:13:45 2016 (r420455) @@ -1,9 +1,11 @@ bin/copy_to_distributed_table bin/csql include/postgresql/server/citus_config.h +include/postgresql/server/distributed/citus_clauses.h include/postgresql/server/distributed/citus_nodefuncs.h include/postgresql/server/distributed/citus_nodes.h include/postgresql/server/distributed/citus_ruleutils.h +include/postgresql/server/distributed/commit_protocol.h include/postgresql/server/distributed/connection_cache.h include/postgresql/server/distributed/listutils.h include/postgresql/server/distributed/master_metadata_utility.h @@ -23,7 +25,7 @@ include/postgresql/server/distributed/mu include/postgresql/server/distributed/multi_router_executor.h include/postgresql/server/distributed/multi_router_planner.h include/postgresql/server/distributed/multi_server_executor.h -include/postgresql/server/distributed/multi_transaction.h +include/postgresql/server/distributed/multi_shard_transaction.h include/postgresql/server/distributed/multi_utility.h include/postgresql/server/distributed/pg_dist_partition.h include/postgresql/server/distributed/pg_dist_shard.h @@ -44,5 +46,21 @@ share/postgresql/extension/citus--5.0-1. share/postgresql/extension/citus--5.0-2--5.1-1.sql share/postgresql/extension/citus--5.0-2.sql share/postgresql/extension/citus--5.0.sql +share/postgresql/extension/citus--5.1-1--5.1-2.sql share/postgresql/extension/citus--5.1-1.sql +share/postgresql/extension/citus--5.1-2--5.1-3.sql +share/postgresql/extension/citus--5.1-2.sql +share/postgresql/extension/citus--5.1-3--5.1-4.sql +share/postgresql/extension/citus--5.1-3.sql +share/postgresql/extension/citus--5.1-4--5.1-5.sql +share/postgresql/extension/citus--5.1-4.sql +share/postgresql/extension/citus--5.1-5--5.1-6.sql +share/postgresql/extension/citus--5.1-5.sql +share/postgresql/extension/citus--5.1-6--5.1-7.sql +share/postgresql/extension/citus--5.1-6.sql +share/postgresql/extension/citus--5.1-7--5.1-8.sql +share/postgresql/extension/citus--5.1-7.sql +share/postgresql/extension/citus--5.1-8--5.2-1.sql +share/postgresql/extension/citus--5.1-8.sql +share/postgresql/extension/citus--5.2-1.sql share/postgresql/extension/citus.control