Index: head/databases/pg_citus/Makefile =================================================================== --- head/databases/pg_citus/Makefile (revision 415506) +++ head/databases/pg_citus/Makefile (revision 415507) @@ -1,32 +1,32 @@ # Created by: Matthew Seaman # $FreeBSD$ PORTNAME= citus -PORTVERSION= 5.0.1 +PORTVERSION= 5.1.0 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= pg_ MAINTAINER= matthew@FreeBSD.org COMMENT= Horizontally scale Postgresql using sharding and replication LICENSE= AGPLv3 USE_GITHUB= yes GH_ACCOUNT= citusdata USES= gmake pgsql:9.4+ autoreconf WANT_PGSQL= server GNU_CONFIGURE= yes INSTALL_TARGET= install-strip MAKE_ARGS= INSTALL="${INSTALL} -c" .include .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000033 BUILD_DEPENDS+= ${LOCALBASE}/bin/flex:textproc/flex MAKE_ARGS+= FLEX=${LOCALBASE}/bin/flex .endif .include Index: head/databases/pg_citus/distinfo =================================================================== --- head/databases/pg_citus/distinfo (revision 415506) +++ head/databases/pg_citus/distinfo (revision 415507) @@ -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 Index: head/databases/pg_citus/files/patch-src_backend_distributed_executor_multi__task__tracker__executor.c =================================================================== --- head/databases/pg_citus/files/patch-src_backend_distributed_executor_multi__task__tracker__executor.c (revision 415506) +++ head/databases/pg_citus/files/patch-src_backend_distributed_executor_multi__task__tracker__executor.c (nonexistent) @@ -1,10 +0,0 @@ ---- src/backend/distributed/executor/multi_task_tracker_executor.c.orig 2016-03-23 23:36:42 UTC -+++ src/backend/distributed/executor/multi_task_tracker_executor.c -@@ -20,6 +20,7 @@ - #include "postgres.h" - #include "miscadmin.h" - -+#include - #include - - #include "commands/dbcommands.h" Property changes on: head/databases/pg_citus/files/patch-src_backend_distributed_executor_multi__task__tracker__executor.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -on \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/pg_citus/files/patch-configure.in =================================================================== --- head/databases/pg_citus/files/patch-configure.in (revision 415506) +++ head/databases/pg_citus/files/patch-configure.in (nonexistent) @@ -1,12 +0,0 @@ ---- configure.in.orig 2016-03-23 23:36:42 UTC -+++ configure.in -@@ -58,6 +58,9 @@ SAVE_CFLAGS="$CFLAGS" - AC_PROG_CC([$($PG_CONFIG --cc)]) - CFLAGS="$SAVE_CFLAGS" - -+# Add the Postgres PKGINCLUDEDIR to the include search path -+CPPFLAGS="$CPPFLAGS -I$($PG_CONFIG --pkgincludedir)" -+ - # check for a number of CFLAGS that make development easier - - # CITUSAC_PROG_CC_CFLAGS_OPT Property changes on: head/databases/pg_citus/files/patch-configure.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -on \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/pg_citus/files/patch-src_backend_distributed_worker_worker__partition__protocol.c =================================================================== --- head/databases/pg_citus/files/patch-src_backend_distributed_worker_worker__partition__protocol.c (revision 415506) +++ head/databases/pg_citus/files/patch-src_backend_distributed_worker_worker__partition__protocol.c (nonexistent) @@ -1,10 +0,0 @@ ---- src/backend/distributed/worker/worker_partition_protocol.c.orig 2016-03-23 23:36:42 UTC -+++ src/backend/distributed/worker/worker_partition_protocol.c -@@ -17,6 +17,7 @@ - #include "postgres.h" - #include "funcapi.h" - -+#include - #include - #include - #ifdef HAVE_INTTYPES_H Property changes on: head/databases/pg_citus/files/patch-src_backend_distributed_worker_worker__partition__protocol.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -on \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: 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__real__time__executor.c (revision 415506) +++ head/databases/pg_citus/files/patch-src_backend_distributed_executor_multi__real__time__executor.c (nonexistent) @@ -1,10 +0,0 @@ ---- src/backend/distributed/executor/multi_real_time_executor.c.orig 2016-03-23 23:36:42 UTC -+++ src/backend/distributed/executor/multi_real_time_executor.c -@@ -19,6 +19,7 @@ - #include "postgres.h" - #include "miscadmin.h" - -+#include - #include - - #include "commands/dbcommands.h" Property changes on: head/databases/pg_citus/files/patch-src_backend_distributed_executor_multi__real__time__executor.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -on \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/pg_citus/files/patch-src_backend_distributed_commands_multi__copy.c =================================================================== --- head/databases/pg_citus/files/patch-src_backend_distributed_commands_multi__copy.c (nonexistent) +++ head/databases/pg_citus/files/patch-src_backend_distributed_commands_multi__copy.c (revision 415507) @@ -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" Property changes on: head/databases/pg_citus/files/patch-src_backend_distributed_commands_multi__copy.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property