non port: databases/rubygem-pg_query/Makefile |
SVNWeb
|
Number of commits found: 16 |
Fri, 8 Sep 2023
|
[ 10:34 Matthias Fechner (mfechner) ] a877872
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
|
Thu, 6 Jul 2023
|
[ 11:32 Matthias Fechner (mfechner) ] 03804b4
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
|
Mon, 3 Apr 2023
|
[ 10:01 Matthias Fechner (mfechner) ] d96b9e0
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
|
Sat, 14 Jan 2023
|
[ 23:08 Muhammad Moinur Rahman (bofh) ] 18c6e18 (Only the first 10 of 2869 ports in this commit are shown above. )
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
|
Wed, 11 Jan 2023
|
[ 11:54 Matthias Fechner (mfechner) ] 745993f
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
|
Tue, 22 Nov 2022
|
[ 09:38 Matthias Fechner (mfechner) ] 68016d8
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
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] d076ad9 (Only the first 10 of 718 ports in this commit are shown above. )
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 )
|
Fri, 24 Jun 2022
|
[ 10:20 Matthias Fechner (mfechner) ] 5d47f98
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
|
Sat, 13 Nov 2021
|
[ 14:44 Matthias Fechner (mfechner) ] c2a0f7e
databases/rubygem-pg_query: update to 2.1.2
Changelog:
https://github.com/pganalyze/pg_query/blob/main/CHANGELOG.md
|
Tue, 6 Jul 2021
|
[ 09:52 Matthias Fechner (mfechner) ] 943cc2e
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
|
Mon, 5 Jul 2021
|
[ 06:01 Matthias Fechner (mfechner) Author: VVD ] 4bbd995
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>
|
Sat, 3 Jul 2021
|
[ 06:03 Matthias Fechner (mfechner) ] f599e3d
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
|
Sat, 29 May 2021
|
[ 16:23 Matthias Fechner (mfechner) ] 287ad80
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
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 25 Jan 2021
|
[ 11:57 mfechner ]
New port required for gitlab-ce 13.8.
|
Number of commits found: 16 |