Le Wed, Sep 27, 2023 at 08:38:54PM -0700, Renato Aguiar a écrit : > Patch updating database/timescaledb to 2.12.0: >
Thank you, do you want to take maintainership ? > diff -ru /usr/ports/databases/timescaledb/Makefile ./Makefile > --- /usr/ports/databases/timescaledb/Makefile Wed Sep 20 11:11:12 2023 > +++ ./Makefile Wed Sep 27 20:41:39 2023 > @@ -2,7 +2,7 @@ > > GH_ACCOUNT = timescale > GH_PROJECT = timescaledb > -GH_TAGNAME = 2.11.2 > +GH_TAGNAME = 2.12.0 > > CATEGORIES = databases > HOMEPAGE = https://www.timescale.com/ > diff -ru /usr/ports/databases/timescaledb/distinfo ./distinfo > --- /usr/ports/databases/timescaledb/distinfo Wed Sep 20 11:11:12 2023 > +++ ./distinfo Wed Sep 27 20:41:39 2023 > @@ -1,2 +1,2 @@ > -SHA256 (timescaledb-2.11.2.tar.gz) = > rMpfbsVoRyI3TuzpL3PXdjvRcQdQdP0ua9AkS9qfvCU= > -SIZE (timescaledb-2.11.2.tar.gz) = 7728399 > +SHA256 (timescaledb-2.12.0.tar.gz) = > HDV+ZJmjNlO/zj22CySmxTP7I8XomXpmYbK8oHt4e9A= > +SIZE (timescaledb-2.12.0.tar.gz) = 7510785 > diff -ru /usr/ports/databases/timescaledb/pkg/PLIST ./pkg/PLIST > --- /usr/ports/databases/timescaledb/pkg/PLIST Wed Sep 20 11:11:12 > 2023 > +++ ./pkg/PLIST Wed Sep 27 20:41:39 2023 > @@ -2,19 +2,6 @@ > @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 > -share/postgresql/extension/timescaledb--1.7.1--${GH_TAGNAME}.sql > -share/postgresql/extension/timescaledb--1.7.2--${GH_TAGNAME}.sql > -share/postgresql/extension/timescaledb--1.7.3--${GH_TAGNAME}.sql > -share/postgresql/extension/timescaledb--1.7.4--${GH_TAGNAME}.sql > -share/postgresql/extension/timescaledb--1.7.5--${GH_TAGNAME}.sql > -share/postgresql/extension/timescaledb--2.0.0--${GH_TAGNAME}.sql > -share/postgresql/extension/timescaledb--2.0.0-rc1--${GH_TAGNAME}.sql > -share/postgresql/extension/timescaledb--2.0.0-rc2--${GH_TAGNAME}.sql > -share/postgresql/extension/timescaledb--2.0.0-rc3--${GH_TAGNAME}.sql > -share/postgresql/extension/timescaledb--2.0.0-rc4--${GH_TAGNAME}.sql > -share/postgresql/extension/timescaledb--2.0.1--${GH_TAGNAME}.sql > -share/postgresql/extension/timescaledb--2.0.2--${GH_TAGNAME}.sql > 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 > @@ -23,6 +10,7 @@ > share/postgresql/extension/timescaledb--2.10.3--${GH_TAGNAME}.sql > share/postgresql/extension/timescaledb--2.11.0--${GH_TAGNAME}.sql > share/postgresql/extension/timescaledb--2.11.1--${GH_TAGNAME}.sql > +share/postgresql/extension/timescaledb--2.11.2--${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