notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: security/rubygem-doorkeeper/Makefile

Number of commits found: 42

Wednesday, 21 Feb 2024
15:11 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/rubygem-doorkeeper: Update to 5.6.9

Changes:	https://github.com/doorkeeper-gem/doorkeeper/releases
commit hash: db2ec0800879774f595c6fd171ff821a885e47a4 commit hash: db2ec0800879774f595c6fd171ff821a885e47a4 commit hash: db2ec0800879774f595c6fd171ff821a885e47a4 commit hash: db2ec0800879774f595c6fd171ff821a885e47a4 db2ec08
Thursday, 14 Dec 2023
05:49 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/rubygem-doorkeeper: Update to 5.6.8

Changes:	https://github.com/doorkeeper-gem/doorkeeper/releases
commit hash: cbaeba76db0e061f1168f42bfa68f26ad919a351 commit hash: cbaeba76db0e061f1168f42bfa68f26ad919a351 commit hash: cbaeba76db0e061f1168f42bfa68f26ad919a351 commit hash: cbaeba76db0e061f1168f42bfa68f26ad919a351 cbaeba7
Monday, 27 Nov 2023
18:08 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/rubygem-doorkeeper: Update to 5.6.7

Changes:	https://github.com/doorkeeper-gem/doorkeeper/releases
commit hash: f4e2f5c79da7da0f59358a938a1bae745fb90980 commit hash: f4e2f5c79da7da0f59358a938a1bae745fb90980 commit hash: f4e2f5c79da7da0f59358a938a1bae745fb90980 commit hash: f4e2f5c79da7da0f59358a938a1bae745fb90980 f4e2f5c
Sunday, 9 Apr 2023
13:37 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/rubygem-doorkeeper: Update to 5.6.6

Changes:	https://github.com/doorkeeper-gem/doorkeeper/releases
commit hash: 3f1c9a047bcc47b444fe82a6caf9fc1510ed822e commit hash: 3f1c9a047bcc47b444fe82a6caf9fc1510ed822e commit hash: 3f1c9a047bcc47b444fe82a6caf9fc1510ed822e commit hash: 3f1c9a047bcc47b444fe82a6caf9fc1510ed822e 3f1c9a0
Tuesday, 21 Mar 2023
19:22 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/rubygem-doorkeeper: Update to 5.6.5

Changes:	https://github.com/doorkeeper-gem/doorkeeper/releases
commit hash: 5a64614b63db718f14f1f6711daa95713d889eb8 commit hash: 5a64614b63db718f14f1f6711daa95713d889eb8 commit hash: 5a64614b63db718f14f1f6711daa95713d889eb8 commit hash: 5a64614b63db718f14f1f6711daa95713d889eb8 5a64614
Saturday, 14 Jan 2023
23:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae commit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae 18c6e18
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 27 Oct 2021
06:20 Matthias Fechner (mfechner) search for other commits by this committer
*/*: Revert "*/*: Make rails 6.1.3 available"

This reverts commit f4511dc4a7c439b30c898b75246d314a574f01cb.
Add MOVED entries.
These ports are not required anymore as gitlab 14.4.0 has upgrade
now to rails 6.1.4.1.
commit hash: 4a7e890e91522896eb83f1c2f278ce0414175333 commit hash: 4a7e890e91522896eb83f1c2f278ce0414175333 commit hash: 4a7e890e91522896eb83f1c2f278ce0414175333 commit hash: 4a7e890e91522896eb83f1c2f278ce0414175333 4a7e890
Monday, 25 Oct 2021
21:54 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/rubygem-doorkeeper: Update to 5.5.4

Changes:	https://github.com/doorkeeper-gem/doorkeeper/releases
commit hash: d33909f9562d12084fbdd26bf189bb7e54ec5ad5 commit hash: d33909f9562d12084fbdd26bf189bb7e54ec5ad5 commit hash: d33909f9562d12084fbdd26bf189bb7e54ec5ad5 commit hash: d33909f9562d12084fbdd26bf189bb7e54ec5ad5 d33909f
Thursday, 21 Oct 2021
14:27 Stefan Eßer (se) search for other commits by this committer
security/rubygem-doorkeeper: Add CPE information

Approved by:	portmgr (blanket)
commit hash: d44d9e79b152fd236dae1f97c20cef612d9d787f commit hash: d44d9e79b152fd236dae1f97c20cef612d9d787f commit hash: d44d9e79b152fd236dae1f97c20cef612d9d787f commit hash: d44d9e79b152fd236dae1f97c20cef612d9d787f d44d9e7
Tuesday, 5 Oct 2021
07:40 Matthias Fechner (mfechner) search for other commits by this committer
*/*: Make rails 6.1.3 available

The upgrade of rails to 6.1.4 broke www/gitlab-ce.
PR:		258855
commit hash: f4511dc4a7c439b30c898b75246d314a574f01cb commit hash: f4511dc4a7c439b30c898b75246d314a574f01cb commit hash: f4511dc4a7c439b30c898b75246d314a574f01cb commit hash: f4511dc4a7c439b30c898b75246d314a574f01cb f4511dc
Monday, 27 Sep 2021
15:56 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/rubygem-doorkeeper: Update to 5.5.3

Changes:	https://github.com/doorkeeper-gem/doorkeeper/releases
commit hash: eec663d8ccf545ecc4f99f474b24ed87783253a9 commit hash: eec663d8ccf545ecc4f99f474b24ed87783253a9 commit hash: eec663d8ccf545ecc4f99f474b24ed87783253a9 commit hash: eec663d8ccf545ecc4f99f474b24ed87783253a9 eec663d
Sunday, 18 Jul 2021
22:07 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/rubygem-doorkeeper: Update to 5.5.2

Changes:	https://github.com/doorkeeper-gem/doorkeeper/releases
commit hash: 202bffa01824144b5c0274232dedebf5b6a15661 commit hash: 202bffa01824144b5c0274232dedebf5b6a15661 commit hash: 202bffa01824144b5c0274232dedebf5b6a15661 commit hash: 202bffa01824144b5c0274232dedebf5b6a15661 202bffa
Saturday, 3 Jul 2021
06:03 Matthias Fechner (mfechner) search for other commits by this committer
*/*: Use rails 6.1 for all ports required by gitlab-ce 14.0.0.
commit hash: 6ec0f91799016f5ccdab6b21ff836fccfdbc88df commit hash: 6ec0f91799016f5ccdab6b21ff836fccfdbc88df commit hash: 6ec0f91799016f5ccdab6b21ff836fccfdbc88df commit hash: 6ec0f91799016f5ccdab6b21ff836fccfdbc88df 6ec0f91
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 3 Mar 2021
09:37 mfechner search for other commits by this committer
Update to 5.5.0 which is required for gitlab-ce 13.9 upgrade.
Original commitRevision:567046 
Saturday, 26 Sep 2020
07:29 mfechner search for other commits by this committer
Update to 5.3.3 which is required for gitlab-ce 13.4.
Original commitRevision:550119 
Thursday, 4 Jun 2020
19:52 mfechner search for other commits by this committer
Update to 5.0.3 which is required for gitlab-ce 13.0.
Original commitRevision:537940 
Wednesday, 27 May 2020
15:31 danfe search for other commits by this committer
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 4).
Original commitRevision:536695 
Tuesday, 25 Feb 2020
15:44 mfechner search for other commits by this committer
Switched port to rail 6.0 which is required for gitlab-ce 12.8 upgrade.
Original commitRevision:527083 
Saturday, 27 Oct 2018
23:24 sunpoet search for other commits by this committer
Update to 5.0.2

Changes:	https://github.com/doorkeeper-gem/doorkeeper/releases
Original commitRevision:483204 
Sunday, 14 Oct 2018
16:31 sunpoet search for other commits by this committer
Update to 5.0.1

Changes:	https://github.com/doorkeeper-gem/doorkeeper/releases
Original commitRevision:482080 
Saturday, 25 Aug 2018
16:01 sunpoet search for other commits by this committer
Update to 5.0.0

Changes:	https://github.com/doorkeeper-gem/doorkeeper/releases
Original commitRevision:478069 
Tuesday, 21 Aug 2018
18:24 sunpoet search for other commits by this committer
Update to 4.4.2

Changes:	https://github.com/doorkeeper-gem/doorkeeper/releases
Original commitRevision:477740 
Tuesday, 31 Jul 2018
23:51 sunpoet search for other commits by this committer
Update to 4.4.1

Changes:	https://github.com/doorkeeper-gem/doorkeeper/releases
Security:	e309a2c7-598b-4fa6-a398-bc72fbd1d167
MFH:		2018Q3
Original commitRevision:476092 
Saturday, 31 Mar 2018
22:47 sunpoet search for other commits by this committer
Update to 4.3.2

Changes:	https://github.com/doorkeeper-gem/doorkeeper/releases
Original commitRevision:466094 
Sunday, 4 Mar 2018
16:11 sunpoet search for other commits by this committer
Update to 4.3.1

Changes:	https://github.com/doorkeeper-gem/doorkeeper/releases
Original commitRevision:463578 
Saturday, 24 Feb 2018
13:41 sunpoet search for other commits by this committer
Update to 4.3.0

Changes:	https://github.com/doorkeeper-gem/doorkeeper/releases
Original commitRevision:462818 
Friday, 26 May 2017
16:49 sunpoet search for other commits by this committer
Update to 4.2.6

Changes:	https://github.com/doorkeeper-gem/doorkeeper/blob/master/NEWS.md
Original commitRevision:441796 
Monday, 3 Apr 2017
12:58 sunpoet search for other commits by this committer
Update to 4.2.5

Changes:	https://github.com/doorkeeper-gem/doorkeeper/blob/master/NEWS.md
Original commitRevision:437640 
Wednesday, 19 Oct 2016
14:15 tz search for other commits by this committer
security/rubygem-doorkeeper: Update from 3.1.0 to 4.2.0


v4.1.0
- Allow customising the Doorkeeper::ApplicationController base
  controller

v4.0.0
- Fix AssetNotPrecompiled error with Sprockets 4
- Revert "Fix validation error messages"
- Specify Null option to timestamps
- Add support for public client in password grant flow
- Make configuration and specs ORM independent
- Add created_at timestamp to token generation options
- Drop Application#scopes generator and warning, introduced for
  upgrading doorkeeper from v2 to v3.
- Fix Rails 5 warning messages
- Test against Rails 5 RC1
- Revoke refresh token on access token use. To make use of the new
  config
- add previous_refresh_token column to oauth_access_tokens:
- rails generate doorkeeper:previous_refresh_token
- Toughen parameters filter with exact match
- Applications admin bugfix
- Fix Ruby Warnings
- Drop attr_accessible from models
- Force all timezones to use UTC to prevent comparison issues.
- Remove config.i18n.fallbacks from engine
- Fix optional belongs_to for Rails 5
- Drops support for Rails 4.1 and earlier
- Drops support for Ruby 2.0
- Bug fix: use the remaining time that a token is still valid when
  building the redirect URI for the implicit grant flow
- Validation error messages fixes
- Adds foreign key constraints in generated migrations between tokens
  and grants, and applications
- Support Rails 5

Approved by: swills (mentor)
Original commitRevision:424251 
Thursday, 29 Sep 2016
14:01 tz search for other commits by this committer
security/rubygem-doorkeeper: Remove Rails 3 option

Rails 3 will be obsoleted in favor of Rails 4. Therefore we remove
this option.

Approved by: swills (mentor)
Original commitRevision:422917 
Wednesday, 27 Apr 2016
21:57 swills search for other commits by this committer
Convert USES=gem:autoplist to USES=gem since autoplist is default
Original commitRevision:414136 
16:36 swills search for other commits by this committer
create USES=gem and update rubygem- ports to use it

Note that for now ports still have to have USE_RUBY=yes to use USES=gem

PR:		209041
Differential Revision:	https://reviews.freebsd.org/D6070
Original commitRevision:414118 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Sunday, 17 Jan 2016
13:21 sunpoet search for other commits by this committer
- Update to 3.1.0

Changes:	https://github.com/doorkeeper-gem/doorkeeper/blob/master/NEWS.md
Sponsored by:	PortsCamp Taiwan
Original commitRevision:406436 
Thursday, 24 Sep 2015
19:05 sunpoet search for other commits by this committer
- Update to 3.0.1
- Add LICENSE_FILE

Changes:	https://github.com/doorkeeper-gem/doorkeeper/blob/master/NEWS.md
Original commitRevision:397744 
Friday, 31 Jul 2015
16:27 sunpoet search for other commits by this committer
- Update to 3.0.0

Changes:	https://github.com/doorkeeper-gem/doorkeeper/blob/master/NEWS.md
Original commitRevision:393352 
Sunday, 28 Jun 2015
17:57 sunpoet search for other commits by this committer
- Add NO_ARCH
Original commitRevision:390856 
Saturday, 30 May 2015
23:12 sunpoet search for other commits by this committer
- Update to 2.2.1

Changes:	https://github.com/doorkeeper-gem/doorkeeper/blob/master/NEWS.md
Original commitRevision:388040 
Saturday, 9 May 2015
15:04 mmoll search for other commits by this committer
new port: security/rubygem-doorkeeper

Doorkeeper is an OAuth 2 provider for Rails and Grape applications

WWW: https://github.com/doorkeeper-gem/doorkeeper

PR:		199817
Differential Revision:	https://reviews.freebsd.org/D2494
Submitted by:	Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by:	mat (mentor)
Original commitRevision:385894 

Number of commits found: 42