Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Nov 2018 20:25:49 +0000 (UTC)
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483846 - head/databases/timescaledb
Message-ID:  <201811022025.wA2KPntL040255@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kbowling
Date: Fri Nov  2 20:25:49 2018
New Revision: 483846
URL: https://svnweb.freebsd.org/changeset/ports/483846

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

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

Modified: head/databases/timescaledb/Makefile
==============================================================================
--- head/databases/timescaledb/Makefile	Fri Nov  2 20:24:35 2018	(r483845)
+++ head/databases/timescaledb/Makefile	Fri Nov  2 20:25:49 2018	(r483846)
@@ -2,14 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	timescaledb
-PORTVERSION=	0.12.1
+PORTVERSION=	1.0.0
 CATEGORIES=	databases
 
 MAINTAINER=	kbowling@FreeBSD.org
 COMMENT=	Time-series database built on PostgreSQL
 
 LICENSE=	APACHE20
-LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE_FILE=	${WRKSRC}/LICENSE-APACHE
 
 USES=		compiler:c11 cmake:outsource pgsql:9.6,10 ssl
 

Modified: head/databases/timescaledb/distinfo
==============================================================================
--- head/databases/timescaledb/distinfo	Fri Nov  2 20:24:35 2018	(r483845)
+++ head/databases/timescaledb/distinfo	Fri Nov  2 20:25:49 2018	(r483846)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1537846169
-SHA256 (timescale-timescaledb-0.12.1_GH0.tar.gz) = 40667715d0cdcd3eb57a3dd5a23a6c0e85e394e9096eb100b913e8c5489719cd
-SIZE (timescale-timescaledb-0.12.1_GH0.tar.gz) = 447782
+TIMESTAMP = 1541026215
+SHA256 (timescale-timescaledb-1.0.0_GH0.tar.gz) = f592555f2320b4bd6d6e26fd1ea3cfd1b817cb4dd82f77713b2289c196efbc15
+SIZE (timescale-timescaledb-1.0.0_GH0.tar.gz) = 546770

Modified: head/databases/timescaledb/pkg-plist
==============================================================================
--- head/databases/timescaledb/pkg-plist	Fri Nov  2 20:24:35 2018	(r483845)
+++ head/databases/timescaledb/pkg-plist	Fri Nov  2 20:25:49 2018	(r483846)
@@ -1,11 +1,12 @@
 lib/postgresql/timescaledb-%%PORTVERSION%%.so
 lib/postgresql/timescaledb.so
+share/postgresql/extension/timescaledb--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--0.1.0--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--0.10.0--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--0.10.1--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--0.11.0--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--0.12.0--%%PORTVERSION%%.sql
-share/postgresql/extension/timescaledb--%%PORTVERSION%%.sql
+share/postgresql/extension/timescaledb--0.12.1--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--0.2.0--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--0.3.0--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--0.4.0--%%PORTVERSION%%.sql
@@ -20,4 +21,7 @@ share/postgresql/extension/timescaledb--0.8.0--%%PORTV
 share/postgresql/extension/timescaledb--0.9.0--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--0.9.1--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--0.9.2--%%PORTVERSION%%.sql
+share/postgresql/extension/timescaledb--1.0.0-rc1--%%PORTVERSION%%.sql
+share/postgresql/extension/timescaledb--1.0.0-rc2--%%PORTVERSION%%.sql
+share/postgresql/extension/timescaledb--1.0.0-rc3--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb.control



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