From owner-svn-ports-head@freebsd.org Fri Feb 19 18:13:23 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 7C190535905; Fri, 19 Feb 2021 18:13:23 +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 4Dj07R35TDz4p8b; Fri, 19 Feb 2021 18:13:23 +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 5D0FB10C11; Fri, 19 Feb 2021 18:13:23 +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 11JIDN7c097628; Fri, 19 Feb 2021 18:13:23 GMT (envelope-from kbowling@FreeBSD.org) Received: (from kbowling@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11JIDMxA097625; Fri, 19 Feb 2021 18:13:22 GMT (envelope-from kbowling@FreeBSD.org) Message-Id: <202102191813.11JIDMxA097625@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kbowling set sender to kbowling@FreeBSD.org using -f From: Kevin Bowling Date: Fri, 19 Feb 2021 18:13:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566089 - head/databases/timescaledb X-SVN-Group: ports-head X-SVN-Commit-Author: kbowling X-SVN-Commit-Paths: head/databases/timescaledb X-SVN-Commit-Revision: 566089 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: Fri, 19 Feb 2021 18:13:23 -0000 Author: kbowling Date: Fri Feb 19 18:13:22 2021 New Revision: 566089 URL: https://svnweb.freebsd.org/changeset/ports/566089 Log: databases/timescaledb: Update to 2.0.2 changes https://github.com/timescale/timescaledb/blob/master/CHANGELOG.md#202-2021-02-19 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 Fri Feb 19 17:59:28 2021 (r566088) +++ head/databases/timescaledb/Makefile Fri Feb 19 18:13:22 2021 (r566089) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= timescaledb -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org Modified: head/databases/timescaledb/distinfo ============================================================================== --- head/databases/timescaledb/distinfo Fri Feb 19 17:59:28 2021 (r566088) +++ head/databases/timescaledb/distinfo Fri Feb 19 18:13:22 2021 (r566089) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612752140 -SHA256 (timescale-timescaledb-2.0.1_GH0.tar.gz) = 96e51d5240547f0223c34b91263f6fffca46927710764bf450aa61e9756189bd -SIZE (timescale-timescaledb-2.0.1_GH0.tar.gz) = 2226320 +TIMESTAMP = 1613757683 +SHA256 (timescale-timescaledb-2.0.2_GH0.tar.gz) = afb11b632455cfa593f60946125c8ed6ac0db4713c203d6582e662266f9e1045 +SIZE (timescale-timescaledb-2.0.2_GH0.tar.gz) = 2237429 Modified: head/databases/timescaledb/pkg-plist ============================================================================== --- head/databases/timescaledb/pkg-plist Fri Feb 19 17:59:28 2021 (r566088) +++ head/databases/timescaledb/pkg-plist Fri Feb 19 18:13:22 2021 (r566089) @@ -26,5 +26,6 @@ share/postgresql/extension/timescaledb--2.0.0-rc2--%%P 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--2.0.1--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb.control