Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.0.0 19 Dec 2024 06:17:52 |
Matthias Fechner (mfechner) |
databases/rubygem-pg_query: update to 6.0.0
Changes: https://github.com/pganalyze/pg_query/blob/main/CHANGELOG.md |
5.1.0_1 07 Mar 2024 14:48:20 |
Matthias Fechner (mfechner) |
databases/rubygem-pg_query: fix build on FreeBSD 13.3
I reported this fix also upstream:
https://github.com/pganalyze/pg_query/pull/313
PR: 277535 |
5.1.0 29 Feb 2024 07:48:29 |
Matthias Fechner (mfechner) |
databases/rubygem-pg_query: stop spam from pkg-fallout |
5.1.0 23 Feb 2024 13:18:00 |
Matthias Fechner (mfechner) |
databases/rubygem-pg_query: update to 5.1.0
Required for gitlab-ce 16.9.0
Changes: https://github.com/pganalyze/pg_query/blob/main/CHANGELOG.md |
4.2.3 19 Nov 2023 20:36:08 |
Dimitry Andric (dim) |
databases/rubygem-pg_query: fix build with lld 17
Building databases/rubygem-pg_query with lld 17 results in the following
link error:
ld: error: version script assignment of 'global' to symbol '_Init_pg_query'
failed: symbol not defined
The mentioned symbol has been removed from pg_query.so, so remove it
from the linker version script.
PR: 273753
MFH: 2023Q4 |
4.2.3 08 Sep 2023 10:34:36 |
Matthias Fechner (mfechner) |
databases/rubygem-pg_query: update to 4.2.3
Required for gitlab-ce 16.3.
Changelog:
https://github.com/pganalyze/pg_query/blob/main/CHANGELOG.md |
4.2.1 06 Jul 2023 11:32:19 |
Matthias Fechner (mfechner) |
databases/rubygem-pg_query: update to 4.2.1
Required for gitlab-ce 16.1
Changelog:
https://github.com/pganalyze/pg_query/blob/main/CHANGELOG.md
Upstream was a fix committed which breaks the compilation:
https://github.com/pganalyze/pg_query/commit/684aa77a21eb46188de0ab9bfdabcef71f591614
this is undone with a patch included here.
I reported this upstream:
https://github.com/pganalyze/pg_query/issues/291
Till this is fixed, we can keep the patch that undo 684aa77a21 |
2.2.1 03 Apr 2023 10:01:07 |
Matthias Fechner (mfechner) |
databases/rubygem-pg_query: update to 2.2.1
2.2.1 2023-01-20
Detect tables used in the query of a PREPARE statement (#273)
Expose recursive walk functionality via walk! (#268)
Retain schema in name when parsing out functions (#272)
https://github.com/pganalyze/pg_query/blob/main/CHANGELOG.md |
2.2.0 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
2.2.0 11 Jan 2023 11:54:10 |
Matthias Fechner (mfechner) |
databases/rubygem-pg_query: update to 2.2.0
Required for gitlab-ce 15.6.
Changelog:
https://github.com/pganalyze/pg_query/blob/main/CHANGELOG.md |
2.1.4 22 Nov 2022 09:38:23 |
Matthias Fechner (mfechner) |
databases/rubygem-pg_query: update to 2.1.4
Required for gitlab-ce 15.5.
Changelog:
https://github.com/pganalyze/pg_query/blob/main/CHANGELOG.md |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.1.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.1.3 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
2.1.3 24 Jun 2022 10:20:03 |
Matthias Fechner (mfechner) |
databases/rubygem-pg_query: update to 2.1.3
Required for gitlab-ce 15.1.
Changelog:
https://github.com/pganalyze/pg_query/blob/main/CHANGELOG.md
2.1.3 2022-01-28
Track tables in EXCEPT and INTERSECT queries (#239)
Get filter_columns working with UNION/EXCEPT/INTERSECT (#240)
Update google-protobuf to address CVE scanner complaints
Note that none of the CVEs apply to pg_query, but this avoids
unnecessary errors when the google-protobuf dependency is pulled in |
2.1.2 13 Nov 2021 14:44:38 |
Matthias Fechner (mfechner) |
databases/rubygem-pg_query: update to 2.1.2
Changelog:
https://github.com/pganalyze/pg_query/blob/main/CHANGELOG.md |
2.1.0 06 Jul 2021 09:52:35 |
Matthias Fechner (mfechner) |
databases/rubygem-pg_query: Update to 2.1.0
This upgrade included patches upstream.
Changelog:
https://github.com/pganalyze/pg_query/blob/main/CHANGELOG.md |
2.0.3_2 05 Jul 2021 06:01:52 |
Matthias Fechner (mfechner) Author: VVD |
databases/rubygem-pg_query: Fix unknown type name 'PgQueryProtobuf'
Make sure to use internal pg_query lib.
Patch is already included upstream in version 2.1.0:
https://github.com/pganalyze/pg_query/pull/216/files
This should fix the build outside of poudriere.
PR: 256741
Reported by: VVD <vvd@unislabs.com> |
2.0.3_1 03 Jul 2021 06:03:17 |
Matthias Fechner (mfechner) |
databases/rubygem-pg_query: fix possible segfault
For more details see:
https://github.com/pganalyze/pg_query/pull/212
https://github.com/pganalyze/pg_query/pull/213 |
2.0.3 29 May 2021 16:23:55 |
Matthias Fechner (mfechner) |
databases/rubygem-pg_query: Update to 2.0.3.
Required for gitlab-ce 13.12.
Changelog:
https://github.com/pganalyze/pg_query/blob/main/CHANGELOG.md |
1.3.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.0 25 Jan 2021 11:57:22 |
mfechner |
New port required for gitlab-ce 13.8. |