Index: head/databases/timescaledb/Makefile =================================================================== --- head/databases/timescaledb/Makefile (revision 452343) +++ head/databases/timescaledb/Makefile (revision 452344) @@ -1,38 +1,39 @@ # Created by: Kevin Bowling # $FreeBSD$ PORTNAME= timescaledb -PORTVERSION= 0.5.0 +PORTVERSION= 0.6.0 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org COMMENT= Time-series database built on PostgreSQL LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= compiler:c11 gmake pgsql:9.6 USE_LDCONFIG= yes USE_GITHUB= YES GH_ACCOUNT= timescale MAKE_ARGS= PG_CONFIG=${LOCALBASE}/bin/pg_config USE_PGXS=1 \ install_bin=/usr/bin/install WANT_PGSQL= server PLIST_FILES= lib/postgresql/timescaledb.so \ share/postgresql/extension/timescaledb--0.1.0--0.2.0.sql \ 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--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: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/timescaledb.so .include Index: head/databases/timescaledb/distinfo =================================================================== --- head/databases/timescaledb/distinfo (revision 452343) +++ head/databases/timescaledb/distinfo (revision 452344) @@ -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 Index: head/databases/timescaledb/pkg-message =================================================================== --- head/databases/timescaledb/pkg-message (revision 452343) +++ head/databases/timescaledb/pkg-message (revision 452344) @@ -1,7 +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.5.0'; + ALTER EXTENSION timescaledb UPDATE TO '0.6.0';