Index: head/databases/timescaledb/Makefile =================================================================== --- head/databases/timescaledb/Makefile (revision 446289) +++ head/databases/timescaledb/Makefile (revision 446290) @@ -1,28 +1,31 @@ # Created by: Kevin Bowling # $FreeBSD$ PORTNAME= timescaledb -PORTVERSION= 0.1.0 +PORTVERSION= 0.2.0 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org COMMENT= Time-series database built on PostgreSQL LICENSE= APACHE20 USE_GITHUB= YES GH_ACCOUNT= timescale MAKE_ARGS= PG_CONFIG=${LOCALBASE}/bin/pg_config USE_PGXS=1 \ install_bin=/usr/bin/install 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: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/timescaledb.so .include Index: head/databases/timescaledb/distinfo =================================================================== --- head/databases/timescaledb/distinfo (revision 446289) +++ head/databases/timescaledb/distinfo (revision 446290) @@ -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 Index: head/databases/timescaledb/pkg-message =================================================================== --- head/databases/timescaledb/pkg-message (revision 446289) +++ head/databases/timescaledb/pkg-message (revision 446290) @@ -1,4 +1,7 @@ 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';