svn commit: r452344 - head/databases/timescaledb

Steve Wills swills at FreeBSD.org
Wed Oct 18 15:04:18 UTC 2017


Author: swills
Date: Wed Oct 18 15:04:16 2017
New Revision: 452344
URL: https://svnweb.freebsd.org/changeset/ports/452344

Log:
  databases/timescaledb: Update to 0.6.0
  
  PR:		223077
  Submitted by:	kbowling

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

Modified: head/databases/timescaledb/Makefile
==============================================================================
--- head/databases/timescaledb/Makefile	Wed Oct 18 15:02:13 2017	(r452343)
+++ head/databases/timescaledb/Makefile	Wed Oct 18 15:04:16 2017	(r452344)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	timescaledb
-PORTVERSION=	0.5.0
+PORTVERSION=	0.6.0
 CATEGORIES=	databases
 
 MAINTAINER=	kbowling at FreeBSD.org
@@ -29,7 +29,8 @@ PLIST_FILES=	lib/postgresql/timescaledb.so \
 		share/postgresql/extension/timescaledb--0.4.0--0.4.1.sql \
 		share/postgresql/extension/timescaledb--0.4.1--0.4.2.sql \
 		share/postgresql/extension/timescaledb--0.4.2--0.5.0.sql \
-		share/postgresql/extension/timescaledb--0.5.0.sql \
+		share/postgresql/extension/timescaledb--0.5.0--0.6.0.sql \
+		share/postgresql/extension/timescaledb--0.6.0.sql \
 		share/postgresql/extension/timescaledb.control
 
 post-install:

Modified: head/databases/timescaledb/distinfo
==============================================================================
--- head/databases/timescaledb/distinfo	Wed Oct 18 15:02:13 2017	(r452343)
+++ head/databases/timescaledb/distinfo	Wed Oct 18 15:04:16 2017	(r452344)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1505981978
-SHA256 (timescale-timescaledb-0.5.0_GH0.tar.gz) = 6224083b648d23fba253885cc11df94af26bd7c98719b7667544494345633537
-SIZE (timescale-timescaledb-0.5.0_GH0.tar.gz) = 282507
+TIMESTAMP = 1508301885
+SHA256 (timescale-timescaledb-0.6.0_GH0.tar.gz) = d8447eab8504cf4eb22567a844c86358d9cb46a2b1d65c7a021072079d90effb
+SIZE (timescale-timescaledb-0.6.0_GH0.tar.gz) = 317259

Modified: head/databases/timescaledb/pkg-message
==============================================================================
--- head/databases/timescaledb/pkg-message	Wed Oct 18 15:02:13 2017	(r452343)
+++ head/databases/timescaledb/pkg-message	Wed Oct 18 15:04:16 2017	(r452344)
@@ -4,4 +4,4 @@ run
 	CREATE EXTENSION IF NOT EXISTS timescaledb CASCADE;
 
 If you are upgrading, restart PostgreSQL server and run
-	ALTER EXTENSION timescaledb UPDATE TO '0.5.0';
+	ALTER EXTENSION timescaledb UPDATE TO '0.6.0';


More information about the svn-ports-all mailing list