Here is an update to v2.5.0

While at it, enable Timescale License (TSL) features. As Антон Касимов
(kasimov . an at gmail . com) pointed, distributing binaries is not prohibited.

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/timescaledb/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Makefile    16 Oct 2021 20:43:41 -0000      1.9
+++ Makefile    18 Nov 2021 16:35:36 -0000
@@ -4,7 +4,7 @@ COMMENT =       database designed to make SQL 
 
 GH_ACCOUNT =   timescale
 GH_PROJECT =   timescaledb
-GH_TAGNAME =   2.4.2
+GH_TAGNAME =   2.5.0
 
 CATEGORIES =   databases
 HOMEPAGE =     https://www.timescale.com/
@@ -30,9 +30,5 @@ CONFIGURE_ARGS +=     -DREGRESS_CHECKS=OFF \
                        -DCLANG_FORMAT=OFF \
                        -DSEND_TELEMETRY_DEFAULT=OFF \
                        -DCMAKE_DISABLE_FIND_PACKAGE_Git=ON
-
-# only build Apache-licensed code, disabling the TsL library which
-# is licensed under its own license, see tsl/LICENSE-TIMESCALE
-CONFIGURE_ARGS += -DAPACHE_ONLY=1
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/timescaledb/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo    16 Oct 2021 20:43:41 -0000      1.8
+++ distinfo    18 Nov 2021 16:35:36 -0000
@@ -1,2 +1,2 @@
-SHA256 (timescaledb-2.4.2.tar.gz) = 
sgajdiUSWet0Xu6BnnqFOz+6udyEQzA3FEhKD++JoqQ=
-SIZE (timescaledb-2.4.2.tar.gz) = 2409324
+SHA256 (timescaledb-2.5.0.tar.gz) = 
nWf+cKoBzqX+zrCErcAeyooILYR/kX5o4HOrZ+SXr3Y=
+SIZE (timescaledb-2.5.0.tar.gz) = 2737786
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/databases/timescaledb/pkg/PLIST,v
retrieving revision 1.8
diff -u -p -r1.8 PLIST
--- pkg/PLIST   16 Oct 2021 20:43:41 -0000      1.8
+++ pkg/PLIST   18 Nov 2021 16:35:36 -0000
@@ -1,5 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.8 2021/10/16 20:43:41 denis Exp $
 @so lib/postgresql/timescaledb-${GH_TAGNAME}.so
+@so lib/postgresql/timescaledb-tsl-${GH_TAGNAME}.so
 @so lib/postgresql/timescaledb.so
 share/doc/pkg-readmes/${PKGSTEM}
 share/postgresql/extension/timescaledb--1.7.0--${GH_TAGNAME}.sql
@@ -23,5 +24,6 @@ share/postgresql/extension/timescaledb--
 share/postgresql/extension/timescaledb--2.3.1--${GH_TAGNAME}.sql
 share/postgresql/extension/timescaledb--2.4.0--${GH_TAGNAME}.sql
 share/postgresql/extension/timescaledb--2.4.1--${GH_TAGNAME}.sql
+share/postgresql/extension/timescaledb--2.4.2--${GH_TAGNAME}.sql
 share/postgresql/extension/timescaledb--${GH_TAGNAME}.sql
 share/postgresql/extension/timescaledb.control

Reply via email to