From owner-svn-ports-head@freebsd.org Fri Nov 17 07:37:55 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 8A070DBCF69; Fri, 17 Nov 2017 07:37:55 +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 56F987DCDE; Fri, 17 Nov 2017 07:37:55 +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 vAH7bs7V076478; Fri, 17 Nov 2017 07:37:54 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAH7bsoT076475; Fri, 17 Nov 2017 07:37:54 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201711170737.vAH7bsoT076475@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Fri, 17 Nov 2017 07:37:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454364 - 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: 454364 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.25 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: Fri, 17 Nov 2017 07:37:55 -0000 Author: matthew Date: Fri Nov 17 07:37:54 2017 New Revision: 454364 URL: https://svnweb.freebsd.org/changeset/ports/454364 Log: Update to 7.1.0 Add a new option ANONSTATS to enable anonymous statistics collection, off by default. 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 Nov 17 06:31:37 2017 (r454363) +++ head/databases/pg_citus/Makefile Fri Nov 17 07:37:54 2017 (r454364) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= citus -PORTVERSION= 7.0.3 +PORTVERSION= 7.1.0 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= pg_ @@ -15,6 +15,12 @@ LICENSE= AGPLv3 USES= gmake pgsql:9.6+ autoreconf readline WANT_PGSQL= lib server GNU_CONFIGURE= yes + +OPTIONS_DEFINE= ANONSTATS + +ANONSTATS_DESC= Enable anonymous statistics collection +ANONSTATS_CONFIGURE_WITH= libcurl +ANONSTATS_LIB_DEPENDS= libcurl.so:ftp/curl USE_GITHUB= yes GH_ACCOUNT= citusdata Modified: head/databases/pg_citus/distinfo ============================================================================== --- head/databases/pg_citus/distinfo Fri Nov 17 06:31:37 2017 (r454363) +++ head/databases/pg_citus/distinfo Fri Nov 17 07:37:54 2017 (r454364) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508307694 -SHA256 (citusdata-citus-v7.0.3_GH0.tar.gz) = 38698986cb807309875b11f548e96b06a35390c9a3e60c233b59356faacd1663 -SIZE (citusdata-citus-v7.0.3_GH0.tar.gz) = 2459522 +TIMESTAMP = 1510900239 +SHA256 (citusdata-citus-v7.1.0_GH0.tar.gz) = 290a905d9d7b0bc67a6a56b72fec36aedbe8e7d20aad36dfd0bdb97d938a44e3 +SIZE (citusdata-citus-v7.1.0_GH0.tar.gz) = 2599530 Modified: head/databases/pg_citus/pkg-plist ============================================================================== --- head/databases/pg_citus/pkg-plist Fri Nov 17 06:31:37 2017 (r454363) +++ head/databases/pg_citus/pkg-plist Fri Nov 17 07:37:54 2017 (r454364) @@ -41,6 +41,7 @@ include/postgresql/server/distributed/multi_utility.h include/postgresql/server/distributed/pg_dist_colocation.h include/postgresql/server/distributed/pg_dist_local_group.h include/postgresql/server/distributed/pg_dist_node.h +include/postgresql/server/distributed/pg_dist_node_metadata.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 @@ -55,12 +56,14 @@ 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/statistics_collection.h include/postgresql/server/distributed/task_tracker.h include/postgresql/server/distributed/task_tracker_protocol.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 +include/postgresql/server/distributed/version_compat.h include/postgresql/server/distributed/worker_manager.h include/postgresql/server/distributed/worker_protocol.h include/postgresql/server/distributed/worker_transaction.h @@ -185,6 +188,7 @@ 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--7.1-1.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 @@ -202,4 +206,11 @@ 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--7.1-1--7.1-2.sql +share/postgresql/extension/citus--7.1-1.sql +share/postgresql/extension/citus--7.1-2--7.1-3.sql +share/postgresql/extension/citus--7.1-2.sql +share/postgresql/extension/citus--7.1-3--7.1-4.sql +share/postgresql/extension/citus--7.1-3.sql +share/postgresql/extension/citus--7.1-4.sql share/postgresql/extension/citus.control