FreeBSD Bugzilla – Attachment 184507 Details for
Bug 220859
[patch] Update databases/timescaledb to 0.2.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
timescaledb 0.2.0
timescaledb-0.2.0.patch (text/plain), 1.88 KB, created by
Kevin Bowling
on 2017-07-19 17:48:49 UTC
(
hide
)
Description:
timescaledb 0.2.0
Filename:
MIME Type:
Creator:
Kevin Bowling
Created:
2017-07-19 17:48:49 UTC
Size:
1.88 KB
patch
obsolete
>diff --git a/databases/timescaledb/Makefile b/databases/timescaledb/Makefile >index d9e7095298ec..35b31c746afb 100644 >--- a/databases/timescaledb/Makefile >+++ b/databases/timescaledb/Makefile >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= timescaledb >-PORTVERSION= 0.1.0 >+PORTVERSION= 0.2.0 > CATEGORIES= databases > > MAINTAINER= kbowling@FreeBSD.org >@@ -18,8 +18,11 @@ MAKE_ARGS= PG_CONFIG=${LOCALBASE}/bin/pg_config USE_PGXS=1 \ > USE_LDCONFIG= yes > USES= compiler:c11 gmake pgsql:9.6 > >+WANT_PGSQL= server >+ > PLIST_FILES= lib/postgresql/timescaledb.so \ >- share/postgresql/extension/timescaledb--0.1.0.sql \ >+ share/postgresql/extension/timescaledb--0.1.0--0.2.0.sql \ >+ share/postgresql/extension/timescaledb--0.2.0.sql \ > share/postgresql/extension/timescaledb.control > > post-install: >diff --git a/databases/timescaledb/distinfo b/databases/timescaledb/distinfo >index 057f3a937ad6..ae6542f494b0 100644 >--- a/databases/timescaledb/distinfo >+++ b/databases/timescaledb/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1498714123 >-SHA256 (timescale-timescaledb-0.1.0_GH0.tar.gz) = 32ae4548ccbc1baae675c1a20f07495c772686ed3413e28d589250962ba71186 >-SIZE (timescale-timescaledb-0.1.0_GH0.tar.gz) = 112651 >+TIMESTAMP = 1500485734 >+SHA256 (timescale-timescaledb-0.2.0_GH0.tar.gz) = 3cfaf9fe0a4997dc2b395be04ed2e946d0b5c6396eef0f02a0ed314cb7953d56 >+SIZE (timescale-timescaledb-0.2.0_GH0.tar.gz) = 134679 >diff --git a/databases/timescaledb/pkg-message b/databases/timescaledb/pkg-message >index c9225f41f4a0..8b91c9f633f9 100644 >--- a/databases/timescaledb/pkg-message >+++ b/databases/timescaledb/pkg-message >@@ -2,3 +2,6 @@ To activate timescaledb on your PostgreSQL server, add 'timescaledb' to > shared_preload_libraries in $PGDATA/postgresql.conf. For every database, > run > CREATE EXTENSION IF NOT EXISTS timescaledb CASCADE; >+ >+If you are upgrading, restart PostgreSQL server and run >+ ALTER EXTENSION timescaledb UPDATE TO '0.2.0';
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 220859
: 184507