Date: Mon, 22 Feb 2021 17:37:36 +0000 (UTC) From: Kevin Bowling <kbowling@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566319 - head/databases/timescaledb Message-ID: <202102221737.11MHbadv000825@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102221737.11MHbadv000825>