diff options
author | swills <swills@FreeBSD.org> | 2017-09-27 22:37:14 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-09-27 22:37:14 +0800 |
commit | b40c5b147f6c8f2f1d081394a27c9cf3eb6bfd66 (patch) | |
tree | b2f109da270c47fa73189317eecc84d66f5c8f7a /databases | |
parent | 3c88314bfa588c30cf7bf1fe6615bdce7f111591 (diff) | |
download | freebsd-ports-gnome-b40c5b147f6c8f2f1d081394a27c9cf3eb6bfd66.tar.gz freebsd-ports-gnome-b40c5b147f6c8f2f1d081394a27c9cf3eb6bfd66.tar.zst freebsd-ports-gnome-b40c5b147f6c8f2f1d081394a27c9cf3eb6bfd66.zip |
databases/timescaledb: Update to 0.5.0
PR: 222486
Submitted by: kbowling (maintainer)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/timescaledb/Makefile | 7 | ||||
-rw-r--r-- | databases/timescaledb/distinfo | 6 | ||||
-rw-r--r-- | databases/timescaledb/pkg-message | 2 |
3 files changed, 8 insertions, 7 deletions
diff --git a/databases/timescaledb/Makefile b/databases/timescaledb/Makefile index 2c311e0559e5..3260dba54405 100644 --- a/databases/timescaledb/Makefile +++ b/databases/timescaledb/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= timescaledb -PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTVERSION= 0.5.0 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org @@ -28,7 +27,9 @@ PLIST_FILES= lib/postgresql/timescaledb.so \ 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.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.control post-install: diff --git a/databases/timescaledb/distinfo b/databases/timescaledb/distinfo index a747f681caa7..23142daace18 100644 --- a/databases/timescaledb/distinfo +++ b/databases/timescaledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1504590249 -SHA256 (timescale-timescaledb-0.4.1_GH0.tar.gz) = 2e1520646c2a8c6eaa5626d2dbc0d9befef8c7e181f4dbf5982535d96953afed -SIZE (timescale-timescaledb-0.4.1_GH0.tar.gz) = 215040 +TIMESTAMP = 1505981978 +SHA256 (timescale-timescaledb-0.5.0_GH0.tar.gz) = 6224083b648d23fba253885cc11df94af26bd7c98719b7667544494345633537 +SIZE (timescale-timescaledb-0.5.0_GH0.tar.gz) = 282507 diff --git a/databases/timescaledb/pkg-message b/databases/timescaledb/pkg-message index 12195de2759a..323d54b6e059 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.4.1'; + ALTER EXTENSION timescaledb UPDATE TO '0.5.0'; |