diff options
author | kbowling <kbowling@FreeBSD.org> | 2019-11-04 03:39:22 +0800 |
---|---|---|
committer | kbowling <kbowling@FreeBSD.org> | 2019-11-04 03:39:22 +0800 |
commit | 7778a254456d8d0c37fda86cd9c7ae9dfe774f9f (patch) | |
tree | 75ba1807819df62c9b71fd42e62d17af911e4f9b /databases | |
parent | 751741a0f92f89362fa49232c1818477a2ffadea (diff) | |
download | freebsd-ports-gnome-7778a254456d8d0c37fda86cd9c7ae9dfe774f9f.tar.gz freebsd-ports-gnome-7778a254456d8d0c37fda86cd9c7ae9dfe774f9f.tar.zst freebsd-ports-gnome-7778a254456d8d0c37fda86cd9c7ae9dfe774f9f.zip |
databases/timescaledb: Update to 1.5.0
This release adds support for native compression
Changelog https://github.com/timescale/timescaledb/releases/tag/1.5.0
Approved by: krion (mentor)
Sponsored by: BBOX.io
Differential Revision: https://reviews.freebsd.org/D22225
Diffstat (limited to 'databases')
-rw-r--r-- | databases/timescaledb/Makefile | 7 | ||||
-rw-r--r-- | databases/timescaledb/distinfo | 6 | ||||
-rw-r--r-- | databases/timescaledb/pkg-plist | 1 |
3 files changed, 8 insertions, 6 deletions
diff --git a/databases/timescaledb/Makefile b/databases/timescaledb/Makefile index fe4078209412..88e3ca182bf2 100644 --- a/databases/timescaledb/Makefile +++ b/databases/timescaledb/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= timescaledb -PORTVERSION= 1.4.2 +PORTVERSION= 1.5.0 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org @@ -24,8 +24,6 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} SUB_FILES= pkg-message SUB_LIST= PORTVERSION=${PORTVERSION} -WANT_PGSQL= server - OPTIONS_DEFINE= TSL OPTIONS_DEFAULT= TSL OPTIONS_SUB= yes @@ -33,4 +31,7 @@ OPTIONS_SUB= yes TSL_DESC= Enables TSL licensed code in additon to Apache license code TSL_CMAKE_BOOL_OFF= APACHE_ONLY +CMAKE_OFF= REGRESS_CHECKS +WANT_PGSQL= server + .include <bsd.port.mk> diff --git a/databases/timescaledb/distinfo b/databases/timescaledb/distinfo index e36a00b07a99..e3afb776c4d1 100644 --- a/databases/timescaledb/distinfo +++ b/databases/timescaledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1568257186 -SHA256 (timescale-timescaledb-1.4.2_GH0.tar.gz) = 04fb0330d8e4c36d8e0d17bf9ec90f08cfeeda406c1917eb525ebc14f52ab018 -SIZE (timescale-timescaledb-1.4.2_GH0.tar.gz) = 1286256 +TIMESTAMP = 1572759735 +SHA256 (timescale-timescaledb-1.5.0_GH0.tar.gz) = 5d707d5b474e955b21e0f85fa456d1456b0c0e165f34a2c8597dd8fb7f695ff6 +SIZE (timescale-timescaledb-1.5.0_GH0.tar.gz) = 1611544 diff --git a/databases/timescaledb/pkg-plist b/databases/timescaledb/pkg-plist index 94b47a6ec0fc..ee997e64b7ff 100644 --- a/databases/timescaledb/pkg-plist +++ b/databases/timescaledb/pkg-plist @@ -36,5 +36,6 @@ share/postgresql/extension/timescaledb--1.3.1--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--1.3.2--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--1.4.0--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--1.4.1--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--1.4.2--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb.control |