svn commit: r492959 - head/databases/timescaledb

Kevin Bowling kbowling at FreeBSD.org
Thu Feb 14 22:53:53 UTC 2019


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 at 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


More information about the svn-ports-all mailing list