From owner-svn-ports-head@freebsd.org Thu Sep 7 08:49:12 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 2811EE12320; Thu, 7 Sep 2017 08:49:12 +0000 (UTC) (envelope-from pizzamig@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 C13A274FEB; Thu, 7 Sep 2017 08:49:11 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v878nAsg039271; Thu, 7 Sep 2017 08:49:10 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v878nAZO039268; Thu, 7 Sep 2017 08:49:10 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <201709070849.v878nAZO039268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pizzamig set sender to pizzamig@FreeBSD.org using -f From: Luca Pizzamiglio Date: Thu, 7 Sep 2017 08:49:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449389 - head/databases/timescaledb X-SVN-Group: ports-head X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: head/databases/timescaledb X-SVN-Commit-Revision: 449389 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, 07 Sep 2017 08:49:12 -0000 Author: pizzamig Date: Thu Sep 7 08:49:10 2017 New Revision: 449389 URL: https://svnweb.freebsd.org/changeset/ports/449389 Log: databases/timescaledb: update to 0.4.1 While I'm here, adding the LICENSE_FILE variable. PR: 222061 Submitted by: kbowling@freebsd.org (maintainer) Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D12262 Modified: head/databases/timescaledb/Makefile head/databases/timescaledb/distinfo head/databases/timescaledb/pkg-message Modified: head/databases/timescaledb/Makefile ============================================================================== --- head/databases/timescaledb/Makefile Thu Sep 7 08:30:19 2017 (r449388) +++ head/databases/timescaledb/Makefile Thu Sep 7 08:49:10 2017 (r449389) @@ -2,13 +2,14 @@ # $FreeBSD$ PORTNAME= timescaledb -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org COMMENT= Time-series database built on PostgreSQL LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE USES= compiler:c11 gmake pgsql:9.6 USE_LDCONFIG= yes @@ -25,7 +26,8 @@ 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--0.4.0.sql \ - share/postgresql/extension/timescaledb--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.control post-install: Modified: head/databases/timescaledb/distinfo ============================================================================== --- head/databases/timescaledb/distinfo Thu Sep 7 08:30:19 2017 (r449388) +++ head/databases/timescaledb/distinfo Thu Sep 7 08:49:10 2017 (r449389) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503805812 -SHA256 (timescale-timescaledb-0.4.0_GH0.tar.gz) = 4febba22891bfb3dd3b6e5515a27012faa3cdc30ff5a22a904c947456c9625c5 -SIZE (timescale-timescaledb-0.4.0_GH0.tar.gz) = 194933 +TIMESTAMP = 1504590249 +SHA256 (timescale-timescaledb-0.4.1_GH0.tar.gz) = 2e1520646c2a8c6eaa5626d2dbc0d9befef8c7e181f4dbf5982535d96953afed +SIZE (timescale-timescaledb-0.4.1_GH0.tar.gz) = 215040 Modified: head/databases/timescaledb/pkg-message ============================================================================== --- head/databases/timescaledb/pkg-message Thu Sep 7 08:30:19 2017 (r449388) +++ head/databases/timescaledb/pkg-message Thu Sep 7 08:49:10 2017 (r449389) @@ -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.0'; + ALTER EXTENSION timescaledb UPDATE TO '0.4.1';