Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 May 2018 00:40: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: r469605 - head/databases/timescaledb
Message-ID:  <201805110040.w4B0eEFv036432@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri May 11 00:40:13 2018
New Revision: 469605
URL: https://svnweb.freebsd.org/changeset/ports/469605

Log:
  databases/timescaledb: Update to 0.9.2
  
  PR:		228084
  Submitted by:	Matt Magoffin <bugs.freebsd.org@msqr.us>
  Approved by:	kbowling (maintainer)

Modified:
  head/databases/timescaledb/Makefile   (contents, props changed)
  head/databases/timescaledb/distinfo   (contents, props changed)

Modified: head/databases/timescaledb/Makefile
==============================================================================
--- head/databases/timescaledb/Makefile	Fri May 11 00:05:16 2018	(r469604)
+++ head/databases/timescaledb/Makefile	Fri May 11 00:40:13 2018	(r469605)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	timescaledb
-PORTVERSION=	0.9.1
+PORTVERSION=	0.9.2
 CATEGORIES=	databases
 
 MAINTAINER=	kbowling@FreeBSD.org
@@ -23,25 +23,26 @@ SUB_LIST+=	PORTVERSION=${PORTVERSION}
 SUB_FILES=	pkg-message
 
 PLIST_FILES=	lib/postgresql/timescaledb.so \
-		lib/postgresql/timescaledb-0.9.1.so \
-		share/postgresql/extension/timescaledb--0.1.0--0.9.1.sql \
-		share/postgresql/extension/timescaledb--0.2.0--0.9.1.sql \
-		share/postgresql/extension/timescaledb--0.3.0--0.9.1.sql \
-		share/postgresql/extension/timescaledb--0.4.0--0.9.1.sql \
-		share/postgresql/extension/timescaledb--0.4.1--0.9.1.sql \
-		share/postgresql/extension/timescaledb--0.4.2--0.9.1.sql \
-		share/postgresql/extension/timescaledb--0.5.0--0.9.1.sql \
-		share/postgresql/extension/timescaledb--0.6.0--0.9.1.sql \
-		share/postgresql/extension/timescaledb--0.6.1--0.9.1.sql \
-		share/postgresql/extension/timescaledb--0.7.0--0.9.1.sql \
-		share/postgresql/extension/timescaledb--0.7.1--0.9.1.sql \
-		share/postgresql/extension/timescaledb--0.8.0--0.9.1.sql \
-		share/postgresql/extension/timescaledb--0.9.0--0.9.1.sql \
-		share/postgresql/extension/timescaledb--0.9.1.sql \
+		lib/postgresql/timescaledb-0.9.2.so \
+		share/postgresql/extension/timescaledb--0.1.0--0.9.2.sql \
+		share/postgresql/extension/timescaledb--0.2.0--0.9.2.sql \
+		share/postgresql/extension/timescaledb--0.3.0--0.9.2.sql \
+		share/postgresql/extension/timescaledb--0.4.0--0.9.2.sql \
+		share/postgresql/extension/timescaledb--0.4.1--0.9.2.sql \
+		share/postgresql/extension/timescaledb--0.4.2--0.9.2.sql \
+		share/postgresql/extension/timescaledb--0.5.0--0.9.2.sql \
+		share/postgresql/extension/timescaledb--0.6.0--0.9.2.sql \
+		share/postgresql/extension/timescaledb--0.6.1--0.9.2.sql \
+		share/postgresql/extension/timescaledb--0.7.0--0.9.2.sql \
+		share/postgresql/extension/timescaledb--0.7.1--0.9.2.sql \
+		share/postgresql/extension/timescaledb--0.8.0--0.9.2.sql \
+		share/postgresql/extension/timescaledb--0.9.0--0.9.2.sql \
+		share/postgresql/extension/timescaledb--0.9.1--0.9.2.sql \
+		share/postgresql/extension/timescaledb--0.9.2.sql \
 		share/postgresql/extension/timescaledb.control
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/timescaledb.so
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/timescaledb-0.9.1.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/timescaledb-${PORTVERSION}.so
 
 .include <bsd.port.mk>

Modified: head/databases/timescaledb/distinfo
==============================================================================
--- head/databases/timescaledb/distinfo	Fri May 11 00:05:16 2018	(r469604)
+++ head/databases/timescaledb/distinfo	Fri May 11 00:40:13 2018	(r469605)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1522791773
-SHA256 (timescale-timescaledb-0.9.1_GH0.tar.gz) = f58505cceb87142cec4e72475d8a7fe08921322c90bd4ea7e1d59e5d8ab5dc77
-SIZE (timescale-timescaledb-0.9.1_GH0.tar.gz) = 296409
+TIMESTAMP = 1525815730
+SHA256 (timescale-timescaledb-0.9.2_GH0.tar.gz) = 98cf5c0dcc54193b8924a25e25ea35f3ff4e1fdb52c2d1f0e93c69dee486f81e
+SIZE (timescale-timescaledb-0.9.2_GH0.tar.gz) = 297704



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