From owner-svn-ports-head@freebsd.org Thu May 19 14:52:43 2016 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 60C8AB42B5E; Thu, 19 May 2016 14:52:43 +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 1323A10B2; Thu, 19 May 2016 14:52:43 +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 u4JEqg8G094871; Thu, 19 May 2016 14:52:42 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4JEqga2094868; Thu, 19 May 2016 14:52:42 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201605191452.u4JEqga2094868@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 19 May 2016 14:52:42 +0000 (UTC) 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 X-SVN-Group: ports-head 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.22 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: Thu, 19 May 2016 14:52:43 -0000 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 ++#include + + #include "access/heapam.h" + #include "access/htup_details.h"