svn commit: r505002 - head/databases/timescaledb

Kevin Bowling kbowling at FreeBSD.org
Mon Jun 24 05:11:01 UTC 2019


Author: kbowling
Date: Mon Jun 24 05:10:59 2019
New Revision: 505002
URL: https://svnweb.freebsd.org/changeset/ports/505002

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

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

Modified: head/databases/timescaledb/Makefile
==============================================================================
--- head/databases/timescaledb/Makefile	Mon Jun 24 05:05:43 2019	(r505001)
+++ head/databases/timescaledb/Makefile	Mon Jun 24 05:10:59 2019	(r505002)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	timescaledb
-PORTVERSION=	1.3.0
+PORTVERSION=	1.3.1
 CATEGORIES=	databases
 
 MAINTAINER=	kbowling at FreeBSD.org

Modified: head/databases/timescaledb/distinfo
==============================================================================
--- head/databases/timescaledb/distinfo	Mon Jun 24 05:05:43 2019	(r505001)
+++ head/databases/timescaledb/distinfo	Mon Jun 24 05:10:59 2019	(r505002)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557636671
-SHA256 (timescale-timescaledb-1.3.0_GH0.tar.gz) = 9a773f40c7109694ffb9f2eb2c306e70dd04079c010d276c4d60ae88433a6b4c
-SIZE (timescale-timescaledb-1.3.0_GH0.tar.gz) = 948823
+TIMESTAMP = 1560494643
+SHA256 (timescale-timescaledb-1.3.1_GH0.tar.gz) = 1c29ad6d65d26e29ca3ae7a494aeeb3504ddbe61d5d9f6e7ec29905cf69b3a19
+SIZE (timescale-timescaledb-1.3.1_GH0.tar.gz) = 953669

Modified: head/databases/timescaledb/pkg-plist
==============================================================================
--- head/databases/timescaledb/pkg-plist	Mon Jun 24 05:05:43 2019	(r505001)
+++ head/databases/timescaledb/pkg-plist	Mon Jun 24 05:10:59 2019	(r505002)
@@ -31,5 +31,6 @@ share/postgresql/extension/timescaledb--1.1.1--%%PORTV
 share/postgresql/extension/timescaledb--1.2.0--%%PORTVERSION%%.sql
 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--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb.control


More information about the svn-ports-all mailing list