Date: Thu, 1 Aug 2024 06:13:38 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: 30e63670ddf0 - main - databases/timescaledb: Update to 2.16.0 Message-ID: <202408010613.4716DcpV077272@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=30e63670ddf0b5e4a2f82eb7dd3564bf03ae3b9f commit 30e63670ddf0b5e4a2f82eb7dd3564bf03ae3b9f Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2024-08-01 06:13:14 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2024-08-01 06:13:14 +0000 databases/timescaledb: Update to 2.16.0 Changes https://github.com/timescale/timescaledb/releases/tag/2.16.0 --- databases/timescaledb/Makefile | 4 ++-- databases/timescaledb/distinfo | 6 +++--- databases/timescaledb/pkg-plist | 10 +--------- 3 files changed, 6 insertions(+), 14 deletions(-) diff --git a/databases/timescaledb/Makefile b/databases/timescaledb/Makefile index c4a88021e7a0..46bc1474f3ae 100644 --- a/databases/timescaledb/Makefile +++ b/databases/timescaledb/Makefile @@ -1,5 +1,5 @@ PORTNAME= timescaledb -PORTVERSION= 2.15.3 +PORTVERSION= 2.16.0 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:13-16 +USES= compiler:c11 cmake gettext-runtime cpe pgsql:14-16 USE_GITHUB= YES GH_ACCOUNT= timescale diff --git a/databases/timescaledb/distinfo b/databases/timescaledb/distinfo index c64c81f6d784..e1b5d8f3130b 100644 --- a/databases/timescaledb/distinfo +++ b/databases/timescaledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720293337 -SHA256 (timescale-timescaledb-2.15.3_GH0.tar.gz) = 7b8a32d267f2183e012157ac928c7a835aaa29334a586b2ff9fdd291ac26998d -SIZE (timescale-timescaledb-2.15.3_GH0.tar.gz) = 7441097 +TIMESTAMP = 1722492605 +SHA256 (timescale-timescaledb-2.16.0_GH0.tar.gz) = c68c12c3d62f2e3c46d277d2558c20e31d3826b84e15a8594d1084874a1ea9a4 +SIZE (timescale-timescaledb-2.16.0_GH0.tar.gz) = 7449437 diff --git a/databases/timescaledb/pkg-plist b/databases/timescaledb/pkg-plist index 51f618c4d02b..6672c60c60c8 100644 --- a/databases/timescaledb/pkg-plist +++ b/databases/timescaledb/pkg-plist @@ -1,15 +1,6 @@ lib/postgresql/timescaledb-%%PORTVERSION%%.so %%TSL%%lib/postgresql/timescaledb-tsl-%%PORTVERSION%%.so lib/postgresql/timescaledb.so -share/postgresql/extension/timescaledb--2.1.0--%%PORTVERSION%%.sql -share/postgresql/extension/timescaledb--2.1.1--%%PORTVERSION%%.sql -share/postgresql/extension/timescaledb--2.2.0--%%PORTVERSION%%.sql -share/postgresql/extension/timescaledb--2.2.1--%%PORTVERSION%%.sql -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--2.5.0--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.5.1--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.5.2--%%PORTVERSION%%.sql @@ -42,5 +33,6 @@ share/postgresql/extension/timescaledb--2.14.2--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.15.0--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.15.1--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.15.2--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--2.15.3--%%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?202408010613.4716DcpV077272>