Update to TimescaleDB 2.4.1

Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/timescaledb/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile    14 Jul 2021 09:30:51 -0000      1.7
+++ Makefile    23 Aug 2021 11:07:21 -0000
@@ -4,7 +4,7 @@ COMMENT =       database designed to make SQL 
 
 GH_ACCOUNT =   timescale
 GH_PROJECT =   timescaledb
-GH_TAGNAME =   2.3.1
+GH_TAGNAME =   2.4.1
 
 CATEGORIES =   databases
 HOMEPAGE =     https://www.timescale.com/
@@ -27,6 +27,7 @@ RUN_DEPENDS = databases/postgresql,-serv
 
 CONFIGURE_ARGS +=      -DREGRESS_CHECKS=OFF \
                        -DLINTER=OFF \
+                       -DCLANG_FORMAT=OFF \
                        -DSEND_TELEMETRY_DEFAULT=OFF \
                        -DCMAKE_DISABLE_FIND_PACKAGE_Git=ON
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/timescaledb/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo    14 Jul 2021 09:30:51 -0000      1.6
+++ distinfo    23 Aug 2021 11:07:21 -0000
@@ -1,2 +1,2 @@
-SHA256 (timescaledb-2.3.1.tar.gz) = 
U4gti3M41f3ntBOQIbPpDpyvAkeRW86QS+OPMomoMZk=
-SIZE (timescaledb-2.3.1.tar.gz) = 2699256
+SHA256 (timescaledb-2.4.1.tar.gz) = 
wPEDeNyqwrwvOW/P05YkAcsPQORwezymtJbMTDiKtIs=
+SIZE (timescaledb-2.4.1.tar.gz) = 2401410
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/databases/timescaledb/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- pkg/PLIST   14 Jul 2021 09:30:51 -0000      1.6
+++ pkg/PLIST   23 Aug 2021 11:07:21 -0000
@@ -2,21 +2,6 @@
 @so lib/postgresql/timescaledb-${GH_TAGNAME}.so
 @so lib/postgresql/timescaledb.so
 share/doc/pkg-readmes/${PKGSTEM}
-share/postgresql/extension/timescaledb--1.1.0--${GH_TAGNAME}.sql
-share/postgresql/extension/timescaledb--1.1.1--${GH_TAGNAME}.sql
-share/postgresql/extension/timescaledb--1.2.0--${GH_TAGNAME}.sql
-share/postgresql/extension/timescaledb--1.2.1--${GH_TAGNAME}.sql
-share/postgresql/extension/timescaledb--1.2.2--${GH_TAGNAME}.sql
-share/postgresql/extension/timescaledb--1.3.0--${GH_TAGNAME}.sql
-share/postgresql/extension/timescaledb--1.3.1--${GH_TAGNAME}.sql
-share/postgresql/extension/timescaledb--1.3.2--${GH_TAGNAME}.sql
-share/postgresql/extension/timescaledb--1.4.0--${GH_TAGNAME}.sql
-share/postgresql/extension/timescaledb--1.4.1--${GH_TAGNAME}.sql
-share/postgresql/extension/timescaledb--1.4.2--${GH_TAGNAME}.sql
-share/postgresql/extension/timescaledb--1.5.0--${GH_TAGNAME}.sql
-share/postgresql/extension/timescaledb--1.5.1--${GH_TAGNAME}.sql
-share/postgresql/extension/timescaledb--1.6.0--${GH_TAGNAME}.sql
-share/postgresql/extension/timescaledb--1.6.1--${GH_TAGNAME}.sql
 share/postgresql/extension/timescaledb--1.7.0--${GH_TAGNAME}.sql
 share/postgresql/extension/timescaledb--1.7.1--${GH_TAGNAME}.sql
 share/postgresql/extension/timescaledb--1.7.2--${GH_TAGNAME}.sql
@@ -35,5 +20,7 @@ share/postgresql/extension/timescaledb--
 share/postgresql/extension/timescaledb--2.2.0--${GH_TAGNAME}.sql
 share/postgresql/extension/timescaledb--2.2.1--${GH_TAGNAME}.sql
 share/postgresql/extension/timescaledb--2.3.0--${GH_TAGNAME}.sql
+share/postgresql/extension/timescaledb--2.3.1--${GH_TAGNAME}.sql
+share/postgresql/extension/timescaledb--2.4.0--${GH_TAGNAME}.sql
 share/postgresql/extension/timescaledb--${GH_TAGNAME}.sql
 share/postgresql/extension/timescaledb.control

Reply via email to