diff options
author | Kevin Bowling <kbowling@FreeBSD.org> | 2021-08-01 19:53:57 +0000 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2021-08-01 20:12:02 +0000 |
commit | 4a4fa537425b650ca2ae44311bfe4eebb966b3f4 (patch) | |
tree | 1a1fc6da2fefcc69a3eb8640b85b50b4a0f21a9a /databases/timescaledb/Makefile | |
parent | 40207d07ff35ded21841c0b259c5d614bca02f3f (diff) | |
download | ports-4a4fa537425b650ca2ae44311bfe4eebb966b3f4.tar.gz ports-4a4fa537425b650ca2ae44311bfe4eebb966b3f4.zip |
databases/timescaledb: Update to 2.4.0
This release ends support for postgres 11.
Changes: https://github.com/timescale/timescaledb/commit/63f2bdfc9e6f701132adbc163a6679ae04bd8ec7
Diffstat (limited to 'databases/timescaledb/Makefile')
-rw-r--r-- | databases/timescaledb/Makefile | 6 |
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> |