From owner-svn-ports-head@freebsd.org Mon Feb 8 02:54:59 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 BB448541F20; Mon, 8 Feb 2021 02:54:59 +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 4DYrGq50tcz4Wwj; Mon, 8 Feb 2021 02:54:59 +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 9D3A37B45; Mon, 8 Feb 2021 02:54:59 +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 1182sxHw059012; Mon, 8 Feb 2021 02:54:59 GMT (envelope-from kbowling@FreeBSD.org) Received: (from kbowling@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1182sxGd059010; Mon, 8 Feb 2021 02:54:59 GMT (envelope-from kbowling@FreeBSD.org) Message-Id: <202102080254.1182sxGd059010@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kbowling set sender to kbowling@FreeBSD.org using -f From: Kevin Bowling Date: Mon, 8 Feb 2021 02:54:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564673 - head/databases/timescaledb X-SVN-Group: ports-head X-SVN-Commit-Author: kbowling X-SVN-Commit-Paths: head/databases/timescaledb X-SVN-Commit-Revision: 564673 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, 08 Feb 2021 02:54:59 -0000 Author: kbowling Date: Mon Feb 8 02:54:58 2021 New Revision: 564673 URL: https://svnweb.freebsd.org/changeset/ports/564673 Log: databases/timescaledb: Update to 2.0.1 Changelog https://github.com/timescale/timescaledb/releases/tag/2.0.1 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 8 01:46:50 2021 (r564672) +++ head/databases/timescaledb/Makefile Mon Feb 8 02:54:58 2021 (r564673) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= timescaledb -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 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:9.6,10,11,12 +USES= compiler:c11 cmake pgsql:11,12 USE_GITHUB= YES GH_ACCOUNT= timescale Modified: head/databases/timescaledb/distinfo ============================================================================== --- head/databases/timescaledb/distinfo Mon Feb 8 01:46:50 2021 (r564672) +++ head/databases/timescaledb/distinfo Mon Feb 8 02:54:58 2021 (r564673) @@ -1,3 +1,3 @@ -TIMESTAMP = 1610339750 -SHA256 (timescale-timescaledb-2.0.0_GH0.tar.gz) = f74ebebb4461e4e77273615551ccf9250fac0bdef7bdacf5c92ee3a6884d7782 -SIZE (timescale-timescaledb-2.0.0_GH0.tar.gz) = 2210230 +TIMESTAMP = 1612752140 +SHA256 (timescale-timescaledb-2.0.1_GH0.tar.gz) = 96e51d5240547f0223c34b91263f6fffca46927710764bf450aa61e9756189bd +SIZE (timescale-timescaledb-2.0.1_GH0.tar.gz) = 2226320 Modified: head/databases/timescaledb/pkg-plist ============================================================================== --- head/databases/timescaledb/pkg-plist Mon Feb 8 01:46:50 2021 (r564672) +++ head/databases/timescaledb/pkg-plist Mon Feb 8 02:54:58 2021 (r564673) @@ -25,5 +25,6 @@ share/postgresql/extension/timescaledb--2.0.0-rc1--%%P share/postgresql/extension/timescaledb--2.0.0-rc2--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.0.0-rc3--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.0.0-rc4--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--2.0.0--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb.control