Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.9.0 25 Dec 2024 19:16:25 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-json: Update to 2.9.0
Changes: https://github.com/ruby/json/releases |
2.8.2 21 Nov 2024 13:39:20 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-json: Update to 2.8.2
Changes: https://github.com/ruby/json/releases |
2.7.5 31 Oct 2024 20:41:13 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-json: Update to 2.7.5
Changes: https://github.com/ruby/json/releases |
2.7.4 30 Oct 2024 12:13:35 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-json: Update to 2.7.4
Changes: https://github.com/ruby/json/releases |
2.7.3 29 Oct 2024 14:38:48 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-json: Update to 2.7.3
- Update COMMENT
- Update WWW
- Add LICENSE_FILE
- Take maintainership
Changes: https://github.com/ruby/json/releases |
2.7.2 06 Apr 2024 00:00:06 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-json: Update to 2.7.2
Changes: https://github.com/flori/json/releases |
2.7.1 14 Dec 2023 05:49:01 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-json: Update to 2.7.1
Changes: https://github.com/flori/json/releases |
2.6.3 30 Jan 2023 13:02:23 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-json: Update to 2.6.3
Changes: https://github.com/flori/json/releases |
2.6.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 |
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) |
2.6.2 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 ) |
2.6.2 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 ) |
2.6.2 22 May 2022 05:11:35 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-json: Update to 2.6.2
Changes: https://github.com/flori/json/blob/master/CHANGES.md
https://github.com/flori/json/commits/master |
2.6.1 13 May 2022 11:40:09 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-json: Update to 2.6.1
Changes: https://github.com/flori/json/blob/master/CHANGES.md |
2.5.1 23 Sep 2021 19:42:05 |
Matthias Fechner (mfechner) |
devel/rubygem-json: Update to 2.5.1
Required for gitlab-ce 14.3. |
2.3.1 30 Jun 2021 20:44:16 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-json: Cosmetic change |
2.3.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3.1 23 Aug 2020 19:44:11 |
sunpoet |
Update to 2.3.1
Changes: https://github.com/flori/json/blob/master/CHANGES.md |
2.3.0 26 Mar 2020 04:58:13 |
meta |
devel/rubygem-json: Update to 2.3.0
This update includes fixes for CVE-2020-10663 [1].
[1] https://www.ruby-lang.org/en/news/2020/03/19/json-dos-cve-2020-10663/
PR: 245023
MFH: 2020Q1
Security: 40194e1c-6d89-11ea-8082-80ee73419af3 |
2.1.0 19 Apr 2017 14:41:09 |
sunpoet |
Update to 2.1.0
Changes: https://github.com/flori/json/blob/master/CHANGES.md |
2.0.4 12 Apr 2017 16:24:50 |
sunpoet |
Update to 2.0.4
Changes: https://github.com/flori/json/blob/v2.0/CHANGES.md |
2.0.3 13 Jan 2017 14:44:13 |
sunpoet |
Update to 2.0.3
Changes: https://github.com/flori/json/blob/master/CHANGES.md |
2.0.2 31 Dec 2016 11:56:00 |
sunpoet |
- Add LICENSE back |
2.0.2 31 Dec 2016 00:38:18 |
swills |
devel/rubygem-json: update to 2.0.2 |
1.8.3 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
1.8.3 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
1.8.3 27 Apr 2016 16:36:42 |
swills |
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 |
1.8.3 17 Oct 2015 18:09:30 |
sunpoet |
- Fix LICENSE
- Add LICENSE_FILE
- Update WWW |
1.8.3 05 Jun 2015 18:57:54 |
sunpoet |
- Update to 1.8.3
Changes: https://github.com/flori/json/blob/master/CHANGES |
1.8.2 26 Jan 2015 03:47:26 |
swills |
devel/rubygem-json: update to 1.8.2 |
1.8.1 19 Aug 2014 15:35:36 |
swills |
many ruby/rubygem ports: death of rubyforge.org
rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing
several things:
- Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now
only fetchable via our cache)
- Deprecate ports that depend on those
- Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports
(which are still fetchable from rubygems.org)
The next step will be to remove rubyforge.org from bsd.sites.mk, after these
deprecated ports are deleted.
Phabric: D591
With hat: ruby
Approved by: portmgr (because of committing to unstaged graphics/mingplot port) |
1.8.1 31 Dec 2013 10:08:57 |
sunpoet |
- Update to 1.8.1
- Add LICENSE
- Remove outdated RUBY_VER check
Changes: https://github.com/flori/json/blob/master/CHANGES |
1.8.0 30 Oct 2013 02:36:45 |
swills |
- Add stage support |
1.8.0 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
1.8.0 01 Jun 2013 21:22:45 |
swills |
- Update to 1.8.0 |
1.7.7 16 Feb 2013 02:48:58 |
swills |
- Update to 1.7.7 to resolve CVE-2013-0269
Security: forthcoming |
1.7.6 09 Jan 2013 03:53:16 |
swills |
- Update rubygem-rails to 3.2.11
- Update ports require by rubygem-rails
- Add vuxml entry for rails security issues
Security: ca5d3272-59e3-11e2-853b-00262d5ed8ee
Security: b4051b52-58fa-11e2-853b-00262d5ed8ee |
1.7.5 21 Aug 2012 17:17:46 |
swills |
- Update to 1.7.5 |
1.7.4 27 Jul 2012 03:09:19 |
swills |
- Update Rails and friends to 3.2.7
- Add vuxml entry for Rails 3.2.6 [1]
Reviewed by: zi [1] |
1.7.3 24 Jul 2012 00:41:43 |
swills |
- Update rails to 3.2.6 and accompanying dependency updates |
1.6.5 08 Feb 2012 03:29:48 |
pgollucci |
- Update to 1.6.5
PR: ports/164632
Submitted by: TAKATSU Tomonari <tota@freebsd.org>
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
1.6.4 08 Feb 2012 02:06:47 |
pgollucci |
- Update to 1.6.4
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
1.6.3_1 05 Dec 2011 03:08:27 |
swills |
- Fix iconv dependency
PR: ports/162298
Submitted by: TAKATSU Tomonari <tota@freebsd.org>
Feature safe: yes |
1.6.3 02 Dec 2011 19:40:03 |
swills |
- Update to 1.6.1
Feature safe: yes |
1.6.1 27 Oct 2011 03:02:52 |
swills |
- Update Rails to 3.1.1 and associated changes
With hat: ruby@ |
1.5.3_1 17 Jul 2011 01:15:14 |
stas |
- Add missing dependency for iconv for ruby18.
- Bump portrevision.
PR: ports/158984
Submitted by: TAKATSU Tomonari <tota@freebsd.org> |
1.5.3 25 Jun 2011 03:13:19 |
pgollucci |
- Update to 1.5.3
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
1.5.2 23 Jun 2011 17:40:22 |
pgollucci |
- Update to 1.5.2
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
1.5.1 22 Feb 2011 00:25:22 |
clsung |
- Update to 1.5.1 |
1.4.6 17 Dec 2010 03:01:31 |
pgollucci |
- Update to 1.4.6
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
1.4.5 12 Dec 2010 02:16:14 |
pgollucci |
- Update to 1.4.5
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
1.4.4 10 Dec 2010 22:40:56 |
pgollucci |
- Update to 1.4.4
Required by rubygem-ohai-0.5.4_1
Reported by: pointyhat via pav
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
1.2.4 07 Dec 2010 19:19:15 |
linimon |
With portmgr hat, reassign these from clsung (who is apparently having
email troubles) to ruby@. |
1.2.4 20 Oct 2010 01:35:47 |
pgollucci |
- Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta info
Prompted by: distilator
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
1.2.4 12 Jul 2010 08:35:32 |
clsung |
- Update to 1.2.4 |
1.2.0 23 Jun 2010 18:18:22 |
pgollucci |
- Update to 1.2.0
PR: ports/147523
Submitted by: pgollucci (myself)
Approved by: maintainer timeout (clsung; 20 days)
Feature safe: yes |
1.1.9 26 May 2010 19:51:35 |
pgollucci |
- Mass conversion of RF -> RG for MASTER_SITE for rubygem- ports
[RG aka rubygems.org]
PR: ports/147005
Submitted by: pgollucci (myself)
Approved by: portmgr (pav)
With Hat: ruby@ |
1.1.9 02 Sep 2009 03:17:37 |
clsung |
- Update to 1.1.9 |
1.1.7 26 Jul 2009 00:57:55 |
clsung |
- Update to 1.1.7
PR: ports/136735
Submitted by: pgollucci |
1.1.6 21 May 2009 03:47:04 |
clsung |
- Update to 1.1.6
PR: ports/134672
Submitted by: pgollucci |
1.1.4 24 Apr 2009 06:51:20 |
clsung |
- Update to 1.1.4
PR: ports/133511
Submitted by: pgollucci |
1.1.3 14 Feb 2009 02:16:03 |
stas |
- Fix plist after ruby update by generating it dynamically. |
1.1.3 28 Jul 2008 09:32:51 |
clsung |
- Update to 1.1.3 |
1.1.2 06 Apr 2008 08:58:21 |
stas |
- Add ruby 1.9 support
- Implement new knobs for gems and rake (these are included in
ruby 1.9 distribution already). Also move gem bits from
ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend
on gems or rake you should define USE_RUBYGEMS/USE_RAKE
accordingly. Also RAKE_BIN variable is provided for
pointing to the right rake executable.
- Rewrite RUBY_SCHEBANG in awk to eliminate build dependency
on ruby.
Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer)
Tested by: ports@ |
1.1.2 12 Dec 2007 06:49:41 |
clsung |
- Update to 1.1.2 |
1.1.1_1 13 Nov 2007 00:10:37 |
pav |
- Fix plist
Reported by: pointyhat
Approved by: portmgr (hat) |
1.1.1 09 Jul 2007 06:47:38 |
clsung |
This library can parse JSON texts and generate them from ruby data structures.
This port implemented in C and comes with its own unicode conversion functions
and a parser generated by the Ragel State Machine Compiler.
WWW: http://json.rubyforge.org/ |