non port: security/rubygem-doorkeeper-rails50/Makefile |
Number of commits found: 31 |
Wednesday, 11 Dec 2024
|
09:15 Matthias Fechner (mfechner)
security/rubygem-doorkeeper*: update to 5.8.1
Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
2a5d05a9 |
Sunday, 3 Nov 2024
|
13:23 Po-Chuan Hsieh (sunpoet)
security/rubygem-doorkeeper-rails50: Update to 5.8.0
Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
e7e2763 |
Saturday, 6 Jul 2024
|
16:12 Po-Chuan Hsieh (sunpoet)
security/rubygem-doorkeeper-rails50: Update to 5.7.1
Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
80ec8a7 |
Sunday, 19 May 2024
|
17:18 Po-Chuan Hsieh (sunpoet)
security/rubygem-doorkeeper-rails50: Update to 5.7.0
Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
2b7ff3c |
Wednesday, 21 Feb 2024
|
15:11 Po-Chuan Hsieh (sunpoet)
security/rubygem-doorkeeper-rails50: Update to 5.6.9
Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
ad612f4 |
Thursday, 14 Dec 2023
|
05:49 Po-Chuan Hsieh (sunpoet)
security/rubygem-doorkeeper-rails50: Update to 5.6.8
Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
53d9a03 |
Monday, 27 Nov 2023
|
18:08 Po-Chuan Hsieh (sunpoet)
security/rubygem-doorkeeper-rails50: Update to 5.6.7
Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
f3cc0ca |
Sunday, 9 Apr 2023
|
13:37 Po-Chuan Hsieh (sunpoet)
security/rubygem-doorkeeper-rails50: Update to 5.6.6
Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
da8bd57 |
Tuesday, 21 Mar 2023
|
19:22 Po-Chuan Hsieh (sunpoet)
security/rubygem-doorkeeper-rails50: Update to 5.6.5
Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
46bfcd2 |
Monday, 30 Jan 2023
|
13:02 Po-Chuan Hsieh (sunpoet)
security/rubygem-doorkeeper-rails50: Update to 5.6.2
Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
4db88e6 |
Saturday, 14 Jan 2023
|
23:08 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
18c6e18 |
Saturday, 10 Sep 2022
|
16:07 Po-Chuan Hsieh (sunpoet)
security/rubygem-doorkeeper-rails50: Update to 5.6.0
Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
b74478d |
Wednesday, 7 Sep 2022
|
21:10 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.
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)
b7f0544 |
Monday, 25 Oct 2021
|
21:54 Po-Chuan Hsieh (sunpoet)
security/rubygem-doorkeeper-rails50: Update to 5.5.4
Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
4a21a9e |
Thursday, 30 Sep 2021
|
15:14 Bernhard Froehlich (decke)
security/rubygem-doorkeeper-rails50: Add CPE information
Approved by: portmgr (blanket)
133df71 |
Monday, 27 Sep 2021
|
15:56 Po-Chuan Hsieh (sunpoet)
security/rubygem-doorkeeper-rails50: Update to 5.5.3
Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
e82a952 |
Sunday, 18 Jul 2021
|
22:07 Po-Chuan Hsieh (sunpoet)
security/rubygem-doorkeeper-rails50: Update to 5.5.2
Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
2952d5c |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 27 May 2020
|
15:31 danfe
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 4).
|
Saturday, 27 Oct 2018
|
23:24 sunpoet
Update to 5.0.2
Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
|
Sunday, 14 Oct 2018
|
16:31 sunpoet
Update to 5.0.1
Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
|
Saturday, 25 Aug 2018
|
16:01 sunpoet
Update to 5.0.0
Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
|
Tuesday, 21 Aug 2018
|
18:24 sunpoet
Update to 4.4.2
Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
|
Tuesday, 31 Jul 2018
|
23:52 sunpoet
Update to 4.4.1
Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
Security: e309a2c7-598b-4fa6-a398-bc72fbd1d167
MFH: 2018Q3
|
Saturday, 31 Mar 2018
|
22:47 sunpoet
Update to 4.3.2
Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
|
Sunday, 4 Mar 2018
|
16:11 sunpoet
Update to 4.3.1
- Fix version requirement of RUN_DEPENDS
Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
|
Saturday, 24 Feb 2018
|
13:38 sunpoet
Update to 4.3.0
Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
|
Saturday, 5 Aug 2017
|
03:25 jrm
Set ruby@FreeBSD.org as maintainer of these ports, so that ruby team can
more easily contribute to their maintenance.
|
Saturday, 27 May 2017
|
20:05 jrm
security/rubygem-doorkeeper-rails50: Update to version 4.2.6
Upstream changes:
https://github.com/doorkeeper-gem/doorkeeper/blob/master/NEWS.md
Approved by: swills (mentor, implicit)
|
Thursday, 25 May 2017
|
02:20 jrm
security/rubygem-doorkeeper-rails50: Create rails version 5.0 port by
copying security/rubygem-doorkeeper-rails5
Approved by: swills (mentor, implicit)
|
Number of commits found: 31 |