diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2017-12-10 19:36:32 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2017-12-10 19:36:32 +0000 |
commit | 2c6dd189076c9c066b5e355781f9ce6b9e92621a (patch) | |
tree | 3b8b34863387909e303e85d98915c77200fc828f /databases | |
parent | 76d1744e69d47311974c679ed54092802ea1a8e1 (diff) | |
download | ports-2c6dd189076c9c066b5e355781f9ce6b9e92621a.tar.gz ports-2c6dd189076c9c066b5e355781f9ce6b9e92621a.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/timescaledb/Makefile | 6 | ||||
-rw-r--r-- | databases/timescaledb/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/databases/timescaledb/Makefile b/databases/timescaledb/Makefile index 18a3c1149754..05ff2b5d8c41 100644 --- a/databases/timescaledb/Makefile +++ b/databases/timescaledb/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= timescaledb -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org @@ -32,7 +32,9 @@ PLIST_FILES= lib/postgresql/timescaledb.so \ 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.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.sql \ share/postgresql/extension/timescaledb.control post-install: diff --git a/databases/timescaledb/distinfo b/databases/timescaledb/distinfo index e5d90c8d0b47..d6915b8bdf8a 100644 --- a/databases/timescaledb/distinfo +++ b/databases/timescaledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1511336203 -SHA256 (timescale-timescaledb-0.7.0_GH0.tar.gz) = 11087c59f2b91c035376ffdf64161be45789244c377260c1bef2f8fceebfd9d7 -SIZE (timescale-timescaledb-0.7.0_GH0.tar.gz) = 374746 +TIMESTAMP = 1512807641 +SHA256 (timescale-timescaledb-0.7.1_GH0.tar.gz) = f1aa897d733dcf04a131ac82ba977c39f0a1373b07fb85a377140ef63d054509 +SIZE (timescale-timescaledb-0.7.1_GH0.tar.gz) = 429747 |