diff options
author | Kevin Bowling <kbowling@FreeBSD.org> | 2019-01-31 01:24:30 +0000 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2019-01-31 01:24:30 +0000 |
commit | b84b8d35378e47e1a30b568765c55fa139926bf4 (patch) | |
tree | 01e0cdbdc41f297a4ab0c672a948196438efb9ae | |
parent | 602f0e51b105a1f9a85a875ff3e4ec37e571272c (diff) | |
download | ports-b84b8d35378e47e1a30b568765c55fa139926bf4.tar.gz ports-b84b8d35378e47e1a30b568765c55fa139926bf4.zip |
Notes
-rw-r--r-- | databases/timescaledb/Makefile | 18 | ||||
-rw-r--r-- | databases/timescaledb/distinfo | 6 | ||||
-rw-r--r-- | databases/timescaledb/pkg-plist | 2 |
3 files changed, 19 insertions, 7 deletions
diff --git a/databases/timescaledb/Makefile b/databases/timescaledb/Makefile index ca66feca3d38..51fb14a6ce65 100644 --- a/databases/timescaledb/Makefile +++ b/databases/timescaledb/Makefile @@ -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> diff --git a/databases/timescaledb/distinfo b/databases/timescaledb/distinfo index 06725b2b68b4..0a83d8659f0f 100644 --- a/databases/timescaledb/distinfo +++ b/databases/timescaledb/distinfo @@ -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 diff --git a/databases/timescaledb/pkg-plist b/databases/timescaledb/pkg-plist index 26cee1e8d217..394f8b1849ef 100644 --- a/databases/timescaledb/pkg-plist +++ b/databases/timescaledb/pkg-plist @@ -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--%%PORTVERSION%%.sql 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 |