git: 4a4fa537425b - main - databases/timescaledb: Update to 2.4.0

Kevin Bowling kbowling at FreeBSD.org
Sun Aug 1 20:13:27 UTC 2021


The branch main has been updated by kbowling:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4a4fa537425b650ca2ae44311bfe4eebb966b3f4

commit 4a4fa537425b650ca2ae44311bfe4eebb966b3f4
Author:     Kevin Bowling <kbowling at FreeBSD.org>
AuthorDate: 2021-08-01 19:53:57 +0000
Commit:     Kevin Bowling <kbowling at FreeBSD.org>
CommitDate: 2021-08-01 20:12:02 +0000

    databases/timescaledb: Update to 2.4.0
    
    This release ends support for postgres 11.
    
    Changes: https://github.com/timescale/timescaledb/commit/63f2bdfc9e6f701132adbc163a6679ae04bd8ec7
---
 databases/timescaledb/Makefile  |  6 +++---
 databases/timescaledb/distinfo  |  6 +++---
 databases/timescaledb/pkg-plist | 16 +---------------
 3 files changed, 7 insertions(+), 21 deletions(-)

diff --git a/databases/timescaledb/Makefile b/databases/timescaledb/Makefile
index 05f8c196f1e1..165e50313395 100644
--- a/databases/timescaledb/Makefile
+++ b/databases/timescaledb/Makefile
@@ -1,7 +1,7 @@
 # Created by: Kevin Bowling <kbowling at freebsd.org>
 
 PORTNAME=	timescaledb
-PORTVERSION=	2.3.1
+PORTVERSION=	2.4.0
 CATEGORIES=	databases
 
 MAINTAINER=	kbowling at 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:11,12,13
+USES=		compiler:c11 cmake pgsql:12,13
 
 USE_GITHUB=	YES
 GH_ACCOUNT=	timescale
@@ -34,7 +34,7 @@ SSL_CMAKE_BOOL=		USE_OPENSSL
 SSL_USES=		ssl
 TSL_CMAKE_BOOL_OFF=	APACHE_ONLY
 
-CMAKE_OFF=	REGRESS_CHECKS WARNINGS_AS_ERRORS
+CMAKE_OFF=	REGRESS_CHECKS TAP_CHECKS WARNINGS_AS_ERRORS
 WANT_PGSQL=	lib server
 
 .include <bsd.port.mk>
diff --git a/databases/timescaledb/distinfo b/databases/timescaledb/distinfo
index 290c925827ea..2d36204e8b08 100644
--- a/databases/timescaledb/distinfo
+++ b/databases/timescaledb/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1625737238
-SHA256 (timescale-timescaledb-2.3.1_GH0.tar.gz) = 53882d8b7338d5fde7b4139021b3e90e9caf0247915bce904be38f3289a83199
-SIZE (timescale-timescaledb-2.3.1_GH0.tar.gz) = 2699256
+TIMESTAMP = 1627846323
+SHA256 (timescale-timescaledb-2.4.0_GH0.tar.gz) = 1adbff3ae7f8f39d1b5ac2189d60b9bd0a8154c0c3603e53b030a204f72d86af
+SIZE (timescale-timescaledb-2.4.0_GH0.tar.gz) = 2398107
diff --git a/databases/timescaledb/pkg-plist b/databases/timescaledb/pkg-plist
index 3c7d47271493..6ee10a310c45 100644
--- a/databases/timescaledb/pkg-plist
+++ b/databases/timescaledb/pkg-plist
@@ -1,21 +1,6 @@
 lib/postgresql/timescaledb-%%PORTVERSION%%.so
 %%TSL%%lib/postgresql/timescaledb-tsl-%%PORTVERSION%%.so
 lib/postgresql/timescaledb.so
-share/postgresql/extension/timescaledb--1.1.0--%%PORTVERSION%%.sql
-share/postgresql/extension/timescaledb--1.1.1--%%PORTVERSION%%.sql
-share/postgresql/extension/timescaledb--1.2.0--%%PORTVERSION%%.sql
-share/postgresql/extension/timescaledb--1.2.1--%%PORTVERSION%%.sql
-share/postgresql/extension/timescaledb--1.2.2--%%PORTVERSION%%.sql
-share/postgresql/extension/timescaledb--1.3.0--%%PORTVERSION%%.sql
-share/postgresql/extension/timescaledb--1.3.1--%%PORTVERSION%%.sql
-share/postgresql/extension/timescaledb--1.3.2--%%PORTVERSION%%.sql
-share/postgresql/extension/timescaledb--1.4.0--%%PORTVERSION%%.sql
-share/postgresql/extension/timescaledb--1.4.1--%%PORTVERSION%%.sql
-share/postgresql/extension/timescaledb--1.4.2--%%PORTVERSION%%.sql
-share/postgresql/extension/timescaledb--1.5.0--%%PORTVERSION%%.sql
-share/postgresql/extension/timescaledb--1.5.1--%%PORTVERSION%%.sql
-share/postgresql/extension/timescaledb--1.6.0--%%PORTVERSION%%.sql
-share/postgresql/extension/timescaledb--1.6.1--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--1.7.0--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--1.7.1--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--1.7.2--%%PORTVERSION%%.sql
@@ -34,5 +19,6 @@ 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--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb.control


More information about the dev-commits-ports-main mailing list