svn commit: r488744 - head/databases/timescaledb

Kevin Bowling kbowling at FreeBSD.org
Sun Dec 30 22:09:34 UTC 2018


Author: kbowling
Date: Sun Dec 30 22:09:32 2018
New Revision: 488744
URL: https://svnweb.freebsd.org/changeset/ports/488744

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

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

Modified: head/databases/timescaledb/Makefile
==============================================================================
--- head/databases/timescaledb/Makefile	Sun Dec 30 22:08:39 2018	(r488743)
+++ head/databases/timescaledb/Makefile	Sun Dec 30 22:09:32 2018	(r488744)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	timescaledb
-PORTVERSION=	1.1.0
+PORTVERSION=	1.1.1
 CATEGORIES=	databases
 
 MAINTAINER=	kbowling at FreeBSD.org

Modified: head/databases/timescaledb/distinfo
==============================================================================
--- head/databases/timescaledb/distinfo	Sun Dec 30 22:08:39 2018	(r488743)
+++ head/databases/timescaledb/distinfo	Sun Dec 30 22:09:32 2018	(r488744)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1544933678
-SHA256 (timescale-timescaledb-1.1.0_GH0.tar.gz) = 36ce9a32063a897912f3c1b0b85cd07f63229bf6b229017c52090f50c84807ac
-SIZE (timescale-timescaledb-1.1.0_GH0.tar.gz) = 629999
+TIMESTAMP = 1545706093
+SHA256 (timescale-timescaledb-1.1.1_GH0.tar.gz) = c2f0f745f9ab52bf7fedd24e129efde5f39a0f27a8f41e1568aab98cd21d5a68
+SIZE (timescale-timescaledb-1.1.1_GH0.tar.gz) = 631917

Modified: head/databases/timescaledb/pkg-plist
==============================================================================
--- head/databases/timescaledb/pkg-plist	Sun Dec 30 22:08:39 2018	(r488743)
+++ head/databases/timescaledb/pkg-plist	Sun Dec 30 22:09:32 2018	(r488744)
@@ -25,5 +25,6 @@ share/postgresql/extension/timescaledb--1.0.0-rc1--%%P
 share/postgresql/extension/timescaledb--1.0.0-rc2--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--1.0.0-rc3--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--1.0.1--%%PORTVERSION%%.sql
+share/postgresql/extension/timescaledb--1.1.0--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb.control


More information about the svn-ports-all mailing list