Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.0,1 20 Sep 2024 05:18:38 |
Matthias Fechner (mfechner) |
net/rubygem-gitlab-kas-grpc: update to 17.4.0
Renamed net/rubygem-kas-grpc -> net/rubygem-gitlab-kas-grpc |
0.6.0,1 07 Sep 2024 04:50:57 |
Matthias Fechner (mfechner) |
net/rubygem-kas-grpc: udpate to 0.6.0
Required for gitlab 17.3
Changes: https://my.diffend.io/gems/kas-grpc/0.5.0/0.6.0 |
0.5.0,1 21 May 2024 08:22:06 |
Matthias Fechner (mfechner) |
net/rubygem-kas-grpc: update to 0.5.0
Required for gitlab 17.0.0
Changes: https://my.diffend.io/gems/kas-grpc/0.4.0/0.5.0 |
0.4.0,1 23 Feb 2024 13:18:02 |
Matthias Fechner (mfechner) |
net/rubygem-kas-grpc: update to 0.4.0
Required for gitlab-ce 16.9.0
Changes: https://my.diffend.io/gems/kas-grpc/0.3.0/0.4.0 |
0.3.0,1 06 Jan 2024 08:18:56 |
Matthias Fechner (mfechner) |
net/rubygem-kas-grpc: update to 0.3.0
Required for gitlab-ce 16.7
Changelog:
https://my.diffend.io/gems/kas-grpc/0.2.0/0.3.0 |
0.2.0,1 08 Sep 2023 10:34:38 |
Matthias Fechner (mfechner) |
net/rubygem-kas-grpc: update to 0.2.0
Required for gitlab-ce 16.3 |
0.1.0,1 28 May 2023 17:03:48 |
Matthias Fechner (mfechner) |
net/rubygem-kas-grpc: update to 0.1.0
Required for gitlab-ce 16.0.0 |
0.0.2_3,1 12 Apr 2023 14:31:54 |
Matthias Fechner (mfechner) |
www/gitlab-ce: switch to newer grpc version
Problems are maybe fixed with the rubygem-google-protobuf that is hiding
the internal symbols.
Tested together with the 15.10.2 update. |
0.0.2_2,1 17 Jan 2023 01:07:50 |
Yasuhiro Kimura (yasu) |
devel/ruby-gems: Update to 3.4.2
ChangeLog: https://github.com/rubygems/rubygems/releases/tag/v3.4.2
PR: 268578
Approved by: meta (ruby@, maintainer)
Exp-run by: antoine |
0.0.2_2,1 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 |
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) |
0.0.2_2,1 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 ) |
0.0.2_2,1 20 Feb 2022 13:06:12 |
Dan Langille (dvl) |
devel/ruby-gems: Update to 3.3.7
These are fixes Ruby 3.0
Changes were compiled against all dependencies of devel/ruby-gems and
they all built cleanly.
There are five known build failures, all prexisting:
* devel/rubygem-xdg5: requires Ruby 3.0
* devel/rubygem-xdg: requires Ruby 3.1
* graphics/rubygem-objectdetect: port explicitly marked broken
* mail/rubygem-tmail: port explicitly marked broken
* science/cdcl: marked broken, unfetchable
Plus, science/rubygem-ruby-dcl gets skipped because of science/cdcl
PR: 258108
Approved by: ruby (zi@) |
0.0.2_2,1 22 Nov 2021 15:17:58 |
Matthias Fechner (mfechner) |
www/gitlab-ce: fix segfaults
Accessing the project page or doing anything that is related to a license
file caused segfault in gitaly.
Upgrading now the gems to this specific version fixed the problem.
As we need to use a prerelease of rubygem-grpc, it is added as extra port.
Please see also upstream here:
https://gitlab.com/gitlab-org/gitlab/-/issues/345693
PR: 259848
Reported by: admin@asu-vei.ru |
0.0.2_1,1 19 Nov 2021 14:37:42 |
Matthias Fechner (mfechner) |
www/gitlab-ce: Use grpc 1.30.2
We currently see problems and gitlab suggested to use grpc 1.30.2:
https://gitlab.com/gitlab-org/gitlab/-/issues/345693#note_734676746
Newer version of grpc and google-protobuf have known bugs.
The open bug that license files cannot not be handled is tracked here:
https://gitlab.com/gitlab-org/gitlab/-/issues/345693
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259848 |
0.0.2,1 23 Sep 2021 19:42:06 |
Matthias Fechner (mfechner) |
net/rubygem-kas-grpc: Downgrade to 0.0.2
Version 0.0.3 does break the API. It should be a major version and
not a patch version. |
0.0.3 20 Sep 2021 07:41:34 |
Matthias Fechner (mfechner) |
net/rubygem-kas-grpc: Update to 0.0.3
Reported by: portscout |
0.0.2 03 Jul 2021 06:03:22 |
Matthias Fechner (mfechner) |
*/*: Added ports required by gitlab-ce 14.0.0. |