Date: Thu, 14 Nov 2019 19:54:37 +0000 (UTC) From: Kevin Bowling <kbowling@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517609 - head/databases/timescaledb Message-ID: <201911141954.xAEJsbEM076857@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kbowling Date: Thu Nov 14 19:54:37 2019 New Revision: 517609 URL: https://svnweb.freebsd.org/changeset/ports/517609 Log: databases/timescaledb: Update to 1.5.1 Changelog https://github.com/timescale/timescaledb/releases/tag/1.5.1 Approved by: timur (mentor) Sponsored by: BBOX.io Differential Revision: https://reviews.freebsd.org/D22361 Modified: head/databases/timescaledb/Makefile head/databases/timescaledb/distinfo head/databases/timescaledb/pkg-plist Modified: head/databases/timescaledb/Makefile ============================================================================== --- head/databases/timescaledb/Makefile Thu Nov 14 19:47:36 2019 (r517608) +++ head/databases/timescaledb/Makefile Thu Nov 14 19:54:37 2019 (r517609) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= timescaledb -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.1 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org Modified: head/databases/timescaledb/distinfo ============================================================================== --- head/databases/timescaledb/distinfo Thu Nov 14 19:47:36 2019 (r517608) +++ head/databases/timescaledb/distinfo Thu Nov 14 19:54:37 2019 (r517609) @@ -1,3 +1,3 @@ -TIMESTAMP = 1572759735 -SHA256 (timescale-timescaledb-1.5.0_GH0.tar.gz) = 5d707d5b474e955b21e0f85fa456d1456b0c0e165f34a2c8597dd8fb7f695ff6 -SIZE (timescale-timescaledb-1.5.0_GH0.tar.gz) = 1611544 +TIMESTAMP = 1573717822 +SHA256 (timescale-timescaledb-1.5.1_GH0.tar.gz) = af1d8da945b277955e85947b36d8c37c259f9b6535e5640c597d82e3ff0f2850 +SIZE (timescale-timescaledb-1.5.1_GH0.tar.gz) = 1617493 Modified: head/databases/timescaledb/pkg-plist ============================================================================== --- head/databases/timescaledb/pkg-plist Thu Nov 14 19:47:36 2019 (r517608) +++ head/databases/timescaledb/pkg-plist Thu Nov 14 19:54:37 2019 (r517609) @@ -37,5 +37,6 @@ share/postgresql/extension/timescaledb--1.3.2--%%PORTV share/postgresql/extension/timescaledb--1.4.0--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--1.4.1--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--1.4.2--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--1.5.0--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb.control
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911141954.xAEJsbEM076857>