1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Upgrade to 5.0.1

- fixes for 32bit platforms have been applied upstream, so remove the
    corresponding patch.

ChangeLog:	  https://github.com/citusdata/citus/blob/v5.0.1/CHANGELOG.md
This commit is contained in:
Matthew Seaman 2016-04-16 23:24:14 +00:00
parent 0e2fbf73c9
commit 33223ce665
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413484
3 changed files with 3 additions and 14 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= citus
PORTVERSION= 5.0.0
PORTVERSION= 5.0.1
DISTVERSIONPREFIX= v
CATEGORIES= databases
PKGNAMEPREFIX= pg_

View File

@ -1,2 +1,2 @@
SHA256 (citusdata-citus-v5.0.0_GH0.tar.gz) = a72bd7e9020c11f19d08e58f1f8aa8e83e7f1f377facb6c8020fcaa917f9a3ee
SIZE (citusdata-citus-v5.0.0_GH0.tar.gz) = 1615520
SHA256 (citusdata-citus-v5.0.1_GH0.tar.gz) = dd81a2f2a0fb5bb6e4a990b96f04857d7e6d8fcd607d7aabf70087506f7a2fc9
SIZE (citusdata-citus-v5.0.1_GH0.tar.gz) = 1615451

View File

@ -1,11 +0,0 @@
--- src/include/distributed/master_metadata_utility.h.orig 2016-03-25 21:45:35 UTC
+++ src/include/distributed/master_metadata_utility.h
@@ -22,7 +22,7 @@
/* total number of hash tokens (2^32) */
-#define HASH_TOKEN_COUNT INT64CONST(4294967296UL)
+#define HASH_TOKEN_COUNT INT64CONST(4294967296)
/* In-memory representation of a typed tuple in pg_dist_shard. */
typedef struct ShardInterval