Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Sep 2017 14:37:14 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450752 - head/databases/timescaledb
Message-ID:  <201709271437.v8REbE8J088806@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Sep 27 14:37:14 2017
New Revision: 450752
URL: https://svnweb.freebsd.org/changeset/ports/450752

Log:
  databases/timescaledb: Update to 0.5.0
  
  PR:		222486
  Submitted by:	kbowling (maintainer)

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

Modified: head/databases/timescaledb/Makefile
==============================================================================
--- head/databases/timescaledb/Makefile	Wed Sep 27 14:36:02 2017	(r450751)
+++ head/databases/timescaledb/Makefile	Wed Sep 27 14:37:14 2017	(r450752)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	timescaledb
-PORTVERSION=	0.4.1
-PORTREVISION=	1
+PORTVERSION=	0.5.0
 CATEGORIES=	databases
 
 MAINTAINER=	kbowling@FreeBSD.org
@@ -28,7 +27,9 @@ PLIST_FILES=	lib/postgresql/timescaledb.so \
 		share/postgresql/extension/timescaledb--0.2.0--0.3.0.sql \
 		share/postgresql/extension/timescaledb--0.3.0--0.4.0.sql \
 		share/postgresql/extension/timescaledb--0.4.0--0.4.1.sql \
-		share/postgresql/extension/timescaledb--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.control
 
 post-install:

Modified: head/databases/timescaledb/distinfo
==============================================================================
--- head/databases/timescaledb/distinfo	Wed Sep 27 14:36:02 2017	(r450751)
+++ head/databases/timescaledb/distinfo	Wed Sep 27 14:37:14 2017	(r450752)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1504590249
-SHA256 (timescale-timescaledb-0.4.1_GH0.tar.gz) = 2e1520646c2a8c6eaa5626d2dbc0d9befef8c7e181f4dbf5982535d96953afed
-SIZE (timescale-timescaledb-0.4.1_GH0.tar.gz) = 215040
+TIMESTAMP = 1505981978
+SHA256 (timescale-timescaledb-0.5.0_GH0.tar.gz) = 6224083b648d23fba253885cc11df94af26bd7c98719b7667544494345633537
+SIZE (timescale-timescaledb-0.5.0_GH0.tar.gz) = 282507

Modified: head/databases/timescaledb/pkg-message
==============================================================================
--- head/databases/timescaledb/pkg-message	Wed Sep 27 14:36:02 2017	(r450751)
+++ head/databases/timescaledb/pkg-message	Wed Sep 27 14:37:14 2017	(r450752)
@@ -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.4.1';
+	ALTER EXTENSION timescaledb UPDATE TO '0.5.0';



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709271437.v8REbE8J088806>