forked from Lainports/freebsd-ports
Update to 8.3.0
Add one blank line to appease portlint. ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
This commit is contained in:
parent
37e8575738
commit
d667d06dab
3 changed files with 9 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= citus
|
||||
PORTVERSION= 8.2.2
|
||||
PORTVERSION= 8.3.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= databases
|
||||
PKGNAMEPREFIX= pg_
|
||||
|
|
@ -13,6 +13,7 @@ COMMENT= Horizontally scale Postgresql using sharding and replication
|
|||
LICENSE= AGPLv3
|
||||
|
||||
USES= gmake pgsql:10+ autoreconf readline
|
||||
|
||||
WANT_PGSQL= lib server
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1560838263
|
||||
SHA256 (citusdata-citus-v8.2.2_GH0.tar.gz) = e0b8dfc7477f34730d32fd90c7023ad3159da796e036540130fab28e06c70795
|
||||
SIZE (citusdata-citus-v8.2.2_GH0.tar.gz) = 2781504
|
||||
TIMESTAMP = 1562909882
|
||||
SHA256 (citusdata-citus-v8.3.0_GH0.tar.gz) = 97f1c90a89a677274fd74e8bf991e9c9397473a0a6f1824229b5358754b07529
|
||||
SIZE (citusdata-citus-v8.3.0_GH0.tar.gz) = 4003398
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
include/postgresql/server/citus_version.h
|
||||
include/postgresql/server/distributed/backend_data.h
|
||||
include/postgresql/server/distributed/citus_acquire_lock.h
|
||||
include/postgresql/server/distributed/citus_clauses.h
|
||||
include/postgresql/server/distributed/citus_custom_scan.h
|
||||
include/postgresql/server/distributed/citus_nodefuncs.h
|
||||
|
|
@ -186,4 +187,7 @@ share/postgresql/extension/citus--8.0-8--8.0-9.sql
|
|||
share/postgresql/extension/citus--8.0-9--8.0-10.sql
|
||||
share/postgresql/extension/citus--8.1-1--8.2-1.sql
|
||||
share/postgresql/extension/citus--8.2-1--8.2-2.sql
|
||||
share/postgresql/extension/citus--8.2-2--8.2-3.sql
|
||||
share/postgresql/extension/citus--8.2-3--8.2-4.sql
|
||||
share/postgresql/extension/citus--8.2-4--8.3-1.sql
|
||||
share/postgresql/extension/citus.control
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue