From owner-svn-ports-all@freebsd.org Wed Sep 27 14:37:15 2017 Return-Path: Delivered-To: svn-ports-all@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 C9989E05A5B; Wed, 27 Sep 2017 14:37:15 +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 7A21B75678; Wed, 27 Sep 2017 14:37:15 +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 v8REbEt0088810; Wed, 27 Sep 2017 14:37:14 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8REbE8J088806; Wed, 27 Sep 2017 14:37:14 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709271437.v8REbE8J088806@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 27 Sep 2017 14:37:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450752 - head/databases/timescaledb X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/databases/timescaledb X-SVN-Commit-Revision: 450752 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Sep 2017 14:37:15 -0000 Author: swills Date: Wed Sep 27 14:37:14 2017 New Revision: 450752 URL: https://svnweb.freebsd.org/changeset/ports/450752 Log: databases/timescaledb: Update to 0.5.0 PR: 222486 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 Wed Sep 27 14:36:02 2017 (r450751) +++ head/databases/timescaledb/Makefile Wed Sep 27 14:37:14 2017 (r450752) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= timescaledb -PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTVERSION= 0.5.0 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org @@ -28,7 +27,9 @@ PLIST_FILES= lib/postgresql/timescaledb.so \ 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.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.control post-install: Modified: head/databases/timescaledb/distinfo ============================================================================== --- head/databases/timescaledb/distinfo Wed Sep 27 14:36:02 2017 (r450751) +++ head/databases/timescaledb/distinfo Wed Sep 27 14:37:14 2017 (r450752) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504590249 -SHA256 (timescale-timescaledb-0.4.1_GH0.tar.gz) = 2e1520646c2a8c6eaa5626d2dbc0d9befef8c7e181f4dbf5982535d96953afed -SIZE (timescale-timescaledb-0.4.1_GH0.tar.gz) = 215040 +TIMESTAMP = 1505981978 +SHA256 (timescale-timescaledb-0.5.0_GH0.tar.gz) = 6224083b648d23fba253885cc11df94af26bd7c98719b7667544494345633537 +SIZE (timescale-timescaledb-0.5.0_GH0.tar.gz) = 282507 Modified: head/databases/timescaledb/pkg-message ============================================================================== --- head/databases/timescaledb/pkg-message Wed Sep 27 14:36:02 2017 (r450751) +++ head/databases/timescaledb/pkg-message Wed Sep 27 14:37:14 2017 (r450752) @@ -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.4.1'; + ALTER EXTENSION timescaledb UPDATE TO '0.5.0';