diff options
-rw-r--r-- | databases/timescaledb/Makefile | 24 | ||||
-rw-r--r-- | databases/timescaledb/distinfo | 6 | ||||
-rw-r--r-- | databases/timescaledb/pkg-plist | 11 |
3 files changed, 16 insertions, 25 deletions
diff --git a/databases/timescaledb/Makefile b/databases/timescaledb/Makefile index 634fb628d117..005871ec1f39 100644 --- a/databases/timescaledb/Makefile +++ b/databases/timescaledb/Makefile @@ -1,13 +1,13 @@ PORTNAME= timescaledb -PORTVERSION= 2.19.3 +PORTVERSION= 2.20.0 CATEGORIES= databases MAINTAINER= kbowling@FreeBSD.org COMMENT= Time-series database built on PostgreSQL WWW= https://www.timescale.com/ -LICENSE= APACHE20 TSL -LICENSE_COMB= multi +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 @@ -15,29 +15,29 @@ LICENSE_PERMS_TSL= dist-mirror pkg-mirror auto-accept BROKEN_i386= compilation fails: undeclared type '__uint128_t' -USES= compiler:c11 cmake gettext-runtime cpe pgsql:14-17 +USES= cmake compiler:c11 cpe pgsql:15-17 +CPE_VENDOR= timescale +WANT_PGSQL= lib server USE_GITHUB= YES GH_ACCOUNT= timescale -CPE_VENDOR= timescale +CMAKE_OFF= REGRESS_CHECKS TAP_CHECKS WARNINGS_AS_ERRORS -PLIST_SUB= PORTVERSION=${PORTVERSION} SUB_FILES= pkg-message SUB_LIST= PORTVERSION=${PORTVERSION} +PLIST_SUB= PORTVERSION=${PORTVERSION} + OPTIONS_DEFINE= SSL TSL OPTIONS_DEFAULT= SSL TSL OPTIONS_SUB= yes -SSL_DESC= Build with OpenSSL support -TSL_DESC= Enables TSL licensed code in additon to Apache license code +SSL_DESC= Build with OpenSSL support +TSL_DESC= Enables TSL licensed code in additon to Apache license code -SSL_CMAKE_BOOL= USE_OPENSSL SSL_USES= ssl +SSL_CMAKE_BOOL= USE_OPENSSL TSL_CMAKE_BOOL_OFF= APACHE_ONLY -CMAKE_OFF= REGRESS_CHECKS TAP_CHECKS WARNINGS_AS_ERRORS -WANT_PGSQL= lib server - .include <bsd.port.mk> diff --git a/databases/timescaledb/distinfo b/databases/timescaledb/distinfo index f828d2831671..dd39311a2482 100644 --- a/databases/timescaledb/distinfo +++ b/databases/timescaledb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744776840 -SHA256 (timescale-timescaledb-2.19.3_GH0.tar.gz) = ef2c9019f3e292f77e274a95386e550cb8c358ec0e053f6b7097565f61381e01 -SIZE (timescale-timescaledb-2.19.3_GH0.tar.gz) = 8010948 +TIMESTAMP = 1747370173 +SHA256 (timescale-timescaledb-2.20.0_GH0.tar.gz) = b6ac4c29ef29e93249fcc25bf193dab2637422797360b12e00fd73067138a953 +SIZE (timescale-timescaledb-2.20.0_GH0.tar.gz) = 7784597 diff --git a/databases/timescaledb/pkg-plist b/databases/timescaledb/pkg-plist index 57660c330c9a..14bc5543ffc8 100644 --- a/databases/timescaledb/pkg-plist +++ b/databases/timescaledb/pkg-plist @@ -1,16 +1,6 @@ lib/postgresql/timescaledb-%%PORTVERSION%%.so %%TSL%%lib/postgresql/timescaledb-tsl-%%PORTVERSION%%.so lib/postgresql/timescaledb.so -share/postgresql/extension/timescaledb--2.5.0--%%PORTVERSION%%.sql -share/postgresql/extension/timescaledb--2.5.1--%%PORTVERSION%%.sql -share/postgresql/extension/timescaledb--2.5.2--%%PORTVERSION%%.sql -share/postgresql/extension/timescaledb--2.6.0--%%PORTVERSION%%.sql -share/postgresql/extension/timescaledb--2.6.1--%%PORTVERSION%%.sql -share/postgresql/extension/timescaledb--2.7.0--%%PORTVERSION%%.sql -share/postgresql/extension/timescaledb--2.7.1--%%PORTVERSION%%.sql -share/postgresql/extension/timescaledb--2.7.2--%%PORTVERSION%%.sql -share/postgresql/extension/timescaledb--2.8.0--%%PORTVERSION%%.sql -share/postgresql/extension/timescaledb--2.8.1--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.9.0--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.9.1--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.9.2--%%PORTVERSION%%.sql @@ -45,5 +35,6 @@ share/postgresql/extension/timescaledb--2.18.2--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.19.0--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.19.1--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--2.19.2--%%PORTVERSION%%.sql +share/postgresql/extension/timescaledb--2.19.3--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb--%%PORTVERSION%%.sql share/postgresql/extension/timescaledb.control |