From owner-svn-ports-head@freebsd.org Sat Dec 23 13:11:11 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 265AEEA5667; Sat, 23 Dec 2017 13:11:11 +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 E76373727; Sat, 23 Dec 2017 13:11:10 +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 vBNDBAjM069560; Sat, 23 Dec 2017 13:11:10 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBNDB9l2069558; Sat, 23 Dec 2017 13:11:09 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201712231311.vBNDB9l2069558@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 23 Dec 2017 13:11:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457049 - in head/databases/timescaledb: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/databases/timescaledb: . files X-SVN-Commit-Revision: 457049 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: Sat, 23 Dec 2017 13:11:11 -0000 Author: swills Date: Sat Dec 23 13:11:09 2017 New Revision: 457049 URL: https://svnweb.freebsd.org/changeset/ports/457049 Log: databases/timescaledb: Update to 0.8.0 PR: 224538 Submitted by: kbowling Deleted: head/databases/timescaledb/files/patch-src_CMakeLists.txt Modified: head/databases/timescaledb/Makefile head/databases/timescaledb/distinfo Modified: head/databases/timescaledb/Makefile ============================================================================== --- head/databases/timescaledb/Makefile Sat Dec 23 13:05:37 2017 (r457048) +++ head/databases/timescaledb/Makefile Sat Dec 23 13:11:09 2017 (r457049) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= timescaledb -PORTVERSION= 0.7.1 +PORTVERSION= 0.8.0 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org @@ -34,7 +34,8 @@ PLIST_FILES= lib/postgresql/timescaledb.so \ share/postgresql/extension/timescaledb--0.6.1--0.7.0.sql \ share/postgresql/extension/timescaledb--0.6.1--0.7.1.sql \ share/postgresql/extension/timescaledb--0.7.0--0.7.1.sql \ - share/postgresql/extension/timescaledb--0.7.1.sql \ + share/postgresql/extension/timescaledb--0.7.1--0.8.0.sql \ + share/postgresql/extension/timescaledb--0.8.0.sql \ share/postgresql/extension/timescaledb.control post-install: Modified: head/databases/timescaledb/distinfo ============================================================================== --- head/databases/timescaledb/distinfo Sat Dec 23 13:05:37 2017 (r457048) +++ head/databases/timescaledb/distinfo Sat Dec 23 13:11:09 2017 (r457049) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512807641 -SHA256 (timescale-timescaledb-0.7.1_GH0.tar.gz) = f1aa897d733dcf04a131ac82ba977c39f0a1373b07fb85a377140ef63d054509 -SIZE (timescale-timescaledb-0.7.1_GH0.tar.gz) = 429747 +TIMESTAMP = 1514018850 +SHA256 (timescale-timescaledb-0.8.0_GH0.tar.gz) = 689a7091d43df72922da320b1b7a98fabe92eb230f317cf18d6a2e9972479fe8 +SIZE (timescale-timescaledb-0.8.0_GH0.tar.gz) = 457521