From owner-svn-ports-head@freebsd.org Mon Feb 22 17:37:37 2021 Return-Path: Delivered-To: svn-ports-head@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 4209A5462EC; Mon, 22 Feb 2021 17:37:37 +0000 (UTC) (envelope-from kbowling@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 4DkqBn1Phdz4SRV; Mon, 22 Feb 2021 17:37:37 +0000 (UTC) (envelope-from kbowling@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 22EE016FA; Mon, 22 Feb 2021 17:37:37 +0000 (UTC) (envelope-from kbowling@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11MHbbeC000828; Mon, 22 Feb 2021 17:37:37 GMT (envelope-from kbowling@FreeBSD.org) Received: (from kbowling@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11MHbadv000825; Mon, 22 Feb 2021 17:37:36 GMT (envelope-from kbowling@FreeBSD.org) Message-Id: <202102221737.11MHbadv000825@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kbowling set sender to kbowling@FreeBSD.org using -f From: Kevin Bowling Date: Mon, 22 Feb 2021 17:37:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566319 - head/databases/timescaledb X-SVN-Group: ports-head X-SVN-Commit-Author: kbowling X-SVN-Commit-Paths: head/databases/timescaledb X-SVN-Commit-Revision: 566319 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Feb 2021 17:37:37 -0000 Author: kbowling Date: Mon Feb 22 17:37:36 2021 New Revision: 566319 URL: https://svnweb.freebsd.org/changeset/ports/566319 Log: databases/timescaledb: Update to 2.1.0 Adds support for PosgreSQL 13 Sponsored by: BBOX.io Modified: head/databases/timescaledb/Makefile head/databases/timescaledb/distinfo head/databases/timescaledb/pkg-plist Modified: head/databases/timescaledb/Makefile ============================================================================== --- head/databases/timescaledb/Makefile Mon Feb 22 17:36:39 2021 (r566318) +++ head/databases/timescaledb/Makefile Mon Feb 22 17:37:36 2021 (r566319) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= timescaledb -PORTVERSION= 2.0.2 +PORTVERSION= 2.1.0 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org @@ -15,7 +15,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 +USES= compiler:c11 cmake pgsql:11,12,13 USE_GITHUB= YES GH_ACCOUNT= timescale Modified: head/databases/timescaledb/distinfo ============================================================================== --- head/databases/timescaledb/distinfo Mon Feb 22 17:36:39 2021 (r566318) +++ head/databases/timescaledb/distinfo Mon Feb 22 17:37:36 2021 (r566319) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613757683 -SHA256 (timescale-timescaledb-2.0.2_GH0.tar.gz) = afb11b632455cfa593f60946125c8ed6ac0db4713c203d6582e662266f9e1045 -SIZE (timescale-timescaledb-2.0.2_GH0.tar.gz) = 2237429 +TIMESTAMP = 1614015010 +SHA256 (timescale-timescaledb-2.1.0_GH0.tar.gz) = 6de2af2ecfd7bff9b3634b6c5c29b209b25e147858d460469e8eb88e6d198692 +SIZE (timescale-timescaledb-2.1.0_GH0.tar.gz) = 2527250 Modified: head/databases/timescaledb/pkg-plist ============================================================================== --- head/databases/timescaledb/pkg-plist Mon Feb 22 17:36:39 2021 (r566318) +++ head/databases/timescaledb/pkg-plist Mon Feb 22 17:37:36 2021 (r566319) @@ -28,5 +28,6 @@ share/postgresql/extension/timescaledb--2.0.0-rc3--%%P share/postgresql/extension/timescaledb--2.0.0-rc4--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.0.0--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.0.1--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--2.0.2--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb.control