svn commit: r447952 - head/databases/timescaledb

Jochen Neumeister joneum at FreeBSD.org
Mon Aug 14 17:02:35 UTC 2017


Author: joneum
Date: Mon Aug 14 17:02:33 2017
New Revision: 447952
URL: https://svnweb.freebsd.org/changeset/ports/447952

Log:
  - databases/timescaledb: Update from 0.2.0 to 0.3.0
  - pet portlint
  - Changelog: https://github.com/timescale/timescaledb/blob/master/CHANGELOG.md
  
  PR:		221315
  Submitted by:	kbowling (maintainer)
  Approved by:	rene (mentor)
  Differential Revision:	https://reviews.freebsd.org/D11989

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

Modified: head/databases/timescaledb/Makefile
==============================================================================
--- head/databases/timescaledb/Makefile	Mon Aug 14 16:49:01 2017	(r447951)
+++ head/databases/timescaledb/Makefile	Mon Aug 14 17:02:33 2017	(r447952)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	timescaledb
-PORTVERSION=	0.2.0
+PORTVERSION=	0.3.0
 CATEGORIES=	databases
 
 MAINTAINER=	kbowling at FreeBSD.org
@@ -10,19 +10,21 @@ COMMENT=	Time-series database built on PostgreSQL
 
 LICENSE=	APACHE20
 
+USES=		compiler:c11 gmake pgsql:9.6
+USE_LDCONFIG=	yes
+
 USE_GITHUB=	YES
 GH_ACCOUNT=	timescale
 
 MAKE_ARGS=	PG_CONFIG=${LOCALBASE}/bin/pg_config USE_PGXS=1 \
 		install_bin=/usr/bin/install
-USE_LDCONFIG=	yes
-USES=		compiler:c11 gmake pgsql:9.6
 
 WANT_PGSQL=	server
 
 PLIST_FILES=	lib/postgresql/timescaledb.so \
 		share/postgresql/extension/timescaledb--0.1.0--0.2.0.sql \
-		share/postgresql/extension/timescaledb--0.2.0.sql \
+		share/postgresql/extension/timescaledb--0.2.0--0.3.0.sql \
+		share/postgresql/extension/timescaledb--0.3.0.sql \
 		share/postgresql/extension/timescaledb.control
 
 post-install:

Modified: head/databases/timescaledb/distinfo
==============================================================================
--- head/databases/timescaledb/distinfo	Mon Aug 14 16:49:01 2017	(r447951)
+++ head/databases/timescaledb/distinfo	Mon Aug 14 17:02:33 2017	(r447952)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1500485734
-SHA256 (timescale-timescaledb-0.2.0_GH0.tar.gz) = 3cfaf9fe0a4997dc2b395be04ed2e946d0b5c6396eef0f02a0ed314cb7953d56
-SIZE (timescale-timescaledb-0.2.0_GH0.tar.gz) = 134679
+TIMESTAMP = 1502122769
+SHA256 (timescale-timescaledb-0.3.0_GH0.tar.gz) = 40e9534f6c9863fec3af637a66a5a558d3d4ed770bacf531fec88ef6b01622b5
+SIZE (timescale-timescaledb-0.3.0_GH0.tar.gz) = 164475

Modified: head/databases/timescaledb/pkg-message
==============================================================================
--- head/databases/timescaledb/pkg-message	Mon Aug 14 16:49:01 2017	(r447951)
+++ head/databases/timescaledb/pkg-message	Mon Aug 14 17:02:33 2017	(r447952)
@@ -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.2.0';
+	ALTER EXTENSION timescaledb UPDATE TO '0.3.0';


More information about the svn-ports-all mailing list