Date: Thu, 14 Feb 2019 22:53:52 +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: r492959 - head/databases/timescaledb Message-ID: <201902142253.x1EMrqZe061509@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kbowling Date: Thu Feb 14 22:53:52 2019 New Revision: 492959 URL: https://svnweb.freebsd.org/changeset/ports/492959 Log: databases/timescaledb: Update to 1.2.1 Changelog https://github.com/timescale/timescaledb/releases/tag/1.2.1 Approved by: timur (mentor) Sponsored by: BBOX.io Differential Revision: https://reviews.freebsd.org/D19190 Modified: head/databases/timescaledb/Makefile head/databases/timescaledb/pkg-plist Modified: head/databases/timescaledb/Makefile ============================================================================== --- head/databases/timescaledb/Makefile Thu Feb 14 22:42:16 2019 (r492958) +++ head/databases/timescaledb/Makefile Thu Feb 14 22:53:52 2019 (r492959) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= timescaledb -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.2.1 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org Modified: head/databases/timescaledb/pkg-plist ============================================================================== --- head/databases/timescaledb/pkg-plist Thu Feb 14 22:42:16 2019 (r492958) +++ head/databases/timescaledb/pkg-plist Thu Feb 14 22:53:52 2019 (r492959) @@ -28,5 +28,6 @@ share/postgresql/extension/timescaledb--1.0.0-rc3--%%P share/postgresql/extension/timescaledb--1.0.1--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--1.1.0--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--1.1.1--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--1.2.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?201902142253.x1EMrqZe061509>