From owner-dev-commits-ports-all@freebsd.org Sun Aug 1 20:13:27 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BA6AC665898; Sun, 1 Aug 2021 20:13:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GdC4l3cHfz3P3M; Sun, 1 Aug 2021 20:13:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5A1B91286D; Sun, 1 Aug 2021 20:13:27 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 171KDROB063104; Sun, 1 Aug 2021 20:13:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 171KDRkD063103; Sun, 1 Aug 2021 20:13:27 GMT (envelope-from git) Date: Sun, 1 Aug 2021 20:13:27 GMT Message-Id: <202108012013.171KDRkD063103@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kevin Bowling Subject: git: 4a4fa537425b - main - databases/timescaledb: Update to 2.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kbowling X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4a4fa537425b650ca2ae44311bfe4eebb966b3f4 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2021 20:13:27 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=4a4fa537425b650ca2ae44311bfe4eebb966b3f4 commit 4a4fa537425b650ca2ae44311bfe4eebb966b3f4 Author: Kevin Bowling AuthorDate: 2021-08-01 19:53:57 +0000 Commit: Kevin Bowling 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 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 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