git: 7ae62e2499a8 - main - databases/timescaledb: Update to 2.5.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Oct 2021 05:29:04 UTC
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=7ae62e2499a83a4d9d38670a8ab6583490a45595 commit 7ae62e2499a83a4d9d38670a8ab6583490a45595 Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2021-10-27 23:01:31 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2021-10-28 05:28:47 +0000 databases/timescaledb: Update to 2.5.0 New features: * Continuous Aggregates for Distributed Hypertables * Support for PostgreSQL 14 * Add support for timezones in time_bucket_ng() Changes: https://github.com/timescale/timescaledb/blob/master/CHANGELOG.md#250-2021-10-28 --- databases/timescaledb/Makefile | 4 ++-- databases/timescaledb/distinfo | 6 +++--- databases/timescaledb/pkg-plist | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/databases/timescaledb/Makefile b/databases/timescaledb/Makefile index 9576cc7e7fed..54cf18b2c9cb 100644 --- a/databases/timescaledb/Makefile +++ b/databases/timescaledb/Makefile @@ -1,7 +1,7 @@ # Created by: Kevin Bowling <kbowling@freebsd.org> PORTNAME= timescaledb -PORTVERSION= 2.4.2 +PORTVERSION= 2.5.0 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org @@ -14,7 +14,7 @@ LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_TSL= ${WRKSRC}/tsl/LICENSE-TIMESCALE LICENSE_PERMS_TSL= dist-mirror pkg-mirror auto-accept -USES= compiler:c11 cmake pgsql:12,13 +USES= compiler:c11 cmake gettext-runtime pgsql:12,13,14 USE_GITHUB= YES GH_ACCOUNT= timescale diff --git a/databases/timescaledb/distinfo b/databases/timescaledb/distinfo index 23bb063349af..ddfcd8caeb25 100644 --- a/databases/timescaledb/distinfo +++ b/databases/timescaledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632414693 -SHA256 (timescale-timescaledb-2.4.2_GH0.tar.gz) = b206a376251259eb745eee819e7a853b3fbab9dc8443303714484a0fef89a2a4 -SIZE (timescale-timescaledb-2.4.2_GH0.tar.gz) = 2409324 +TIMESTAMP = 1635375491 +SHA256 (timescale-timescaledb-2.5.0_GH0.tar.gz) = 9d67fe70aa01cea5feceb084adc01eca8a082d847f917e68e073ab67e497af76 +SIZE (timescale-timescaledb-2.5.0_GH0.tar.gz) = 2737786 diff --git a/databases/timescaledb/pkg-plist b/databases/timescaledb/pkg-plist index 775371505ddf..5b5dafdc5512 100644 --- a/databases/timescaledb/pkg-plist +++ b/databases/timescaledb/pkg-plist @@ -22,5 +22,6 @@ share/postgresql/extension/timescaledb--2.3.0--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.3.1--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.4.0--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.4.1--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--2.4.2--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb.control