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
This commit is contained in:
parent
974c429b89
commit
4da60033b1
3 changed files with 8 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue