diff options
author | Steve Wills <swills@FreeBSD.org> | 2017-10-18 23:04:16 +0800 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2017-10-18 23:04:16 +0800 |
commit | a6395d447877021fd5323bb2d874ecf92f40515b (patch) | |
tree | 0cbadd695e930f8f0cc780ecd42920c4061bf61e /databases | |
parent | 73155e0ba3dc440a1942de70f4e2c6a891af3db1 (diff) | |
download | freebsd-ports-gnome-a6395d447877021fd5323bb2d874ecf92f40515b.tar.gz freebsd-ports-gnome-a6395d447877021fd5323bb2d874ecf92f40515b.tar.zst freebsd-ports-gnome-a6395d447877021fd5323bb2d874ecf92f40515b.zip |
databases/timescaledb: Update to 0.6.0
PR: 223077
Submitted by: kbowling
Diffstat (limited to 'databases')
-rw-r--r-- | databases/timescaledb/Makefile | 5 | ||||
-rw-r--r-- | databases/timescaledb/distinfo | 6 | ||||
-rw-r--r-- | databases/timescaledb/pkg-message | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/databases/timescaledb/Makefile b/databases/timescaledb/Makefile index 3260dba54405..8ff95ccf99ca 100644 --- a/databases/timescaledb/Makefile +++ b/databases/timescaledb/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= timescaledb -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.0 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org @@ -29,7 +29,8 @@ PLIST_FILES= lib/postgresql/timescaledb.so \ 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.sql \ + share/postgresql/extension/timescaledb--0.5.0--0.6.0.sql \ + share/postgresql/extension/timescaledb--0.6.0.sql \ share/postgresql/extension/timescaledb.control post-install: diff --git a/databases/timescaledb/distinfo b/databases/timescaledb/distinfo index 23142daace18..dfe4bb1bcadc 100644 --- a/databases/timescaledb/distinfo +++ b/databases/timescaledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1505981978 -SHA256 (timescale-timescaledb-0.5.0_GH0.tar.gz) = 6224083b648d23fba253885cc11df94af26bd7c98719b7667544494345633537 -SIZE (timescale-timescaledb-0.5.0_GH0.tar.gz) = 282507 +TIMESTAMP = 1508301885 +SHA256 (timescale-timescaledb-0.6.0_GH0.tar.gz) = d8447eab8504cf4eb22567a844c86358d9cb46a2b1d65c7a021072079d90effb +SIZE (timescale-timescaledb-0.6.0_GH0.tar.gz) = 317259 diff --git a/databases/timescaledb/pkg-message b/databases/timescaledb/pkg-message index 323d54b6e059..76d7f4149ab5 100644 --- a/databases/timescaledb/pkg-message +++ b/databases/timescaledb/pkg-message @@ -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.5.0'; + ALTER EXTENSION timescaledb UPDATE TO '0.6.0'; |