Date: Sun, 3 Nov 2019 19:39:23 +0000 (UTC) From: Kevin Bowling <kbowling@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516593 - head/databases/timescaledb Message-ID: <201911031939.xA3JdNpa017591@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kbowling Date: Sun Nov 3 19:39:22 2019 New Revision: 516593 URL: https://svnweb.freebsd.org/changeset/ports/516593 Log: 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 Modified: head/databases/timescaledb/Makefile head/databases/timescaledb/distinfo head/databases/timescaledb/pkg-plist Modified: head/databases/timescaledb/Makefile ============================================================================== --- head/databases/timescaledb/Makefile Sun Nov 3 19:27:38 2019 (r516592) +++ head/databases/timescaledb/Makefile Sun Nov 3 19:39:22 2019 (r516593) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= timescaledb -PORTVERSION= 1.4.2 +PORTVERSION= 1.5.0 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org @@ -24,13 +24,14 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} SUB_FILES= pkg-message SUB_LIST= PORTVERSION=${PORTVERSION} -WANT_PGSQL= server - OPTIONS_DEFINE= TSL OPTIONS_DEFAULT= TSL 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> Modified: head/databases/timescaledb/distinfo ============================================================================== --- head/databases/timescaledb/distinfo Sun Nov 3 19:27:38 2019 (r516592) +++ head/databases/timescaledb/distinfo Sun Nov 3 19:39:22 2019 (r516593) @@ -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 Modified: head/databases/timescaledb/pkg-plist ============================================================================== --- head/databases/timescaledb/pkg-plist Sun Nov 3 19:27:38 2019 (r516592) +++ head/databases/timescaledb/pkg-plist Sun Nov 3 19:39:22 2019 (r516593) @@ -36,5 +36,6 @@ share/postgresql/extension/timescaledb--1.3.1--%%PORTV 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911031939.xA3JdNpa017591>