Update to v2.5.1
Also enable TSL-licensed modules. Tested by Mark Patruck, thanks.
This commit is contained in:
parent
c416c13cae
commit
c974ad78bb
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2021/10/16 20:43:41 denis Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2021/12/04 17:21:20 denis Exp $
|
||||
|
||||
COMMENT = database designed to make SQL scalable for time-series data
|
||||
|
||||
GH_ACCOUNT = timescale
|
||||
GH_PROJECT = timescaledb
|
||||
GH_TAGNAME = 2.4.2
|
||||
GH_TAGNAME = 2.5.1
|
||||
|
||||
CATEGORIES = databases
|
||||
HOMEPAGE = https://www.timescale.com/
|
||||
@ -31,8 +31,4 @@ CONFIGURE_ARGS += -DREGRESS_CHECKS=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>
|
||||
|
@ -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.1.tar.gz) = WKNKejpXEzmgGcCumZtOu5+T4eDLgoUB4yuwc+CiXqw=
|
||||
SIZE (timescaledb-2.5.1.tar.gz) = 2760329
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2021/10/16 20:43:41 denis Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2021/12/04 17:21:20 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,7 @@ 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--2.4.1--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--2.4.2--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--2.5.0--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb--${GH_TAGNAME}.sql
|
||||
share/postgresql/extension/timescaledb.control
|
||||
|
Loading…
Reference in New Issue
Block a user