From nobody Thu Oct 28 05:29:04 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 7EBF8183629F; Thu, 28 Oct 2021 05:29:04 +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 4HfvHh2m0Dz3Kj7; Thu, 28 Oct 2021 05:29:04 +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 21DF81DF69; Thu, 28 Oct 2021 05:29:04 +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 19S5T4Hm003049; Thu, 28 Oct 2021 05:29:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19S5T4s4003048; Thu, 28 Oct 2021 05:29:04 GMT (envelope-from git) Date: Thu, 28 Oct 2021 05:29:04 GMT Message-Id: <202110280529.19S5T4s4003048@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: 7ae62e2499a8 - main - databases/timescaledb: Update to 2.5.0 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org 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: 7ae62e2499a83a4d9d38670a8ab6583490a45595 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=7ae62e2499a83a4d9d38670a8ab6583490a45595 commit 7ae62e2499a83a4d9d38670a8ab6583490a45595 Author: Kevin Bowling AuthorDate: 2021-10-27 23:01:31 +0000 Commit: Kevin Bowling CommitDate: 2021-10-28 05:28:47 +0000 databases/timescaledb: Update to 2.5.0 New features: * Continuous Aggregates for Distributed Hypertables * Support for PostgreSQL 14 * Add support for timezones in time_bucket_ng() Changes: https://github.com/timescale/timescaledb/blob/master/CHANGELOG.md#250-2021-10-28 --- databases/timescaledb/Makefile | 4 ++-- databases/timescaledb/distinfo | 6 +++--- databases/timescaledb/pkg-plist | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/databases/timescaledb/Makefile b/databases/timescaledb/Makefile index 9576cc7e7fed..54cf18b2c9cb 100644 --- a/databases/timescaledb/Makefile +++ b/databases/timescaledb/Makefile @@ -1,7 +1,7 @@ # Created by: Kevin Bowling PORTNAME= timescaledb -PORTVERSION= 2.4.2 +PORTVERSION= 2.5.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:12,13 +USES= compiler:c11 cmake gettext-runtime pgsql:12,13,14 USE_GITHUB= YES GH_ACCOUNT= timescale diff --git a/databases/timescaledb/distinfo b/databases/timescaledb/distinfo index 23bb063349af..ddfcd8caeb25 100644 --- a/databases/timescaledb/distinfo +++ b/databases/timescaledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632414693 -SHA256 (timescale-timescaledb-2.4.2_GH0.tar.gz) = b206a376251259eb745eee819e7a853b3fbab9dc8443303714484a0fef89a2a4 -SIZE (timescale-timescaledb-2.4.2_GH0.tar.gz) = 2409324 +TIMESTAMP = 1635375491 +SHA256 (timescale-timescaledb-2.5.0_GH0.tar.gz) = 9d67fe70aa01cea5feceb084adc01eca8a082d847f917e68e073ab67e497af76 +SIZE (timescale-timescaledb-2.5.0_GH0.tar.gz) = 2737786 diff --git a/databases/timescaledb/pkg-plist b/databases/timescaledb/pkg-plist index 775371505ddf..5b5dafdc5512 100644 --- a/databases/timescaledb/pkg-plist +++ b/databases/timescaledb/pkg-plist @@ -22,5 +22,6 @@ 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--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb.control