From owner-svn-ports-head@freebsd.org Fri Apr 6 16:08:06 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58D81F917DE; Fri, 6 Apr 2018 16:08:06 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 849A283AD0; Fri, 6 Apr 2018 16:08:03 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 480A314010; Fri, 6 Apr 2018 16:08:03 +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 w36G822C022732; Fri, 6 Apr 2018 16:08:02 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w36G82h4022728; Fri, 6 Apr 2018 16:08:02 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201804061608.w36G82h4022728@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 6 Apr 2018 16:08:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466650 - head/databases/timescaledb X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/databases/timescaledb X-SVN-Commit-Revision: 466650 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.25 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: Fri, 06 Apr 2018 16:08:06 -0000 Author: swills Date: Fri Apr 6 16:08:02 2018 New Revision: 466650 URL: https://svnweb.freebsd.org/changeset/ports/466650 Log: databases/timescaledb: Update to 0.9.1 PR: 227267 Submitted by: Matt Magoffin Approved by: kbowling (maintainer) Modified: head/databases/timescaledb/Makefile (contents, props changed) head/databases/timescaledb/distinfo (contents, props changed) Modified: head/databases/timescaledb/Makefile ============================================================================== --- head/databases/timescaledb/Makefile Fri Apr 6 16:07:58 2018 (r466649) +++ head/databases/timescaledb/Makefile Fri Apr 6 16:08:02 2018 (r466650) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= timescaledb -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.1 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org @@ -23,24 +23,25 @@ SUB_LIST+= PORTVERSION=${PORTVERSION} SUB_FILES= pkg-message PLIST_FILES= lib/postgresql/timescaledb.so \ - lib/postgresql/timescaledb-0.9.0.so \ - share/postgresql/extension/timescaledb--0.1.0--0.9.0.sql \ - share/postgresql/extension/timescaledb--0.2.0--0.9.0.sql \ - share/postgresql/extension/timescaledb--0.3.0--0.9.0.sql \ - share/postgresql/extension/timescaledb--0.4.0--0.9.0.sql \ - share/postgresql/extension/timescaledb--0.4.1--0.9.0.sql \ - share/postgresql/extension/timescaledb--0.4.2--0.9.0.sql \ - share/postgresql/extension/timescaledb--0.5.0--0.9.0.sql \ - share/postgresql/extension/timescaledb--0.6.0--0.9.0.sql \ - share/postgresql/extension/timescaledb--0.6.1--0.9.0.sql \ - share/postgresql/extension/timescaledb--0.7.0--0.9.0.sql \ - share/postgresql/extension/timescaledb--0.7.1--0.9.0.sql \ - share/postgresql/extension/timescaledb--0.8.0--0.9.0.sql \ - share/postgresql/extension/timescaledb--0.9.0.sql \ + lib/postgresql/timescaledb-0.9.1.so \ + share/postgresql/extension/timescaledb--0.1.0--0.9.1.sql \ + share/postgresql/extension/timescaledb--0.2.0--0.9.1.sql \ + share/postgresql/extension/timescaledb--0.3.0--0.9.1.sql \ + share/postgresql/extension/timescaledb--0.4.0--0.9.1.sql \ + share/postgresql/extension/timescaledb--0.4.1--0.9.1.sql \ + share/postgresql/extension/timescaledb--0.4.2--0.9.1.sql \ + share/postgresql/extension/timescaledb--0.5.0--0.9.1.sql \ + share/postgresql/extension/timescaledb--0.6.0--0.9.1.sql \ + share/postgresql/extension/timescaledb--0.6.1--0.9.1.sql \ + share/postgresql/extension/timescaledb--0.7.0--0.9.1.sql \ + share/postgresql/extension/timescaledb--0.7.1--0.9.1.sql \ + share/postgresql/extension/timescaledb--0.8.0--0.9.1.sql \ + share/postgresql/extension/timescaledb--0.9.0--0.9.1.sql \ + share/postgresql/extension/timescaledb--0.9.1.sql \ share/postgresql/extension/timescaledb.control post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/timescaledb.so - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/timescaledb-0.9.0.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/timescaledb-0.9.1.so .include Modified: head/databases/timescaledb/distinfo ============================================================================== --- head/databases/timescaledb/distinfo Fri Apr 6 16:07:58 2018 (r466649) +++ head/databases/timescaledb/distinfo Fri Apr 6 16:08:02 2018 (r466650) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520287123 -SHA256 (timescale-timescaledb-0.9.0_GH0.tar.gz) = f8f8a39001b63ffb705a94f9ebaf4e3ded6964bdcd8ca117c735bbbaf4ba5ac4 -SIZE (timescale-timescaledb-0.9.0_GH0.tar.gz) = 289700 +TIMESTAMP = 1522791773 +SHA256 (timescale-timescaledb-0.9.1_GH0.tar.gz) = f58505cceb87142cec4e72475d8a7fe08921322c90bd4ea7e1d59e5d8ab5dc77 +SIZE (timescale-timescaledb-0.9.1_GH0.tar.gz) = 296409