svn commit: r531906 - head/databases/timescaledb

Kevin Bowling kbowling at FreeBSD.org
Fri Apr 17 06:56:19 UTC 2020


Author: kbowling
Date: Fri Apr 17 06:56:18 2020
New Revision: 531906
URL: https://svnweb.freebsd.org/changeset/ports/531906

Log:
  databases/timescaledb: Update to 1.7.0
  
  Approved by:	krion (mentor)
  Sponsored by:	BBOX.io
  Differential Revision:	https://reviews.freebsd.org/D24460

Modified:
  head/databases/timescaledb/Makefile
  head/databases/timescaledb/distinfo
  head/databases/timescaledb/pkg-plist

Modified: head/databases/timescaledb/Makefile
==============================================================================
--- head/databases/timescaledb/Makefile	Fri Apr 17 06:50:19 2020	(r531905)
+++ head/databases/timescaledb/Makefile	Fri Apr 17 06:56:18 2020	(r531906)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	timescaledb
-PORTVERSION=	1.6.1
+PORTVERSION=	1.7.0
 CATEGORIES=	databases
 
 MAINTAINER=	kbowling at 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 ssl
+USES=		compiler:c11 cmake pgsql:9.6,10,11,12 ssl
 
 USE_GITHUB=	YES
 GH_ACCOUNT=	timescale

Modified: head/databases/timescaledb/distinfo
==============================================================================
--- head/databases/timescaledb/distinfo	Fri Apr 17 06:50:19 2020	(r531905)
+++ head/databases/timescaledb/distinfo	Fri Apr 17 06:56:18 2020	(r531906)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586761783
-SHA256 (timescale-timescaledb-1.6.1_GH0.tar.gz) = da0f9a6f36195392bbff7346c89a28c42a90762f4f5603443975887f781ecef6
-SIZE (timescale-timescaledb-1.6.1_GH0.tar.gz) = 1679471
+TIMESTAMP = 1587095158
+SHA256 (timescale-timescaledb-1.7.0_GH0.tar.gz) = 07174623986faf4683c6ab748e15a3b3f1f260b7bc3fff2d11b803fb567d1bc6
+SIZE (timescale-timescaledb-1.7.0_GH0.tar.gz) = 1919435

Modified: head/databases/timescaledb/pkg-plist
==============================================================================
--- head/databases/timescaledb/pkg-plist	Fri Apr 17 06:50:19 2020	(r531905)
+++ head/databases/timescaledb/pkg-plist	Fri Apr 17 06:56:18 2020	(r531906)
@@ -40,5 +40,6 @@ share/postgresql/extension/timescaledb--1.4.2--%%PORTV
 share/postgresql/extension/timescaledb--1.5.0--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--1.5.1--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--1.6.0--%%PORTVERSION%%.sql
+share/postgresql/extension/timescaledb--1.6.1--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb.control


More information about the svn-ports-all mailing list