Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.16.10 14 Mar 2025 09:54:42
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.16.10
Changes: https://github.com/ohler55/oj/releases
https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.16.9 02 Jan 2025 02:45:40
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.16.9
Changes: https://github.com/ohler55/oj/releases
https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.16.8 25 Dec 2024 19:16:26
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.16.8
Changes: https://github.com/ohler55/oj/releases
https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.16.7 03 Nov 2024 13:23:10
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.16.7
Changes: https://github.com/ohler55/oj/releases
https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.16.6 15 Sep 2024 20:11:42
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.16.6
Changes: https://github.com/ohler55/oj/releases
https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.16.5 05 Sep 2024 06:18:22
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.16.5
Changes: https://github.com/ohler55/oj/releases
https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.16.4 18 Jun 2024 04:01:48
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.16.4
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.16.3 14 Dec 2023 20:46:53
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.16.3
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.16.2 14 Dec 2023 05:48:47
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.16.2
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.16.1 04 Sep 2023 21:30:29
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.16.1
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.16.0 21 Aug 2023 17:06:05
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.16.0
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.15.1 16 Aug 2023 18:26:13
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.15.1
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.15.0 05 Jun 2023 21:07:53
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.15.0
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.14.3 27 May 2023 04:11:56
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.14.3
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.13.23_3 12 Feb 2023 18:41:47
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Simplify Makefile
- Use GEM_LIB_DIR
- Use single INSTALL_DATA |
3.13.23_3 06 Feb 2023 10:33:04
    |
Matthias Fechner (mfechner)  Author: Yasuhiro Kimura |
devel/rubygem-oj: Create directoy with proper mode
"${INSTALL_DATA} -d" creates directory with 0644 and it result in
failing to copy header files with 'permission denied'. So use
"${INSTALL} -d" instead.It creates directory with 0755 and header
files are copied successfully.
Fixes: 0983bbffe275 |
3.13.23_2 18 Jan 2023 15:32:49
    |
Muhammad Moinur Rahman (bofh)  |
devel/rubygem-oj: Fix build
Currently the header files are not included although there is a
post-install step. However there is a missing line where we need to
create the directories.
This fixes the builds of gitlab-ce.
PR: 269020
Reported by: lysfjord.daniel@smokepit.net
Approved by: portmgr (just-fix-it)
Sponsored by: Bounce Experts |
3.13.23_1 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 |
3.13.23_1 13 Jan 2023 06:34:10
    |
Matthias Fechner (mfechner)  |
devel/rubygem-oj: bump port revision
To apply changes added in 1fab538b26e72213c9d9db49dc5b68f74a0967d3
which allows creation of devel/rubygem-oj-introspect |
3.13.23 11 Jan 2023 11:54:12
    |
Matthias Fechner (mfechner)  |
devel/rubygem-oj: update to 3.13.23
Also include header files, as they are required by gem oj-introspect. |
3.13.23 30 Dec 2022 09:05:29
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.13.23
Changes: https://github.com/ohler55/oj/blob/develop/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) |
3.13.21 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 ) |
3.13.21 31 Aug 2022 11:41:34
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.13.21
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.13.19 30 Jul 2022 21:00:25
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.13.19
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.13.18 30 Jul 2022 19:25:40
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.13.18
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.13.17 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.13.17 18 Jul 2022 18:00:50
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.13.17
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.13.16 07 Jul 2022 22:23:56
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.13.16
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.13.15 07 Jul 2022 21:43:03
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.13.15
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.13.14 03 Jun 2022 23:36:42
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.13.14
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.13.13 03 Jun 2022 09:00:51
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.13.13
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.13.12 22 May 2022 05:11:29
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.13.12
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.13.11 23 Jan 2022 19:09:27
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.13.11
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.13.10 11 Jan 2022 18:46:45
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.13.10
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.13.9 13 Oct 2021 19:17:09
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.13.9
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.13.8 13 Oct 2021 05:38:38
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.13.8
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.13.7 21 Sep 2021 22:23:47
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.13.7
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.13.6 21 Sep 2021 03:46:59
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.13.6
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.13.0 19 Sep 2021 06:00:45
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.13.0
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.12.3 08 Aug 2021 21:46:31
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.12.3
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.12.2 08 Aug 2021 14:55:22
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.12.2
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.12.1 15 Jul 2021 20:47:32
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.12.1
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.12.0 06 Jul 2021 19:17:19
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.12.0
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.11.7 30 Jun 2021 20:43:55
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.11.7
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.11.6 20 Jun 2021 16:16:12
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.11.6
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.11.5 25 Apr 2021 20:36:14
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.11.5
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.11.3 18 Apr 2021 05:47:46
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-oj: Update to 3.11.3
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.11.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.11.2 03 Feb 2021 19:50:47
  |
sunpoet  |
Update to 3.11.2
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.11.1 01 Feb 2021 19:43:45
  |
sunpoet  |
Update to 3.11.1
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.11.0 30 Jan 2021 12:24:15
  |
sunpoet  |
Update to 3.11.0
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.10.18 03 Jan 2021 20:20:41
  |
sunpoet  |
Update to 3.10.18
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.10.17 19 Dec 2020 20:14:08
  |
sunpoet  |
Update to 3.10.17
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.10.16 15 Nov 2020 18:12:29
  |
sunpoet  |
Update to 3.10.16
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.10.15 18 Oct 2020 20:26:06
  |
sunpoet  |
Update to 3.10.15
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.10.14 06 Sep 2020 15:38:54
  |
sunpoet  |
Update to 3.10.14
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.10.13 30 Aug 2020 07:17:07
  |
sunpoet  |
Update to 3.10.13
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.10.12 23 Aug 2020 19:37:19
  |
sunpoet  |
Update to 3.10.12
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.10.9 21 Aug 2020 21:28:05
  |
sunpoet  |
Update to 3.10.9
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.10.8 30 Jul 2020 09:53:52
  |
sunpoet  |
Update to 3.10.8
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.10.7 24 Jul 2020 07:18:27
  |
sunpoet  |
Update to 3.10.7
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.10.6 05 Apr 2020 19:55:26
  |
sunpoet  |
Update to 3.10.6
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.10.5 04 Apr 2020 07:28:03
  |
sunpoet  |
Update to 3.10.5
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.10.3 03 Mar 2020 18:54:18
  |
sunpoet  |
Update to 3.10.3
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.10.2 02 Feb 2020 11:04:49
  |
sunpoet  |
Update to 3.10.2
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.10.1 15 Jan 2020 17:47:33
  |
sunpoet  |
Update to 3.10.1
Changes: https://github.com/ohler55/oj/blob/develop/CHANGELOG.md |
3.10.0 08 Dec 2019 17:28:41
  |
sunpoet  |
Update to 3.10.0
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.9.2 03 Oct 2019 19:27:50
  |
sunpoet  |
Update to 3.9.2
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.9.1 01 Sep 2019 19:10:51
  |
sunpoet  |
Update to 3.9.1
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.9.0 19 Aug 2019 20:52:56
  |
sunpoet  |
Update to 3.9.0
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.8.1 23 Jul 2019 16:17:17
  |
sunpoet  |
Update to 3.8.1
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.8.0 18 Jul 2019 23:51:15
  |
sunpoet  |
Update to 3.8.0
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.7.12 07 Jul 2019 19:14:18
  |
sunpoet  |
Update to 3.7.12
- Take maintainership
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.7.4 02 Dec 2018 15:38:31
  |
sunpoet  |
Update to 3.7.4
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.7.3 01 Dec 2018 13:07:44
  |
sunpoet  |
Update to 3.7.3
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.7.2 30 Nov 2018 20:05:22
  |
sunpoet  |
Update to 3.7.2
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.7.1 11 Nov 2018 18:22:29
  |
sunpoet  |
Update to 3.7.1
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.7.0 30 Oct 2018 19:54:59
  |
sunpoet  |
Update to 3.7.0
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.6.0 06 May 2018 12:50:26
  |
sunpoet  |
Update to 3.6.0
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.5.1 15 Apr 2018 20:03:53
  |
sunpoet  |
Update to 3.5.1
- Add LICENSE_FILE
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.5.0 05 Mar 2018 17:15:16
  |
sunpoet  |
Update to 3.5.0
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.4.0 31 Jan 2018 15:52:27
  |
sunpoet  |
Update to 3.4.0
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.3.10 01 Jan 2018 20:59:25
  |
sunpoet  |
Update to 3.3.10
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.3.9 28 Oct 2017 17:33:19
  |
sunpoet  |
Update to 3.3.9
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.3.8 05 Oct 2017 15:11:41
  |
sunpoet  |
Update to 3.3.8
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.3.7 03 Oct 2017 15:36:08
  |
sunpoet  |
Update to 3.3.7
- Fix LIB_DEPENDS
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.3.6 22 Sep 2017 12:43:09
  |
jrm  |
devel/rubygem-oj: Update to version 3.3.6
Upstream changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.3.5 12 Aug 2017 18:59:25
  |
sunpoet  |
Update to 3.3.5
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.3.4 04 Aug 2017 20:09:07
  |
sunpoet  |
Update to 3.3.4
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.3.3 02 Aug 2017 18:36:42
  |
sunpoet  |
Update to 3.3.3
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.3.2 13 Jul 2017 18:12:04
  |
sunpoet  |
Update to 3.3.2
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.3.1 10 Jul 2017 18:25:36
  |
sunpoet  |
Update to 3.3.1
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.3.0 06 Jul 2017 20:58:19
  |
sunpoet  |
Update to 3.3.0
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.2.1 06 Jul 2017 00:03:21
  |
sunpoet  |
Update to 3.2.1
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.2.0 04 Jul 2017 18:37:44
  |
sunpoet  |
Update to 3.2.0
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.0.11 03 Jun 2017 13:17:15
  |
sunpoet  |
Update to 3.0.11
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.0.10 25 May 2017 21:02:41
  |
sunpoet  |
Update to 3.0.10
Changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md |
3.0.9 19 May 2017 11:01:28
  |
jrm  |
devel/rubygem-oj: Update to version 3.0.9
Upstream changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md
Approved by: swills (mentor, implicit) |
3.0.8 18 May 2017 14:41:34
  |
jrm  |
devel/rubygem-oj: Update to version 3.0.8
Upstream changes: https://github.com/ohler55/oj/blob/master/CHANGELOG.md
Approved by: swills (mentor, implicit) |