svn commit: r530228 - head/databases/pg_citus

Matthew Seaman matthew at FreeBSD.org
Wed Apr 1 17:17:48 UTC 2020


Author: matthew
Date: Wed Apr  1 17:17:37 2020
New Revision: 530228
URL: https://svnweb.freebsd.org/changeset/ports/530228

Log:
  Update to 9.2.4
  
  This release is a fix for errors in the previous 9.2.3 release.
  
  ChangeLog:	 https://github.com/citusdata/citus/blob/v9.2.4/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	Wed Apr  1 17:11:30 2020	(r530227)
+++ head/databases/pg_citus/Makefile	Wed Apr  1 17:17:37 2020	(r530228)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	citus
-PORTVERSION=	9.2.3
+PORTVERSION=	9.2.4
 DISTVERSIONPREFIX=	v
 CATEGORIES=	databases
 PKGNAMEPREFIX=	pg_

Modified: head/databases/pg_citus/distinfo
==============================================================================
--- head/databases/pg_citus/distinfo	Wed Apr  1 17:11:30 2020	(r530227)
+++ head/databases/pg_citus/distinfo	Wed Apr  1 17:17:37 2020	(r530228)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1585206553
-SHA256 (citusdata-citus-v9.2.3_GH0.tar.gz) = fdc035e341a70eea1a2a3882ec2efcad69369eda62eff714c3e19a406d5c9842
-SIZE (citusdata-citus-v9.2.3_GH0.tar.gz) = 4407374
+TIMESTAMP = 1585652566
+SHA256 (citusdata-citus-v9.2.4_GH0.tar.gz) = 078ae6ed4b4937e143c5a6aa39bd7e6a1015806f3e16f5ad7a2aded01fbe9b4d
+SIZE (citusdata-citus-v9.2.4_GH0.tar.gz) = 4371893

Modified: head/databases/pg_citus/pkg-plist
==============================================================================
--- head/databases/pg_citus/pkg-plist	Wed Apr  1 17:11:30 2020	(r530227)
+++ head/databases/pg_citus/pkg-plist	Wed Apr  1 17:17:37 2020	(r530228)
@@ -34,7 +34,6 @@ include/postgresql/server/distributed/intermediate_res
 include/postgresql/server/distributed/intermediate_results.h
 include/postgresql/server/distributed/listutils.h
 include/postgresql/server/distributed/local_executor.h
-include/postgresql/server/distributed/local_multi_copy.h
 include/postgresql/server/distributed/lock_graph.h
 include/postgresql/server/distributed/log_utils.h
 include/postgresql/server/distributed/maintenanced.h
@@ -83,7 +82,6 @@ include/postgresql/server/distributed/repartition_join
 include/postgresql/server/distributed/resource_lock.h
 include/postgresql/server/distributed/run_from_same_connection.h
 include/postgresql/server/distributed/shard_pruning.h
-include/postgresql/server/distributed/shard_utils.h
 include/postgresql/server/distributed/shardinterval_utils.h
 include/postgresql/server/distributed/shared_library_init.h
 include/postgresql/server/distributed/statistics_collection.h
@@ -162,5 +160,6 @@ share/postgresql/extension/citus--9.0-1--9.0-2.sql
 share/postgresql/extension/citus--9.0-2--9.1-1.sql
 share/postgresql/extension/citus--9.1-1--9.2-1.sql
 share/postgresql/extension/citus--9.2-1--9.2-2.sql
-share/postgresql/extension/citus--9.2-2--9.3-1.sql
+share/postgresql/extension/citus--9.2-2--9.2-4.sql
+share/postgresql/extension/citus--9.3-1--9.2-4.sql
 share/postgresql/extension/citus.control


More information about the svn-ports-all mailing list