Index | Thread | Search

From:
Denis Fondras <denis@openbsd.org>
Subject:
Re: UPDATE: databases/timescaledb to 2.16.0
To:
Renato Aguiar <renato@renatoaguiar.net>
Cc:
ports <ports@openbsd.org>, denis@openbsd.org
Date:
Mon, 5 Aug 2024 10:36:43 +0200

Download raw body.

Thread
Le Sun, Aug 04, 2024 at 09:05:57PM -0700, Renato Aguiar a écrit :
> 
> Trivial diff updating databases/timescaledb to 2.16.0:
> 

OK denis@

> 
> diff --git a/databases/timescaledb/Makefile b/databases/timescaledb/Makefile
> index 5eeb1c36f34..3856a71c324 100644
> --- a/databases/timescaledb/Makefile
> +++ b/databases/timescaledb/Makefile
> @@ -2,7 +2,7 @@ COMMENT =	database designed to make SQL scalable for time-series data
>  
>  GH_ACCOUNT =	timescale
>  GH_PROJECT =	timescaledb
> -GH_TAGNAME =	2.15.2
> +GH_TAGNAME =	2.16.0
>  
>  EXTRAS_COMMIT =	52443a469a58d3f64a4e049889f468e8a149cc8f
>  DIST_TUPLE +=	github timescale timescaledb-extras ${EXTRAS_COMMIT} _extras
> diff --git a/databases/timescaledb/distinfo b/databases/timescaledb/distinfo
> index e6f774f01ed..8845504614f 100644
> --- a/databases/timescaledb/distinfo
> +++ b/databases/timescaledb/distinfo
> @@ -1,4 +1,4 @@
>  SHA256 (timescale-timescaledb-extras-52443a469a58d3f64a4e049889f468e8a149cc8f.tar.gz) = /fBZ0+p3BcPYlmf7Oj4cqXKF19YpWJaywrt0qGuZqvw=
> -SHA256 (timescaledb-2.15.2.tar.gz) = fOz0wZ7CPIAXxdJST8VldX+FzmaYJTr8ncygxTtZZk4=
> +SHA256 (timescaledb-2.16.0.tar.gz) = xowSw9YvLjxG0nfSVYwg4x04JrhOFahZTRCEh0oeqaQ=
>  SIZE (timescale-timescaledb-extras-52443a469a58d3f64a4e049889f468e8a149cc8f.tar.gz) = 12981
> -SIZE (timescaledb-2.15.2.tar.gz) = 7440309
> +SIZE (timescaledb-2.16.0.tar.gz) = 7449437
> diff --git a/databases/timescaledb/pkg/PLIST b/databases/timescaledb/pkg/PLIST
> index 5ac2565f76f..8a3bcc375b3 100644
> --- a/databases/timescaledb/pkg/PLIST
> +++ b/databases/timescaledb/pkg/PLIST
> @@ -2,8 +2,6 @@
>  @so lib/postgresql/timescaledb-tsl-${GH_TAGNAME}.so
>  @so lib/postgresql/timescaledb.so
>  share/doc/pkg-readmes/${PKGSTEM}
> -share/postgresql/extension/timescaledb--2.1.0--${GH_TAGNAME}.sql
> -share/postgresql/extension/timescaledb--2.1.1--${GH_TAGNAME}.sql
>  share/postgresql/extension/timescaledb--2.10.0--${GH_TAGNAME}.sql
>  share/postgresql/extension/timescaledb--2.10.1--${GH_TAGNAME}.sql
>  share/postgresql/extension/timescaledb--2.10.2--${GH_TAGNAME}.sql
> @@ -21,14 +19,9 @@ share/postgresql/extension/timescaledb--2.14.1--${GH_TAGNAME}.sql
>  share/postgresql/extension/timescaledb--2.14.2--${GH_TAGNAME}.sql
>  share/postgresql/extension/timescaledb--2.15.0--${GH_TAGNAME}.sql
>  share/postgresql/extension/timescaledb--2.15.1--${GH_TAGNAME}.sql
> +share/postgresql/extension/timescaledb--2.15.2--${GH_TAGNAME}.sql
> +share/postgresql/extension/timescaledb--2.15.3--${GH_TAGNAME}.sql
>  share/postgresql/extension/timescaledb--${GH_TAGNAME}.sql
> -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--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--2.5.1--${GH_TAGNAME}.sql
>  share/postgresql/extension/timescaledb--2.5.2--${GH_TAGNAME}.sql
> 
> 
> -- 
> Renato Aguiar