Date: Tue, 24 Jan 2023 18:44:48 GMT From: Kevin Bowling <kbowling@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4da60033b13a - main - databases/timescaledb: Update to 2.9.2 Message-ID: <202301241844.30OIimj4081536@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=4da60033b13a00c1d0ff5ac1c5541ffd59574fd8 commit 4da60033b13a00c1d0ff5ac1c5541ffd59574fd8 Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2023-01-24 18:43:57 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2023-01-24 18:43:57 +0000 databases/timescaledb: Update to 2.9.2 Adds support for pgsql 15. Changes: https://github.com/timescale/timescaledb/blob/main/CHANGELOG.md#292-2023-01-26 --- databases/timescaledb/Makefile | 4 ++-- databases/timescaledb/distinfo | 6 +++--- databases/timescaledb/pkg-plist | 3 +++ 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/databases/timescaledb/Makefile b/databases/timescaledb/Makefile index 810a57a1f4f1..dce2e8b560f2 100644 --- a/databases/timescaledb/Makefile +++ b/databases/timescaledb/Makefile @@ -1,5 +1,5 @@ PORTNAME= timescaledb -PORTVERSION= 2.8.1 +PORTVERSION= 2.9.2 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org @@ -13,7 +13,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 gettext-runtime cpe pgsql:12,13,14 +USES= compiler:c11 cmake gettext-runtime cpe pgsql:12,13,14,15 USE_GITHUB= YES GH_ACCOUNT= timescale diff --git a/databases/timescaledb/distinfo b/databases/timescaledb/distinfo index 9f50604eb360..a7e2e40c3ff5 100644 --- a/databases/timescaledb/distinfo +++ b/databases/timescaledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1665272765 -SHA256 (timescale-timescaledb-2.8.1_GH0.tar.gz) = 22a057c4472d23bf08778932e391f38f350ef0307cf99fb8e279c8245667d3e9 -SIZE (timescale-timescaledb-2.8.1_GH0.tar.gz) = 6789998 +TIMESTAMP = 1674585785 +SHA256 (timescale-timescaledb-2.9.2_GH0.tar.gz) = 640af611adb496d8b81bb2959d55769f25e1e6e74e71a23a88a827268a48f2ee +SIZE (timescale-timescaledb-2.9.2_GH0.tar.gz) = 7265748 diff --git a/databases/timescaledb/pkg-plist b/databases/timescaledb/pkg-plist index e871b23a7d80..849daa3bbd99 100644 --- a/databases/timescaledb/pkg-plist +++ b/databases/timescaledb/pkg-plist @@ -32,5 +32,8 @@ share/postgresql/extension/timescaledb--2.7.0--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.7.1--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.7.2--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.8.0--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--2.8.1--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--2.9.0--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--2.9.1--%%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?202301241844.30OIimj4081536>