Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Feb 2021 02:54:59 +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: r564673 - head/databases/timescaledb
Message-ID:  <202102080254.1182sxGd059010@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102080254.1182sxGd059010>