Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Nov 2017 07:37:54 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454364 - head/databases/pg_citus
Message-ID:  <201711170737.vAH7bsoT076475@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711170737.vAH7bsoT076475>