Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.0 19 Dec 2024 06:17:53 |
Matthias Fechner (mfechner) |
net/rubygem-gitlab-fog-azure-rm: update to 2.2.0
Required for gitlab 17.7.0
Changes: https://gitlab.com/gitlab-org/ruby/gems/gitlab-fog-azure-rm/-/blob/gitlab/master/CHANGELOG.md |
2.1.0_1 22 Nov 2024 13:15:15 |
Matthias Fechner (mfechner) |
www/gitlab: fix regression from 335fc7c38d61142727cb9f01fd9e401c476e4ad8
Gitlab requires net-http 0.4.1:
Because faraday >= 2, < 2.5 could not be found in locally installed gems
and faraday >= 2.5, < 2.12.1 could not be found in locally installed gems,
faraday >= 2, < 2.12.1 cannot be used.
And because faraday >= 2.12.1 depends on faraday-net_http >= 2.0, < 3.5,
faraday >= 2 requires faraday-net_http >= 2.0, < 3.5.
Because faraday-net_http >= 3.4.0 depends on net-http >= 0.5.0
and faraday-net_http >= 2.0, < 3.4.0 could not be found in locally installed
gems,
faraday-net_http >= 2.0 requires net-http >= 0.5.0.
Thus, faraday >= 2 requires net-http >= 0.5.0.
So, because Gemfile depends on faraday ~> 2
and Gemfile depends on net-http = 0.4.1,
version solving has failed.
While fixing the problem, moved gitlab used packages to own package names with a
PKGNAMESUFFIX of `-gitlab`.
This should make the gitlab package much more stable if updates in the ports are
done. |
2.1.0 20 Sep 2024 05:18:40 |
Matthias Fechner (mfechner) |
net/rubygem-gitlab-fog-azure-rm: udpate to 2.1.0
Required for gitlab 17.4.0
Changes: https://gitlab.com/gitlab-org/ruby/gems/gitlab-fog-azure-rm/-/blob/gitlab/master/CHANGELOG.md |
2.0.1 07 Sep 2024 04:50:58 |
Matthias Fechner (mfechner) |
net/rubygem-gitlab-fog-azure-rm: update to 2.0.1
Required by gitlab 17.3
Changes: https://gitlab.com/gitlab-org/ruby/gems/gitlab-fog-azure-rm/-/blob/gitlab/master/CHANGELOG.md |
1.9.1 21 Apr 2024 10:57:58 |
Matthias Fechner (mfechner) |
net/rubygem-gitlab-fog-azure-rm: update to 1.9.1
Required for gitlab 16.11
Changes: https://gitlab.com/gitlab-org/ruby/gems/gitlab-fog-azure-rm/-/blob/gitlab/master/CHANGELOG.md |
1.8.0 05 Mar 2024 01:57:55 |
Yasuhiro Kimura (yasu) |
devel/ruby-gems: Update to 3.5.6
While here, mark textproc/rubygem-nokogumbo as BROKEN because build
fails with clean latest ports tree and all supported ruby versions.
ChangeLog: https://github.com/rubygems/rubygems/blob/v3.5.6/CHANGELOG.md
PR: 276884
Approved by: sunpoet (ruby@, maintainer)
Exp-run by: antoine |
1.8.0 21 Feb 2024 15:11:29 |
Po-Chuan Hsieh (sunpoet) |
net/rubygem-gitlab-fog-azure-rm: Update version requirement of RUN_DEPENDS
Update RUN_DEPENDS to match gemspec. |
1.8.0 08 Sep 2023 10:34:38 |
Matthias Fechner (mfechner) |
net/rubygem-gitlab-fog-azure-rm: update to 1.8.0
Required for gitlab-ce 16.3
Changelog:
https://gitlab.com/gitlab-org/ruby/gems/gitlab-fog-azure-rm/-/blob/gitlab/master/CHANGELOG.md?ref_type=heads |
1.7.0 03 Apr 2023 10:01:10 |
Matthias Fechner (mfechner) |
net/rubygem-gitlab-fog-azure-rm: update to 1.7.0
1.7.0
Fix #get_object return type to be consistent with other Fog providers !36
Require Ruby 2.7+ !36
1.6.0
Add get_object request method !34
Fix uninitialized constant errors !35
1.5.0
Add delete_object request method !32
Changelog:
https://gitlab.com/gitlab-org/ruby/gems/gitlab-fog-azure-rm/-/blob/gitlab/master/CHANGELOG.md |
1.4.0 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 |
1.4.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 |
1.4.0 11 Jan 2023 11:54:09 |
Matthias Fechner (mfechner) |
net/rubygem-gitlab-fog-azure-rm: update to 1.4.0
Required for gitlab-ce 15.6.
Changelog:
https://gitlab.com/gitlab-org/ruby/gems/gitlab-fog-azure-rm/-/blob/gitlab/master/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) |
1.3.0_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 ) |
1.3.0_1 24 Aug 2022 04:22:22 |
Matthias Fechner (mfechner) |
net/rubygem-gitlab-fog-azure-rm: use fog-core 2.3.0
Required to resolve dependency problems |
1.3.0 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
1.3.0 24 Jun 2022 10:20:05 |
Matthias Fechner (mfechner) |
net/rubygem-gitlab-fog-azure-rm: update to 1.3.0
Required for gitlab-ce 15.1
Changelog:
https://gitlab.com/gitlab-org/gitlab-fog-azure-rm/-/blob/gitlab/master/CHANGELOG.md
1.3.0
Fix Ruby 3.0 compatibility !27 |
1.2.0 27 Oct 2021 06:20:36 |
Matthias Fechner (mfechner) |
net/rubygem-gitlab-fog-azure-rm: Update to 1.2.0
Required for gitlab-ce 14.4.0. |
1.1.1 03 Jul 2021 06:03:20 |
Matthias Fechner (mfechner) |
net/rubygem-gitlab-fog-azure-rm: Update to 1.1.1
Required for gitlab-ce 14.0.0. |
1.0.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.1 06 Apr 2021 09:43:51 |
Matthias Fechner (mfechner) |
Removed svn keywords again.
They went in by accident while merging older commits.
Reported by: jbeich |
1.0.1 06 Apr 2021 07:51:04 |
Matthias Fechner (mfechner) |
Update to 1.0.1 which is required for gitlab-ce 13.10. |
1.0.0 09 Oct 2020 07:52:30 |
mfechner |
Bugfix update of www/gitlab-ce to 13.4.3. |
0.9.0 26 Sep 2020 07:28:48 |
mfechner |
Update to 0.9.0 which is required for gitlab-ce 13.4. |
0.7.0 24 Aug 2020 21:03:50 |
mfechner |
New ports required for gitlab 13.3 upgrade. |