Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2019 01:24:30 +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: r491669 - head/databases/timescaledb
Message-ID:  <201901310124.x0V1OUBm011687@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kbowling
Date: Thu Jan 31 01:24:30 2019
New Revision: 491669
URL: https://svnweb.freebsd.org/changeset/ports/491669

Log:
  databases/timescaledb: Update to 1.2.0
  
  This release adds Timescale Licensed code that can be turned off with a new
  build time option, APACHEONLY, to retain Apache licensing.
  
  Changelog https://github.com/timescale/timescaledb/releases/tag/1.2.0
  
  Approved by:	timur (mentor)
  Sponsored by:	BBOX.io
  Differential Revision:	https://reviews.freebsd.org/D19035

Modified:
  head/databases/timescaledb/Makefile
  head/databases/timescaledb/distinfo
  head/databases/timescaledb/pkg-plist

Modified: head/databases/timescaledb/Makefile
==============================================================================
--- head/databases/timescaledb/Makefile	Thu Jan 31 01:23:06 2019	(r491668)
+++ head/databases/timescaledb/Makefile	Thu Jan 31 01:24:30 2019	(r491669)
@@ -2,23 +2,33 @@
 # $FreeBSD$
 
 PORTNAME=	timescaledb
-PORTVERSION=	1.1.1
+PORTVERSION=	1.2.0
 CATEGORIES=	databases
 
 MAINTAINER=	kbowling@FreeBSD.org
 COMMENT=	Time-series database built on PostgreSQL
 
-LICENSE=	APACHE20
-LICENSE_FILE=	${WRKSRC}/LICENSE-APACHE
+LICENSE=		APACHE20 TSL
+LICENSE_COMB=		multi
+LICENSE_NAME_TSL=	Timescale License Agreement
+LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE-APACHE
+LICENSE_FILE_TSL=	${WRKSRC}/tsl/LICENSE-TIMESCALE
+LICENSE_PERMS_TSL=	dist-mirror pkg-mirror auto-accept
 
 USES=		compiler:c11 cmake pgsql:9.6,10,11 ssl
 
 USE_GITHUB=	YES
 GH_ACCOUNT=	timescale
 
-WANT_PGSQL=	server
+OPTIONS_DEFINE=		APACHEONLY
+OPTIONS_SUB=		yes
 
+APACHEONLY_CMAKE_BOOL=	APACHE_ONLY
+APACHEONLY_DESC=	Only build Apache licensed code
+
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 SUB_FILES=	pkg-message
+
+WANT_PGSQL=	server
 
 .include <bsd.port.mk>

Modified: head/databases/timescaledb/distinfo
==============================================================================
--- head/databases/timescaledb/distinfo	Thu Jan 31 01:23:06 2019	(r491668)
+++ head/databases/timescaledb/distinfo	Thu Jan 31 01:24:30 2019	(r491669)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1545706093
-SHA256 (timescale-timescaledb-1.1.1_GH0.tar.gz) = c2f0f745f9ab52bf7fedd24e129efde5f39a0f27a8f41e1568aab98cd21d5a68
-SIZE (timescale-timescaledb-1.1.1_GH0.tar.gz) = 631917
+TIMESTAMP = 1548867675
+SHA256 (timescale-timescaledb-1.2.0_GH0.tar.gz) = 07f7e1da604741c962be590400a20ff91d6a7f72ded2bbcf2e3679e5e5af7f28
+SIZE (timescale-timescaledb-1.2.0_GH0.tar.gz) = 749905

Modified: head/databases/timescaledb/pkg-plist
==============================================================================
--- head/databases/timescaledb/pkg-plist	Thu Jan 31 01:23:06 2019	(r491668)
+++ head/databases/timescaledb/pkg-plist	Thu Jan 31 01:24:30 2019	(r491669)
@@ -1,4 +1,5 @@
 lib/postgresql/timescaledb-%%PORTVERSION%%.so
+%%NO_APACHEONLY%%lib/postgresql/timescaledb-tsl-%%PORTVERSION%%.so
 lib/postgresql/timescaledb.so
 share/postgresql/extension/timescaledb--0.1.0--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb--0.10.0--%%PORTVERSION%%.sql
@@ -26,5 +27,6 @@ share/postgresql/extension/timescaledb--1.0.0-rc2--%%P
 share/postgresql/extension/timescaledb--1.0.0-rc3--%%PORTVERSION%%.sql
 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--%%PORTVERSION%%.sql
 share/postgresql/extension/timescaledb.control



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901310124.x0V1OUBm011687>