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) combination for a given watch list. This is what FreshPorts will look for.

non port: security/rubygem-rack-oauth2/Makefile

Number of commits found: 41

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

Changes:	https://github.com/nov/rack-oauth2/releases
commit hash: 28582de113f22f76ec97fea63d7eee5f5f567bf6 commit hash: 28582de113f22f76ec97fea63d7eee5f5f567bf6 commit hash: 28582de113f22f76ec97fea63d7eee5f5f567bf6 commit hash: 28582de113f22f76ec97fea63d7eee5f5f567bf6 28582de
Tuesday, 21 Mar 2023
19:22 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/rubygem-rack-oauth2: Update to 2.2.0

Changes:	https://github.com/nov/rack-oauth2/releases
commit hash: def206322f3d1a2c7a2ca1bd0485f7c23976683c commit hash: def206322f3d1a2c7a2ca1bd0485f7c23976683c commit hash: def206322f3d1a2c7a2ca1bd0485f7c23976683c commit hash: def206322f3d1a2c7a2ca1bd0485f7c23976683c def2063
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
Friday, 30 Dec 2022
09:06 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/rubygem-rack-oauth2: Update version requirement of RUN_DEPENDS
commit hash: 0df172076edadf779a2d56655e6b48fab51cb586 commit hash: 0df172076edadf779a2d56655e6b48fab51cb586 commit hash: 0df172076edadf779a2d56655e6b48fab51cb586 commit hash: 0df172076edadf779a2d56655e6b48fab51cb586 0df1720
Sunday, 9 Oct 2022
19:45 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/rubygem-rack-oauth2: Update to 1.21.3

Changes:	https://github.com/nov/rack-oauth2/commits/master
commit hash: dcfd38065c934bbb923aab27182fba0c8a608f41 commit hash: dcfd38065c934bbb923aab27182fba0c8a608f41 commit hash: dcfd38065c934bbb923aab27182fba0c8a608f41 commit hash: dcfd38065c934bbb923aab27182fba0c8a608f41 dcfd380
Wednesday, 5 Oct 2022
02:01 Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/rubygem-rack-oauth2: Update version 1.19.0=>1.21.2

Relnotes: https://github.com/nov/rack-oauth2/releases/tag/v1.21.2
Sponsored by:	Bounce Experts
commit hash: 2dff5d3ff7904a06728c9a0ab5a9f5a2ff3f7e7b commit hash: 2dff5d3ff7904a06728c9a0ab5a9f5a2ff3f7e7b commit hash: 2dff5d3ff7904a06728c9a0ab5a9f5a2ff3f7e7b commit hash: 2dff5d3ff7904a06728c9a0ab5a9f5a2ff3f7e7b 2dff5d3
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
Friday, 24 Jun 2022
10:20 Matthias Fechner (mfechner) search for other commits by this committer
security/rubygem-rack-oauth2: update to 1.19.0

Required for gitlab-ce 15.1
commit hash: 62f088f0877c944ba11b8e2f00d37d0355cb35f6 commit hash: 62f088f0877c944ba11b8e2f00d37d0355cb35f6 commit hash: 62f088f0877c944ba11b8e2f00d37d0355cb35f6 commit hash: 62f088f0877c944ba11b8e2f00d37d0355cb35f6 62f088f
Thursday, 30 Sep 2021
12:47 Matthias Fechner (mfechner) search for other commits by this committer
*/*: Switch deps from rails 6.0 to 6.1
commit hash: 70b621db3cfe442260789464e506dc847eadb1ea commit hash: 70b621db3cfe442260789464e506dc847eadb1ea commit hash: 70b621db3cfe442260789464e506dc847eadb1ea commit hash: 70b621db3cfe442260789464e506dc847eadb1ea 70b621d
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
Saturday, 28 Nov 2020
15:05 mfechner search for other commits by this committer
Update to 1.16.0 which is required for gitlab-ce 13.6.
Original commitRevision:556506 
Tuesday, 7 Jul 2020
10:42 mfechner search for other commits by this committer
Switch to rails 6.0.
Original commitRevision:541406 
Saturday, 7 Dec 2019
10:31 mfechner search for other commits by this committer
Change rubygem ports required by www/gitlab-ce to rails52.

Currently a lot of ports www/gitlab-ce is using pulls rails 5.0 and 5.2 ports as
dependencies in.
To reduce the number of ports required, the attached patch switches all required
ports to rails 5.2.

I carefully tested it, if I oversaw a port, please let me know.

Differential Revision:	https://reviews.freebsd.org/D22220
Original commitRevision:519195 
Thursday, 31 Jan 2019
14:05 mfechner search for other commits by this committer
In preparation for gitlab 11.7 upgrade switch rails4 to rails50.
If required upgraded version to work correctly with rails50.
Fixed some cosmetic issue to make portlint happy.

Reviewed by:	sunpoet
Differential Revision:	https://reviews.freebsd.org/D18957
Original commitRevision:491723 
Tuesday, 30 Oct 2018
19:55 sunpoet search for other commits by this committer
Update to 1.9.3

Changes:	https://github.com/nov/rack-oauth2/commits/master
Original commitRevision:483533 
Saturday, 28 Apr 2018
20:11 sunpoet search for other commits by this committer
Update to 1.9.2

Changes:	https://github.com/nov/rack-oauth2/commits/master
Original commitRevision:468589 
Wednesday, 21 Mar 2018
19:03 sunpoet search for other commits by this committer
Update to 1.9.1

Changes:	https://github.com/nov/rack-oauth2/commits/master
Original commitRevision:465223 
Friday, 23 Feb 2018
19:24 sunpoet search for other commits by this committer
Update to 1.9.0

Changes:	https://github.com/nov/rack-oauth2/commits/master
Original commitRevision:462727 
Thursday, 22 Feb 2018
19:51 sunpoet search for other commits by this committer
Update to 1.8.2

Changes:	https://github.com/nov/rack-oauth2/commits/master
Original commitRevision:462634 
Wednesday, 21 Feb 2018
13:40 sunpoet search for other commits by this committer
Update to 1.8.1

Changes:	https://github.com/nov/rack-oauth2/commits/master
Original commitRevision:462521 
Thursday, 15 Feb 2018
12:47 sunpoet search for other commits by this committer
Update to 1.8.0

Changes:	https://github.com/nov/rack-oauth2/commits/master
Original commitRevision:461914 
Wednesday, 14 Feb 2018
13:31 sunpoet search for other commits by this committer
Update to 1.7.1

Changes:	https://github.com/nov/rack-oauth2/commits/master
Original commitRevision:461801 
Tuesday, 26 Dec 2017
23:21 sunpoet search for other commits by this committer
Update to 1.7.0

Changes:	https://github.com/nov/rack-oauth2/commits/master
Original commitRevision:457340 
Friday, 20 Oct 2017
20:44 sunpoet search for other commits by this committer
Update to 1.6.4

Changes:	https://github.com/nov/rack-oauth2/commits/master
Original commitRevision:452558 
Thursday, 19 Oct 2017
20:36 sunpoet search for other commits by this committer
Update to 1.6.3

Changes:	https://github.com/nov/rack-oauth2/commits/master
Original commitRevision:452485 
Tuesday, 25 Apr 2017
14:25 sunpoet search for other commits by this committer
Update to 1.6.2

Changes:	https://github.com/nov/rack-oauth2/commits/master
Original commitRevision:439400 
Monday, 27 Mar 2017
11:12 sunpoet search for other commits by this committer
Update to 1.6.1

Changes:	https://github.com/nov/rack-oauth2/commits/master
Original commitRevision:437034 
Friday, 24 Mar 2017
17:48 sunpoet search for other commits by this committer
Update to 1.6.0

Changes:	https://github.com/nov/rack-oauth2/commits/master
Original commitRevision:436843 
Thursday, 19 Jan 2017
19:26 sunpoet search for other commits by this committer
Update to 1.5.1

Changes:	https://github.com/nov/rack-oauth2/commits/master
Original commitRevision:431904 
Thursday, 12 Jan 2017
20:03 sunpoet search for other commits by this committer
Update to 1.5.0

Changes:	https://github.com/nov/rack-oauth2/commits/master
Original commitRevision:431316 
Monday, 5 Dec 2016
07:19 sunpoet search for other commits by this committer
- Update to 1.4.0

Changes:	https://github.com/nov/rack-oauth2/commits/master
Original commitRevision:427850 
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, 6 Mar 2016
06:27 sunpoet search for other commits by this committer
- Update to 1.3.0

Changes:	https://github.com/nov/rack-oauth2/commits/master
Original commitRevision:410323 
Wednesday, 3 Feb 2016
20:54 sunpoet search for other commits by this committer
- Update RUN_DEPENDS: use Rails 4
- Bump PORTREVISION for dependency change

PR:		206880
Submitted by:	Torsten Zuhlsdorff <ports@toco-domains.de>
Original commitRevision:407983 
Friday, 31 Jul 2015
16:27 sunpoet search for other commits by this committer
- Update to 1.2.1

Changes:	https://github.com/nov/rack-oauth2/commits/master
Original commitRevision:393353 
Monday, 15 Jun 2015
19:20 sunpoet search for other commits by this committer
- Update to 1.2.0

Changes:	https://github.com/nov/rack-oauth2/commits/master
Original commitRevision:389743 
Saturday, 13 Jun 2015
20:03 sunpoet search for other commits by this committer
- Update RUN_DEPENDS: use newer rubygem-rack
- Add NO_ARCH
- Bump PORTREVISION for dependency change
Original commitRevision:389511 
Tuesday, 26 May 2015
18:11 mmoll search for other commits by this committer
new port: security/rubygem-rack-oauth2

OAuth 2.0 Server & Client Library.

WWW: https://github.com/nov/rack-oauth2

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

Number of commits found: 41