Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Sep 2017 08:49:10 +0000 (UTC)
From:      Luca Pizzamiglio <pizzamig@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449389 - head/databases/timescaledb
Message-ID:  <201709070849.v878nAZO039268@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pizzamig
Date: Thu Sep  7 08:49:10 2017
New Revision: 449389
URL: https://svnweb.freebsd.org/changeset/ports/449389

Log:
  databases/timescaledb: update to 0.4.1
  
  While I'm here, adding the LICENSE_FILE variable.
  
  PR:		222061
  Submitted by:	kbowling@freebsd.org (maintainer)
  Approved by:	olivier (mentor)
  Differential Revision:	https://reviews.freebsd.org/D12262

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

Modified: head/databases/timescaledb/Makefile
==============================================================================
--- head/databases/timescaledb/Makefile	Thu Sep  7 08:30:19 2017	(r449388)
+++ head/databases/timescaledb/Makefile	Thu Sep  7 08:49:10 2017	(r449389)
@@ -2,13 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	timescaledb
-PORTVERSION=	0.4.0
+PORTVERSION=	0.4.1
 CATEGORIES=	databases
 
 MAINTAINER=	kbowling@FreeBSD.org
 COMMENT=	Time-series database built on PostgreSQL
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		compiler:c11 gmake pgsql:9.6
 USE_LDCONFIG=	yes
@@ -25,7 +26,8 @@ PLIST_FILES=	lib/postgresql/timescaledb.so \
 		share/postgresql/extension/timescaledb--0.1.0--0.2.0.sql \
 		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.sql \
+		share/postgresql/extension/timescaledb--0.4.0--0.4.1.sql \
+		share/postgresql/extension/timescaledb--0.4.1.sql \
 		share/postgresql/extension/timescaledb.control
 
 post-install:

Modified: head/databases/timescaledb/distinfo
==============================================================================
--- head/databases/timescaledb/distinfo	Thu Sep  7 08:30:19 2017	(r449388)
+++ head/databases/timescaledb/distinfo	Thu Sep  7 08:49:10 2017	(r449389)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1503805812
-SHA256 (timescale-timescaledb-0.4.0_GH0.tar.gz) = 4febba22891bfb3dd3b6e5515a27012faa3cdc30ff5a22a904c947456c9625c5
-SIZE (timescale-timescaledb-0.4.0_GH0.tar.gz) = 194933
+TIMESTAMP = 1504590249
+SHA256 (timescale-timescaledb-0.4.1_GH0.tar.gz) = 2e1520646c2a8c6eaa5626d2dbc0d9befef8c7e181f4dbf5982535d96953afed
+SIZE (timescale-timescaledb-0.4.1_GH0.tar.gz) = 215040

Modified: head/databases/timescaledb/pkg-message
==============================================================================
--- head/databases/timescaledb/pkg-message	Thu Sep  7 08:30:19 2017	(r449388)
+++ head/databases/timescaledb/pkg-message	Thu Sep  7 08:49:10 2017	(r449389)
@@ -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.0';
+	ALTER EXTENSION timescaledb UPDATE TO '0.4.1';



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