Date: Sun, 27 Aug 2017 09:06:22 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448814 - head/databases/timescaledb Message-ID: <201708270906.v7R96Mx6058317@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sun Aug 27 09:06:22 2017 New Revision: 448814 URL: https://svnweb.freebsd.org/changeset/ports/448814 Log: databases/timescaledb: Update to 0.4.0 Changes: https://github.com/timescale/timescaledb/releases/tag/0.4.0 PR: 221843 Submitted by: kbowling (maintainer) Modified: head/databases/timescaledb/Makefile head/databases/timescaledb/distinfo head/databases/timescaledb/pkg-message Modified: head/databases/timescaledb/Makefile ============================================================================== --- head/databases/timescaledb/Makefile Sun Aug 27 09:00:27 2017 (r448813) +++ head/databases/timescaledb/Makefile Sun Aug 27 09:06:22 2017 (r448814) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= timescaledb -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org @@ -24,7 +24,8 @@ 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.sql \ + share/postgresql/extension/timescaledb--0.3.0--0.4.0.sql \ + share/postgresql/extension/timescaledb--0.4.0.sql \ share/postgresql/extension/timescaledb.control post-install: Modified: head/databases/timescaledb/distinfo ============================================================================== --- head/databases/timescaledb/distinfo Sun Aug 27 09:00:27 2017 (r448813) +++ head/databases/timescaledb/distinfo Sun Aug 27 09:06:22 2017 (r448814) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502122769 -SHA256 (timescale-timescaledb-0.3.0_GH0.tar.gz) = 40e9534f6c9863fec3af637a66a5a558d3d4ed770bacf531fec88ef6b01622b5 -SIZE (timescale-timescaledb-0.3.0_GH0.tar.gz) = 164475 +TIMESTAMP = 1503805812 +SHA256 (timescale-timescaledb-0.4.0_GH0.tar.gz) = 4febba22891bfb3dd3b6e5515a27012faa3cdc30ff5a22a904c947456c9625c5 +SIZE (timescale-timescaledb-0.4.0_GH0.tar.gz) = 194933 Modified: head/databases/timescaledb/pkg-message ============================================================================== --- head/databases/timescaledb/pkg-message Sun Aug 27 09:00:27 2017 (r448813) +++ head/databases/timescaledb/pkg-message Sun Aug 27 09:06:22 2017 (r448814) @@ -4,4 +4,4 @@ run CREATE EXTENSION IF NOT EXISTS timescaledb CASCADE; If you are upgrading, restart PostgreSQL server and run - ALTER EXTENSION timescaledb UPDATE TO '0.3.0'; + ALTER EXTENSION timescaledb UPDATE TO '0.4.0';
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708270906.v7R96Mx6058317>