From 3d5fef6162f3033a7a2bf0649c403a43f70f2f7c Mon Sep 17 00:00:00 2001 From: Matthew Seaman Date: Fri, 17 Nov 2017 07:37:54 +0000 Subject: [PATCH] Update to 7.1.0 Add a new option ANONSTATS to enable anonymous statistics collection, off by default. --- databases/pg_citus/Makefile | 8 +++++++- databases/pg_citus/distinfo | 6 +++--- databases/pg_citus/pkg-plist | 11 +++++++++++ 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/databases/pg_citus/Makefile b/databases/pg_citus/Makefile index a829f822fe1b..a9e308d9bc59 100644 --- a/databases/pg_citus/Makefile +++ b/databases/pg_citus/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= citus -PORTVERSION= 7.0.3 +PORTVERSION= 7.1.0 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= pg_ @@ -16,6 +16,12 @@ 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 diff --git a/databases/pg_citus/distinfo b/databases/pg_citus/distinfo index 215cc74c6254..f4314aa8bcc6 100644 --- a/databases/pg_citus/distinfo +++ b/databases/pg_citus/distinfo @@ -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 diff --git a/databases/pg_citus/pkg-plist b/databases/pg_citus/pkg-plist index ea65fa40360b..d710c948163a 100644 --- a/databases/pg_citus/pkg-plist +++ b/databases/pg_citus/pkg-plist @@ -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