aboutsummaryrefslogtreecommitdiff
path: root/databases/timescaledb/Makefile
diff options
context:
space:
mode:
authorKevin Bowling <kbowling@FreeBSD.org>2021-08-01 19:53:57 +0000
committerKevin Bowling <kbowling@FreeBSD.org>2021-08-01 20:12:02 +0000
commit4a4fa537425b650ca2ae44311bfe4eebb966b3f4 (patch)
tree1a1fc6da2fefcc69a3eb8640b85b50b4a0f21a9a /databases/timescaledb/Makefile
parent40207d07ff35ded21841c0b259c5d614bca02f3f (diff)
downloadports-4a4fa537425b650ca2ae44311bfe4eebb966b3f4.tar.gz
ports-4a4fa537425b650ca2ae44311bfe4eebb966b3f4.zip
databases/timescaledb: Update to 2.4.0
Diffstat (limited to 'databases/timescaledb/Makefile')
-rw-r--r--databases/timescaledb/Makefile6
1 files changed, 3 insertions, 3 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@freebsd.org>
PORTNAME= timescaledb
-PORTVERSION= 2.3.1
+PORTVERSION= 2.4.0
CATEGORIES= databases
MAINTAINER= kbowling@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>