svn commit: r463860 - head/databases/timescaledb
Steve Wills
swills at FreeBSD.org
Thu Mar 8 03:02:00 UTC 2018
Author: swills
Date: Thu Mar 8 03:01:58 2018
New Revision: 463860
URL: https://svnweb.freebsd.org/changeset/ports/463860
Log:
databases/timescaledb: Update to 0.9.0
PR: 226380
Submitted by: mahlon at martini.nu (with slight changes)
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 Thu Mar 8 02:45:13 2018 (r463859)
+++ head/databases/timescaledb/Makefile Thu Mar 8 03:01:58 2018 (r463860)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= timescaledb
-PORTVERSION= 0.8.0
+PORTVERSION= 0.9.0
CATEGORIES= databases
MAINTAINER= kbowling at FreeBSD.org
@@ -23,22 +23,24 @@ SUB_LIST+= PORTVERSION=${PORTVERSION}
SUB_FILES= pkg-message
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--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--0.6.0.sql \
- share/postgresql/extension/timescaledb--0.6.0--0.6.1.sql \
- share/postgresql/extension/timescaledb--0.6.1--0.7.0.sql \
- share/postgresql/extension/timescaledb--0.6.1--0.7.1.sql \
- share/postgresql/extension/timescaledb--0.7.0--0.7.1.sql \
- share/postgresql/extension/timescaledb--0.7.1--0.8.0.sql \
- share/postgresql/extension/timescaledb--0.8.0.sql \
+ lib/postgresql/timescaledb-0.9.0.so \
+ share/postgresql/extension/timescaledb--0.1.0--0.9.0.sql \
+ share/postgresql/extension/timescaledb--0.2.0--0.9.0.sql \
+ share/postgresql/extension/timescaledb--0.3.0--0.9.0.sql \
+ share/postgresql/extension/timescaledb--0.4.0--0.9.0.sql \
+ share/postgresql/extension/timescaledb--0.4.1--0.9.0.sql \
+ share/postgresql/extension/timescaledb--0.4.2--0.9.0.sql \
+ share/postgresql/extension/timescaledb--0.5.0--0.9.0.sql \
+ share/postgresql/extension/timescaledb--0.6.0--0.9.0.sql \
+ share/postgresql/extension/timescaledb--0.6.1--0.9.0.sql \
+ share/postgresql/extension/timescaledb--0.7.0--0.9.0.sql \
+ share/postgresql/extension/timescaledb--0.7.1--0.9.0.sql \
+ share/postgresql/extension/timescaledb--0.8.0--0.9.0.sql \
+ share/postgresql/extension/timescaledb--0.9.0.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.0.so
.include <bsd.port.mk>
Modified: head/databases/timescaledb/distinfo
==============================================================================
--- head/databases/timescaledb/distinfo Thu Mar 8 02:45:13 2018 (r463859)
+++ head/databases/timescaledb/distinfo Thu Mar 8 03:01:58 2018 (r463860)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1514018850
-SHA256 (timescale-timescaledb-0.8.0_GH0.tar.gz) = 689a7091d43df72922da320b1b7a98fabe92eb230f317cf18d6a2e9972479fe8
-SIZE (timescale-timescaledb-0.8.0_GH0.tar.gz) = 457521
+TIMESTAMP = 1520287123
+SHA256 (timescale-timescaledb-0.9.0_GH0.tar.gz) = f8f8a39001b63ffb705a94f9ebaf4e3ded6964bdcd8ca117c735bbbaf4ba5ac4
+SIZE (timescale-timescaledb-0.9.0_GH0.tar.gz) = 289700
More information about the svn-ports-head
mailing list