From owner-svn-ports-head@freebsd.org Thu Jul 20 20:29:04 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E78CBC7FA88; Thu, 20 Jul 2017 20:29:04 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B0E8677661; Thu, 20 Jul 2017 20:29:04 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6KKT3ms015006; Thu, 20 Jul 2017 20:29:03 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6KKT3PO015003; Thu, 20 Jul 2017 20:29:03 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201707202029.v6KKT3PO015003@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 20 Jul 2017 20:29:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446290 - head/databases/timescaledb X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/databases/timescaledb X-SVN-Commit-Revision: 446290 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jul 2017 20:29:05 -0000 Author: swills Date: Thu Jul 20 20:29:03 2017 New Revision: 446290 URL: https://svnweb.freebsd.org/changeset/ports/446290 Log: databases/timescaledb: update to 0.2.0 PR: 220859 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 Thu Jul 20 20:23:47 2017 (r446289) +++ head/databases/timescaledb/Makefile Thu Jul 20 20:29:03 2017 (r446290) @@ -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_PG 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: Modified: head/databases/timescaledb/distinfo ============================================================================== --- head/databases/timescaledb/distinfo Thu Jul 20 20:23:47 2017 (r446289) +++ head/databases/timescaledb/distinfo Thu Jul 20 20:29:03 2017 (r446290) @@ -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 Modified: head/databases/timescaledb/pkg-message ============================================================================== --- head/databases/timescaledb/pkg-message Thu Jul 20 20:23:47 2017 (r446289) +++ head/databases/timescaledb/pkg-message Thu Jul 20 20:29:03 2017 (r446290) @@ -2,3 +2,6 @@ To activate timescaledb on your PostgreSQL server, add 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';