Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.7_3 03 Nov 2024 13:24:02 |
Po-Chuan Hsieh (sunpoet) |
security/rubygem-doorkeeper-openid_connect: Change RUN_DEPENDS from
rubygem-doorkeeper-rails70 to rubygem-doorkeeper57-rails70
- Bump PORTREVISION for dependency change |
1.8.7_2 19 May 2024 17:18:32 |
Po-Chuan Hsieh (sunpoet) |
security/rubygem-doorkeeper-openid_connect: Allow build with
rubygem-doorkeeper-rails70 5.7.0+
- Bump PORTREVISION for package change
Obtained
from: https://github.com/doorkeeper-gem/doorkeeper-openid_connect/commit/f9a6660bdcad5550c1c965b7f1a071123e98fb52 |
1.8.7_1 08 Sep 2023 10:34:38 |
Matthias Fechner (mfechner) |
www/gitlab-ce: switch rubygem ports to use rails 7.0
Required for gitlab-ce 16.3 |
1.8.7 06 Jul 2023 11:32:17 |
Matthias Fechner (mfechner) |
security/rubygem-doorkeeper-openid_connect: update to 1.8.7
Required for gitlab-ce 16.1
Changelog:
https://github.com/doorkeeper-gem/doorkeeper-openid_connect/blob/master/CHANGELOG.md#v187-2023-05-18 |
1.8.6 28 May 2023 17:03:48 |
Matthias Fechner (mfechner) |
security/rubygem-doorkeeper-openid_connect: update to 1.8.6
Required for gitlab-ce 16.0.0
Changelog:
https://github.com/doorkeeper-gem/doorkeeper-openid_connect/blob/master/CHANGELOG.md |
1.8.5 14 May 2023 17:25:56 |
Matthias Fechner (mfechner) |
security/rubygem-doorkeeper-openid_connect: update to 1.8.5
Required for gitlab-ce 15.11
Changelog:
https://github.com/doorkeeper-gem/doorkeeper-openid_connect/blob/master/CHANGELOG.md#v185-2023-02-02 |
1.8.3 26 Mar 2023 15:07:51 |
Matthias Fechner (mfechner) |
Revert "security/rubygem-doorkeeper-openid_connect: update to 1.8.5"
This reverts commit 53b370b8e23b0802be794d5202cb0c783d1035bb. |
1.8.5 26 Mar 2023 15:07:51 |
Matthias Fechner (mfechner) |
security/rubygem-doorkeeper-openid_connect: update to 1.8.5
v1.8.5 (2023-02-02)
[#186] Simplify gem configuration reusing Doorkeeper configuration option
DSL (thanks to @nbulaj).
[#182] Drop support for Ruby 2.6 and Rails 5 (thanks to @sato11).
[#188] Fix dookeeper-jwt compatibility (thanks to @zavan).
v1.8.4 (2023-02-01)
[#177] Replace json-jwt with ruby-jwt to align with doorkeeper-jwt (thanks
to @kristof-mattei).
[#185] Don't call active_record_options for Doorkeeper >= 5.6.3 (thanks to
@zavan).
[#183] Stop render consent screen when user is not logged-in (thanks to
@nov).
Changelog: (Only the first 15 lines of the commit message are shown above ) |
1.8.3 30 Jan 2023 21:25:38 |
Matthias Fechner (mfechner) |
security/rubygem-doorkeeper-openid_connect: update to 1.8.3
Required for gitlab-ce 15.7 update
Changelog:
https://github.com/doorkeeper-gem/doorkeeper-openid_connect/blob/master/CHANGELOG.md |
1.7.5_2 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.7.5_2 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.7.5_2 12 Oct 2022 17:48:19 |
Matthias Fechner (mfechner) |
www/gitlab-ce: fix build errors cause by dep upgrade
Several dep upgrade of rubgems port broke the gitlab-ce port.
The problem are reported by e.g.
https://beefy16.nyi.freebsd.org/data/131amd64-default/d20a3cf7e848/logs/gitlab-ce-15.3.4_1.log
and also by users.
PR: 266963 |
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.7.5_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.7.5_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@) |
1.7.5_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.7.5_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.7.5_1 03 Mar 2021 09:37:04 |
mfechner |
Fixed dependency definition.
This is already fixed upstream but not released yet.
The patch can maybe removed again with a newer version.
This is required for gitlab-ce 13.9 upgrade. |
1.7.5 01 Jan 2021 09:36:13 |
mfechner |
Update to 1.7.5.
Changelog:
https://github.com/doorkeeper-gem/doorkeeper-openid_connect/blob/master/CHANGELOG.md |
1.7.4 26 Sep 2020 07:29:25 |
mfechner |
Update to 1.7.4 which is required for gitlab-ce 13.4. |
1.6.3 25 Feb 2020 15:50:03 |
mfechner |
Update to 1.6.3 which is required for gitlab-ce 12.8 update. |
1.5.3_1 20 Jan 2019 11:25:54 |
mfechner |
Upgrade security/rubygem-doorkeeper-openid_connect to 1.5.3.
https://github.com/doorkeeper-gem/doorkeeper-openid_connect/blob/master/CHANGELOG.md
Reported by: PORTSCOUT
Approved by: mentors (implicit) |
1.5.0_1 04 Aug 2018 00:23:08 |
mfechner |
Change dependency to unbreak www/gitlab-ce port which was broken by commit
476092.
Approved by: mentors (implicit) |
1.5.0 26 Jul 2018 13:48:11 |
mfechner |
Update to 1.5.0 which is required for gitlab 11.1.1.
Take maintainer.
Approved by: mentors (implicit) |
1.4.0 01 Jun 2018 22:48:18 |
sunpoet |
Update to 1.4.0
Changes: https://github.com/doorkeeper-gem/doorkeeper-openid_connect/blob/master/CHANGELOG.md |
1.3.0 06 Mar 2018 20:32:38 |
sunpoet |
Update to 1.3.0
Changes: https://github.com/doorkeeper-gem/doorkeeper-openid_connect/blob/master/CHANGELOG.md |
1.2.0 28 Nov 2017 16:35:38 |
tz |
security/rubygem-doorkeeper-openid_connect: Update from 1.1.2 to 1.2.0
Changelog:
https://github.com/doorkeeper-gem/doorkeeper-openid_connect/blob/v1.2.0/CHANGELOG.md
Submitted by: Matthias Fechner <idefix@fechner.net> |
1.1.2 12 Jun 2017 10:30:09 |
tz |
New port: security/rubygem-doorkeeper-openid_connect
Implements an OpenID Connect authentication provider for Rails applications on
top of the Doorkeeper OAuth 2.0 framework.
OpenID Connect is a single-sign-on and identity layer with a growing list of
server and client implementations. If you're looking for a client in Ruby check
out omniauth-openid-connect.
WWW: https://github.com/doorkeeper-gem/doorkeeper-openid_connect |