From: Renato Aguiar Subject: Re: UPDATE: databases/timescaledb-2.14.2 (was timescaledb-2.14.1) Cc: ports@openbsd.org Date: Tue, 20 Feb 2024 07:05:22 -0800 A new timescaledb version was just released. Updating the diff to 2.14.2: diff -NPru -x CVS /usr/ports/databases/timescaledb/Makefile ./Makefile --- /usr/ports/databases/timescaledb/Makefile Sat Jan 27 14:23:55 2024 +++ ./Makefile Tue Feb 20 06:56:29 2024 @@ -2,7 +2,7 @@ GH_ACCOUNT = timescale GH_PROJECT = timescaledb -GH_TAGNAME = 2.13.1 +GH_TAGNAME = 2.14.2 CATEGORIES = databases HOMEPAGE = https://www.timescale.com/ diff -NPru -x CVS /usr/ports/databases/timescaledb/distinfo ./distinfo --- /usr/ports/databases/timescaledb/distinfo Sat Jan 27 14:23:55 2024 +++ ./distinfo Tue Feb 20 06:56:33 2024 @@ -1,2 +1,2 @@ -SHA256 (timescaledb-2.13.1.tar.gz) = yk9IFHyxvzvyKvn2Q4IqWTHhKomQnMc8SondrjyCisE= -SIZE (timescaledb-2.13.1.tar.gz) = 8239930 +SHA256 (timescaledb-2.14.2.tar.gz) = x3aLJn6meRTQSRso2hAvrs0xcGDkKbLadTBRf7yU5zs= +SIZE (timescaledb-2.14.2.tar.gz) = 7319288 diff -NPru -x CVS /usr/ports/databases/timescaledb/pkg/PLIST ./pkg/PLIST --- /usr/ports/databases/timescaledb/pkg/PLIST Sat Jan 27 14:23:55 2024 +++ ./pkg/PLIST Tue Feb 20 06:57:35 2024 @@ -15,6 +15,9 @@ share/postgresql/extension/timescaledb--2.12.1--${GH_TAGNAME}.sql share/postgresql/extension/timescaledb--2.12.2--${GH_TAGNAME}.sql share/postgresql/extension/timescaledb--2.13.0--${GH_TAGNAME}.sql +share/postgresql/extension/timescaledb--2.13.1--${GH_TAGNAME}.sql +share/postgresql/extension/timescaledb--2.14.0--${GH_TAGNAME}.sql +share/postgresql/extension/timescaledb--2.14.1--${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 -- Renato Aguiar