Index: head/databases/timescaledb/Makefile =================================================================== --- head/databases/timescaledb/Makefile +++ head/databases/timescaledb/Makefile @@ -2,13 +2,14 @@ # $FreeBSD$ PORTNAME= timescaledb -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 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 @@ -25,7 +26,8 @@ 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.sql \ + share/postgresql/extension/timescaledb--0.4.0--0.4.1.sql \ + share/postgresql/extension/timescaledb--0.4.1.sql \ share/postgresql/extension/timescaledb.control post-install: Index: head/databases/timescaledb/distinfo =================================================================== --- head/databases/timescaledb/distinfo +++ head/databases/timescaledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1503805812 -SHA256 (timescale-timescaledb-0.4.0_GH0.tar.gz) = 4febba22891bfb3dd3b6e5515a27012faa3cdc30ff5a22a904c947456c9625c5 -SIZE (timescale-timescaledb-0.4.0_GH0.tar.gz) = 194933 +TIMESTAMP = 1504590249 +SHA256 (timescale-timescaledb-0.4.1_GH0.tar.gz) = 2e1520646c2a8c6eaa5626d2dbc0d9befef8c7e181f4dbf5982535d96953afed +SIZE (timescale-timescaledb-0.4.1_GH0.tar.gz) = 215040 Index: head/databases/timescaledb/pkg-message =================================================================== --- head/databases/timescaledb/pkg-message +++ head/databases/timescaledb/pkg-message @@ -4,4 +4,4 @@ CREATE EXTENSION IF NOT EXISTS timescaledb CASCADE; If you are upgrading, restart PostgreSQL server and run - ALTER EXTENSION timescaledb UPDATE TO '0.4.0'; + ALTER EXTENSION timescaledb UPDATE TO '0.4.1';