svn commit: r505246 - head/databases/timescaledb

Kevin Bowling kbowling at FreeBSD.org
Thu Jun 27 22:16:25 UTC 2019


Author: kbowling
Date: Thu Jun 27 22:16:23 2019
New Revision: 505246
URL: https://svnweb.freebsd.org/changeset/ports/505246

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

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

Modified: head/databases/timescaledb/Makefile
==============================================================================
--- head/databases/timescaledb/Makefile	Thu Jun 27 21:28:00 2019	(r505245)
+++ head/databases/timescaledb/Makefile	Thu Jun 27 22:16:23 2019	(r505246)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	timescaledb
-PORTVERSION=	1.3.1
+PORTVERSION=	1.3.2
 CATEGORIES=	databases
 
 MAINTAINER=	kbowling at FreeBSD.org

Modified: head/databases/timescaledb/distinfo
==============================================================================
--- head/databases/timescaledb/distinfo	Thu Jun 27 21:28:00 2019	(r505245)
+++ head/databases/timescaledb/distinfo	Thu Jun 27 22:16:23 2019	(r505246)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1560494643
-SHA256 (timescale-timescaledb-1.3.1_GH0.tar.gz) = 1c29ad6d65d26e29ca3ae7a494aeeb3504ddbe61d5d9f6e7ec29905cf69b3a19
-SIZE (timescale-timescaledb-1.3.1_GH0.tar.gz) = 953669
+TIMESTAMP = 1561517736
+SHA256 (timescale-timescaledb-1.3.2_GH0.tar.gz) = d65567eba7d3c6d09974252f9751234d231f4106eb56bdfaeda4dfec544725e7
+SIZE (timescale-timescaledb-1.3.2_GH0.tar.gz) = 963473

Modified: head/databases/timescaledb/pkg-plist
==============================================================================
--- head/databases/timescaledb/pkg-plist	Thu Jun 27 21:28:00 2019	(r505245)
+++ head/databases/timescaledb/pkg-plist	Thu Jun 27 22:16:23 2019	(r505246)
@@ -32,5 +32,6 @@ share/postgresql/extension/timescaledb--1.2.0--%%PORTV
 share/postgresql/extension/timescaledb--1.2.1--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--1.2.2--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--1.3.0--%%PORTVERSION%%.sql
+share/postgresql/extension/timescaledb--1.3.1--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb.control


More information about the svn-ports-all mailing list