diff options
author | tnn <tnn@pkgsrc.org> | 2021-12-10 11:20:03 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2021-12-10 11:20:03 +0000 |
commit | e6a6fadf1a39e60b0a9dc9cb9483da2f74f18cad (patch) | |
tree | 6258a8b46cf17562bc5245e39d61435f46521e76 /databases | |
parent | d44bc63d218aa7b507b6d4d6bb75c2f4c63266db (diff) | |
download | pkgsrc-e6a6fadf1a39e60b0a9dc9cb9483da2f74f18cad.tar.gz |
postgresql-timescaledb: update to 2.5.1
Continuous Aggregates for Distributed Hypertables
Support for PostgreSQL 14
Experimental: Support for timezones in time_bucket_ng()
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql-timescaledb/Makefile | 6 | ||||
-rw-r--r-- | databases/postgresql-timescaledb/PLIST | 4 | ||||
-rw-r--r-- | databases/postgresql-timescaledb/distinfo | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/databases/postgresql-timescaledb/Makefile b/databases/postgresql-timescaledb/Makefile index af52f810303..8eccf3a92e4 100644 --- a/databases/postgresql-timescaledb/Makefile +++ b/databases/postgresql-timescaledb/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2021/10/03 18:10:21 tnn Exp $ +# $NetBSD: Makefile,v 1.12 2021/12/10 11:20:03 tnn Exp $ -DISTNAME= timescaledb-2.4.2 +DISTNAME= timescaledb-2.5.1 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=timescale/} @@ -17,7 +17,7 @@ USE_CMAKE= yes CMAKE_ARGS+= -DUSE_OPENSSL=ON CMAKE_ARGS+= -DREGRESS_CHECKS=OFF -PGSQL_VERSIONS_ACCEPTED= 13 12 +PGSQL_VERSIONS_ACCEPTED= 14 13 12 PKG_OPTIONS_VAR= PKG_OPTIONS.timescaledb PKG_SUPPORTED_OPTIONS+= timescale-license diff --git a/databases/postgresql-timescaledb/PLIST b/databases/postgresql-timescaledb/PLIST index de4d0defcb8..d0639252bfc 100644 --- a/databases/postgresql-timescaledb/PLIST +++ b/databases/postgresql-timescaledb/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2021/10/03 18:10:21 tnn Exp $ +@comment $NetBSD: PLIST,v 1.9 2021/12/10 11:20:03 tnn Exp $ lib/postgresql/timescaledb-${PKGVERSION}.so ${PLIST.tsl}lib/postgresql/timescaledb-tsl-${PKGVERSION}.so lib/postgresql/timescaledb.so @@ -23,5 +23,7 @@ share/postgresql/extension/timescaledb--2.3.0--${PKGVERSION}.sql share/postgresql/extension/timescaledb--2.3.1--${PKGVERSION}.sql share/postgresql/extension/timescaledb--2.4.0--${PKGVERSION}.sql share/postgresql/extension/timescaledb--2.4.1--${PKGVERSION}.sql +share/postgresql/extension/timescaledb--2.4.2--${PKGVERSION}.sql +share/postgresql/extension/timescaledb--2.5.0--${PKGVERSION}.sql share/postgresql/extension/timescaledb--${PKGVERSION}.sql share/postgresql/extension/timescaledb.control diff --git a/databases/postgresql-timescaledb/distinfo b/databases/postgresql-timescaledb/distinfo index f6ae894aa2d..a023db8786b 100644 --- a/databases/postgresql-timescaledb/distinfo +++ b/databases/postgresql-timescaledb/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 10:09:46 nia Exp $ +$NetBSD: distinfo,v 1.11 2021/12/10 11:20:03 tnn Exp $ -BLAKE2s (timescaledb-2.4.2.tar.gz) = 71321c3ab6e16d678bb0718a84d98e452fe1001a18ca36ef0285b1de28f1a21b -SHA512 (timescaledb-2.4.2.tar.gz) = 56a0ff981e7374e2845d949c5bde2f157063b36cb7f9c54c6627c35ae8a8a5e5a3637fb66c6fd5c61a25b86f80a204ab7a6071b9705646bfee6a9b252c805b2d -Size (timescaledb-2.4.2.tar.gz) = 2409324 bytes +BLAKE2s (timescaledb-2.5.1.tar.gz) = 5a70a0e9522440a5e23880b048cf2852fa49c69dab9d64e145211532f4ed523b +SHA512 (timescaledb-2.5.1.tar.gz) = 501e96c2b1fe3257444dd30a41808dc8a84bbc6275ff5908f54fffa5af406ba1e1fb9462cb4d0b4d7be1d49762e7477f9831a33d42e970f37af7f25598b65222 +Size (timescaledb-2.5.1.tar.gz) = 2760329 bytes SHA1 (patch-CMakeLists.txt) = e486505c1523a79b264c78495682a9c1913f199a |