From owner-svn-ports-head@freebsd.org Tue Aug 29 12:43:08 2017 Return-Path: Delivered-To: svn-ports-head@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 35A76DD9CFA; Tue, 29 Aug 2017 12:43:08 +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 0D0CFB65; Tue, 29 Aug 2017 12:43:07 +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 v7TCh6c0026933; Tue, 29 Aug 2017 12:43:06 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7TCh6qQ026930; Tue, 29 Aug 2017 12:43:06 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201708291243.v7TCh6qQ026930@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Tue, 29 Aug 2017 12:43:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448909 - 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: 448909 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Aug 2017 12:43:08 -0000 Author: matthew Date: Tue Aug 29 12:43:06 2017 New Revision: 448909 URL: https://svnweb.freebsd.org/changeset/ports/448909 Log: Upgrade to 7.0.0 Pet portlint by reordering some lines in the Makefile Note: minimum required value of postgresql is now 9.6 ChangeLog: https://github.com/citusdata/citus/blob/v7.0.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 Tue Aug 29 11:56:52 2017 (r448908) +++ head/databases/pg_citus/Makefile Tue Aug 29 12:43:06 2017 (r448909) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= citus -PORTVERSION= 6.2.3 +PORTVERSION= 7.0.0 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= pg_ @@ -12,12 +12,12 @@ COMMENT= Horizontally scale Postgresql using sharding LICENSE= AGPLv3 -USE_GITHUB= yes -GH_ACCOUNT= citusdata - -USES= gmake pgsql:9.5+ autoreconf readline +USES= gmake pgsql:9.6+ autoreconf readline WANT_PGSQL= lib server GNU_CONFIGURE= yes + +USE_GITHUB= yes +GH_ACCOUNT= citusdata INSTALL_TARGET= install-strip MAKE_ARGS= INSTALL="${INSTALL} -c" Modified: head/databases/pg_citus/distinfo ============================================================================== --- head/databases/pg_citus/distinfo Tue Aug 29 11:56:52 2017 (r448908) +++ head/databases/pg_citus/distinfo Tue Aug 29 12:43:06 2017 (r448909) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500364275 -SHA256 (citusdata-citus-v6.2.3_GH0.tar.gz) = 03ace362e3f23b4f02c05cb567268ad13f64ec1a8de96e5ec0e607af2e3bd67e -SIZE (citusdata-citus-v6.2.3_GH0.tar.gz) = 2282287 +TIMESTAMP = 1504009654 +SHA256 (citusdata-citus-v7.0.0_GH0.tar.gz) = bdfa80356480ebaa770b54e438fb263b3e524be45492412befd6825199c3c59e +SIZE (citusdata-citus-v7.0.0_GH0.tar.gz) = 2451397 Modified: head/databases/pg_citus/pkg-plist ============================================================================== --- head/databases/pg_citus/pkg-plist Tue Aug 29 11:56:52 2017 (r448908) +++ head/databases/pg_citus/pkg-plist Tue Aug 29 12:43:06 2017 (r448909) @@ -1,4 +1,5 @@ include/postgresql/server/citus_version.h +include/postgresql/server/distributed/backend_data.h include/postgresql/server/distributed/citus_clauses.h include/postgresql/server/distributed/citus_nodefuncs.h include/postgresql/server/distributed/citus_nodes.h @@ -6,10 +7,15 @@ include/postgresql/server/distributed/citus_ruleutils. include/postgresql/server/distributed/colocation_utils.h include/postgresql/server/distributed/connection_management.h include/postgresql/server/distributed/deparse_shard_query.h +include/postgresql/server/distributed/distributed_deadlock_detection.h include/postgresql/server/distributed/distribution_column.h include/postgresql/server/distributed/errormessage.h include/postgresql/server/distributed/hash_helpers.h +include/postgresql/server/distributed/insert_select_executor.h +include/postgresql/server/distributed/insert_select_planner.h include/postgresql/server/distributed/listutils.h +include/postgresql/server/distributed/lock_graph.h +include/postgresql/server/distributed/maintenanced.h include/postgresql/server/distributed/master_metadata_utility.h include/postgresql/server/distributed/master_protocol.h include/postgresql/server/distributed/metadata_cache.h @@ -22,8 +28,10 @@ include/postgresql/server/distributed/multi_join_order include/postgresql/server/distributed/multi_logical_optimizer.h include/postgresql/server/distributed/multi_logical_planner.h include/postgresql/server/distributed/multi_master_planner.h +include/postgresql/server/distributed/multi_partitioning_utils.h include/postgresql/server/distributed/multi_physical_planner.h include/postgresql/server/distributed/multi_planner.h +include/postgresql/server/distributed/multi_progress.h include/postgresql/server/distributed/multi_resowner.h include/postgresql/server/distributed/multi_router_executor.h include/postgresql/server/distributed/multi_router_planner.h @@ -34,8 +42,8 @@ include/postgresql/server/distributed/pg_dist_colocati include/postgresql/server/distributed/pg_dist_local_group.h include/postgresql/server/distributed/pg_dist_node.h include/postgresql/server/distributed/pg_dist_partition.h +include/postgresql/server/distributed/pg_dist_placement.h include/postgresql/server/distributed/pg_dist_shard.h -include/postgresql/server/distributed/pg_dist_shard_placement.h include/postgresql/server/distributed/pg_dist_transaction.h include/postgresql/server/distributed/placement_connection.h include/postgresql/server/distributed/reference_table_utils.h @@ -46,9 +54,10 @@ include/postgresql/server/distributed/remote_transacti include/postgresql/server/distributed/resource_lock.h include/postgresql/server/distributed/shard_pruning.h include/postgresql/server/distributed/shardinterval_utils.h +include/postgresql/server/distributed/shared_library_init.h include/postgresql/server/distributed/task_tracker.h include/postgresql/server/distributed/task_tracker_protocol.h -include/postgresql/server/distributed/test_helper_functions.h +include/postgresql/server/distributed/transaction_identifier.h include/postgresql/server/distributed/transaction_management.h include/postgresql/server/distributed/transaction_recovery.h include/postgresql/server/distributed/transmit.h @@ -162,5 +171,35 @@ share/postgresql/extension/citus--6.2-2--6.2-3.sql share/postgresql/extension/citus--6.2-2.sql share/postgresql/extension/citus--6.2-3--6.2-4.sql share/postgresql/extension/citus--6.2-3.sql +share/postgresql/extension/citus--6.2-4--7.0-1.sql share/postgresql/extension/citus--6.2-4.sql +share/postgresql/extension/citus--7.0-1--7.0-2.sql +share/postgresql/extension/citus--7.0-1.sql +share/postgresql/extension/citus--7.0-10--7.0-11.sql +share/postgresql/extension/citus--7.0-10.sql +share/postgresql/extension/citus--7.0-11--7.0-12.sql +share/postgresql/extension/citus--7.0-11.sql +share/postgresql/extension/citus--7.0-12--7.0-13.sql +share/postgresql/extension/citus--7.0-12.sql +share/postgresql/extension/citus--7.0-13--7.0-14.sql +share/postgresql/extension/citus--7.0-13.sql +share/postgresql/extension/citus--7.0-14--7.0-15.sql +share/postgresql/extension/citus--7.0-14.sql +share/postgresql/extension/citus--7.0-15.sql +share/postgresql/extension/citus--7.0-2--7.0-3.sql +share/postgresql/extension/citus--7.0-2.sql +share/postgresql/extension/citus--7.0-3--7.0-4.sql +share/postgresql/extension/citus--7.0-3.sql +share/postgresql/extension/citus--7.0-4--7.0-5.sql +share/postgresql/extension/citus--7.0-4.sql +share/postgresql/extension/citus--7.0-5--7.0-6.sql +share/postgresql/extension/citus--7.0-5.sql +share/postgresql/extension/citus--7.0-6--7.0-7.sql +share/postgresql/extension/citus--7.0-6.sql +share/postgresql/extension/citus--7.0-7--7.0-8.sql +share/postgresql/extension/citus--7.0-7.sql +share/postgresql/extension/citus--7.0-8--7.0-9.sql +share/postgresql/extension/citus--7.0-8.sql +share/postgresql/extension/citus--7.0-9--7.0-10.sql +share/postgresql/extension/citus--7.0-9.sql share/postgresql/extension/citus.control