diff options
author | swills <swills@FreeBSD.org> | 2018-05-11 08:40:13 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-05-11 08:40:13 +0800 |
commit | 248c5bbad0ad23145b9f0858d41da14c3c6f9acd (patch) | |
tree | bed899231582a97d634707591b1045a8d57974d4 /databases | |
parent | 4b7f959b5a5f1b3fc6a3d6c55cd2ff950736f0ef (diff) | |
download | freebsd-ports-gnome-248c5bbad0ad23145b9f0858d41da14c3c6f9acd.tar.gz freebsd-ports-gnome-248c5bbad0ad23145b9f0858d41da14c3c6f9acd.tar.zst freebsd-ports-gnome-248c5bbad0ad23145b9f0858d41da14c3c6f9acd.zip |
databases/timescaledb: Update to 0.9.2
PR: 228084
Submitted by: Matt Magoffin <bugs.freebsd.org@msqr.us>
Approved by: kbowling (maintainer)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/timescaledb/Makefile | 35 | ||||
-rw-r--r-- | databases/timescaledb/distinfo | 6 |
2 files changed, 21 insertions, 20 deletions
diff --git a/databases/timescaledb/Makefile b/databases/timescaledb/Makefile index a70a658196e8..22287c28b87c 100644 --- a/databases/timescaledb/Makefile +++ b/databases/timescaledb/Makefile @@ -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> diff --git a/databases/timescaledb/distinfo b/databases/timescaledb/distinfo index b0c6fcad49ee..e4ee57f40332 100644 --- a/databases/timescaledb/distinfo +++ b/databases/timescaledb/distinfo @@ -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 |