Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 May 2016 14:52:42 +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: r415507 - in head/databases/pg_citus: . files
Message-ID:  <201605191452.u4JEqga2094868@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Thu May 19 14:52:41 2016
New Revision: 415507
URL: https://svnweb.freebsd.org/changeset/ports/415507

Log:
  Update to 5.1.0
  
    - Remove all the previous patches: fixed upstream
    - but add a new patch for another missing header file
  
  ChangeLog:  https://github.com/citusdata/citus/blob/v5.1.0/CHANGELOG.md

Added:
  head/databases/pg_citus/files/patch-src_backend_distributed_commands_multi__copy.c   (contents, props changed)
Deleted:
  head/databases/pg_citus/files/patch-configure.in
  head/databases/pg_citus/files/patch-src_backend_distributed_executor_multi__real__time__executor.c
  head/databases/pg_citus/files/patch-src_backend_distributed_executor_multi__task__tracker__executor.c
  head/databases/pg_citus/files/patch-src_backend_distributed_worker_worker__partition__protocol.c
Modified:
  head/databases/pg_citus/Makefile
  head/databases/pg_citus/distinfo

Modified: head/databases/pg_citus/Makefile
==============================================================================
--- head/databases/pg_citus/Makefile	Thu May 19 14:31:37 2016	(r415506)
+++ head/databases/pg_citus/Makefile	Thu May 19 14:52:41 2016	(r415507)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	citus
-PORTVERSION=	5.0.1
+PORTVERSION=	5.1.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	databases
 PKGNAMEPREFIX=	pg_

Modified: head/databases/pg_citus/distinfo
==============================================================================
--- head/databases/pg_citus/distinfo	Thu May 19 14:31:37 2016	(r415506)
+++ head/databases/pg_citus/distinfo	Thu May 19 14:52:41 2016	(r415507)
@@ -1,2 +1,3 @@
-SHA256 (citusdata-citus-v5.0.1_GH0.tar.gz) = dd81a2f2a0fb5bb6e4a990b96f04857d7e6d8fcd607d7aabf70087506f7a2fc9
-SIZE (citusdata-citus-v5.0.1_GH0.tar.gz) = 1615451
+TIMESTAMP = 1463668034
+SHA256 (citusdata-citus-v5.1.0_GH0.tar.gz) = bd577091bf4cde10d85eec87b1d90b569306772128002bff4034e1c6b3938578
+SIZE (citusdata-citus-v5.1.0_GH0.tar.gz) = 1669718

Added: head/databases/pg_citus/files/patch-src_backend_distributed_commands_multi__copy.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/pg_citus/files/patch-src_backend_distributed_commands_multi__copy.c	Thu May 19 14:52:41 2016	(r415507)
@@ -0,0 +1,10 @@
+--- src/backend/distributed/commands/multi_copy.c.orig	2016-05-19 14:44:50 UTC
++++ src/backend/distributed/commands/multi_copy.c
+@@ -52,6 +52,7 @@
+ #include "plpgsql.h"
+ 
+ #include <string.h>
++#include <netinet/in.h>
+ 
+ #include "access/heapam.h"
+ #include "access/htup_details.h"



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