svn commit: r517609 - head/databases/timescaledb

Kevin Bowling kbowling at FreeBSD.org
Thu Nov 14 19:54:38 UTC 2019


Author: kbowling
Date: Thu Nov 14 19:54:37 2019
New Revision: 517609
URL: https://svnweb.freebsd.org/changeset/ports/517609

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

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

Modified: head/databases/timescaledb/Makefile
==============================================================================
--- head/databases/timescaledb/Makefile	Thu Nov 14 19:47:36 2019	(r517608)
+++ head/databases/timescaledb/Makefile	Thu Nov 14 19:54:37 2019	(r517609)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	timescaledb
-PORTVERSION=	1.5.0
+PORTVERSION=	1.5.1
 CATEGORIES=	databases
 
 MAINTAINER=	kbowling at FreeBSD.org

Modified: head/databases/timescaledb/distinfo
==============================================================================
--- head/databases/timescaledb/distinfo	Thu Nov 14 19:47:36 2019	(r517608)
+++ head/databases/timescaledb/distinfo	Thu Nov 14 19:54:37 2019	(r517609)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1572759735
-SHA256 (timescale-timescaledb-1.5.0_GH0.tar.gz) = 5d707d5b474e955b21e0f85fa456d1456b0c0e165f34a2c8597dd8fb7f695ff6
-SIZE (timescale-timescaledb-1.5.0_GH0.tar.gz) = 1611544
+TIMESTAMP = 1573717822
+SHA256 (timescale-timescaledb-1.5.1_GH0.tar.gz) = af1d8da945b277955e85947b36d8c37c259f9b6535e5640c597d82e3ff0f2850
+SIZE (timescale-timescaledb-1.5.1_GH0.tar.gz) = 1617493

Modified: head/databases/timescaledb/pkg-plist
==============================================================================
--- head/databases/timescaledb/pkg-plist	Thu Nov 14 19:47:36 2019	(r517608)
+++ head/databases/timescaledb/pkg-plist	Thu Nov 14 19:54:37 2019	(r517609)
@@ -37,5 +37,6 @@ share/postgresql/extension/timescaledb--1.3.2--%%PORTV
 share/postgresql/extension/timescaledb--1.4.0--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--1.4.1--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--1.4.2--%%PORTVERSION%%.sql
+share/postgresql/extension/timescaledb--1.5.0--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb.control


More information about the svn-ports-all mailing list