svn commit: r531654 - head/databases/timescaledb

Kevin Bowling kbowling at FreeBSD.org
Tue Apr 14 03:52:27 UTC 2020


Author: kbowling
Date: Tue Apr 14 03:52:25 2020
New Revision: 531654
URL: https://svnweb.freebsd.org/changeset/ports/531654

Log:
  databases/timescaledb: Update to 1.6.1
  
  Changelog https://github.com/timescale/timescaledb/releases/tag/1.6.1
  
  Approved by:	timur (mentor)
  Sponsored by:	BBOX.io
  Differential Revision:	https://reviews.freebsd.org/D24393

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

Modified: head/databases/timescaledb/Makefile
==============================================================================
--- head/databases/timescaledb/Makefile	Tue Apr 14 03:43:16 2020	(r531653)
+++ head/databases/timescaledb/Makefile	Tue Apr 14 03:52:25 2020	(r531654)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	timescaledb
-PORTVERSION=	1.6.0
+PORTVERSION=	1.6.1
 CATEGORIES=	databases
 
 MAINTAINER=	kbowling at FreeBSD.org

Modified: head/databases/timescaledb/distinfo
==============================================================================
--- head/databases/timescaledb/distinfo	Tue Apr 14 03:43:16 2020	(r531653)
+++ head/databases/timescaledb/distinfo	Tue Apr 14 03:52:25 2020	(r531654)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579459342
-SHA256 (timescale-timescaledb-1.6.0_GH0.tar.gz) = 91c552b95354cbd0ecc6639ccd4db1c475359885fae6f55a91332052dbf3de5a
-SIZE (timescale-timescaledb-1.6.0_GH0.tar.gz) = 1671141
+TIMESTAMP = 1586761783
+SHA256 (timescale-timescaledb-1.6.1_GH0.tar.gz) = da0f9a6f36195392bbff7346c89a28c42a90762f4f5603443975887f781ecef6
+SIZE (timescale-timescaledb-1.6.1_GH0.tar.gz) = 1679471

Modified: head/databases/timescaledb/pkg-plist
==============================================================================
--- head/databases/timescaledb/pkg-plist	Tue Apr 14 03:43:16 2020	(r531653)
+++ head/databases/timescaledb/pkg-plist	Tue Apr 14 03:52:25 2020	(r531654)
@@ -39,5 +39,6 @@ share/postgresql/extension/timescaledb--1.4.1--%%PORTV
 share/postgresql/extension/timescaledb--1.4.2--%%PORTVERSION%%.sql
 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--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb.control


More information about the svn-ports-all mailing list