Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.6.0 14 Oct 2024 05:26:27 |
Po-Chuan Hsieh (sunpoet) |
misc/rubygem-mime-types: Update to 3.6.0
Changes: https://github.com/mime-types/ruby-mime-types/blob/main/History.md |
3.5.2 21 Feb 2024 15:11:22 |
Po-Chuan Hsieh (sunpoet) |
misc/rubygem-mime-types: Update to 3.5.2
Changes: https://github.com/mime-types/ruby-mime-types/blob/main/History.md |
3.5.1 26 Aug 2023 09:29:26 |
Po-Chuan Hsieh (sunpoet) |
misc/rubygem-mime-types: Update to 3.5.1
Changes: https://github.com/mime-types/ruby-mime-types/blob/main/History.md |
3.5.0 21 Aug 2023 17:08:40 |
Po-Chuan Hsieh (sunpoet) |
misc/rubygem-mime-types: Update to 3.5.0
Changes: https://github.com/mime-types/ruby-mime-types/blob/main/History.md |
3.4.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 |
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.4.1 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.4.1 20 Jul 2022 14:22:28 |
Tobias C. Berner (tcberner) |
misc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan E <alane@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alex Stangl <alex@stangl.us>
* Alexander Logvinov <avl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nusov <alexander.nusov@nfvexpress.com>
* Alexander Timoshenko <gonzo@univ.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
3.4.1 11 Jan 2022 18:47:37 |
Po-Chuan Hsieh (sunpoet) |
misc/rubygem-mime-types: Update to 3.4.1
Changes: https://github.com/mime-types/ruby-mime-types/blob/main/History.md |
3.3.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.3.1 28 Nov 2020 17:27:15 |
mfechner |
Update to 3.3.1.
This fixes a warning with ruby 2.7.
Changelog:
https://github.com/mime-types/ruby-mime-types/blob/master/History.md |
3.2.2 20 Oct 2019 17:21:37 |
sunpoet |
Update version requirement of RUN_DEPENDS |
3.2.2 15 Aug 2018 19:34:03 |
sunpoet |
Update to 3.2.2
Changes: https://github.com/mime-types/ruby-mime-types/blob/master/History.md |
3.2.1 14 Aug 2018 16:41:56 |
sunpoet |
Update to 3.2.1
Changes: https://github.com/mime-types/ruby-mime-types/blob/master/History.md |
3.2 13 Aug 2018 18:21:18 |
sunpoet |
Update to 3.2
Changes: https://github.com/mime-types/ruby-mime-types/blob/master/History.md |
3.1 01 Jun 2016 15:28:42 |
pi |
misc/rubygem-mime-types: 2.99.1 -> 3.1
- Version 3.0 is a major release that requires Ruby 2.0 compatibility
and removes deprecated functions.
- The columnar registry format introduced in 2.6 has been made the
primary format
- the registry data has been extracted from this library and put
into ruby-mime-types-data
- Additionally, mime-types is now licensed exclusively under the MIT
licence and there is a code of conduct in effect.
- There are a number of other smaller changes described in
https://github.com/mime-types/ruby-mime-types/blob/master/History.rdoc
PR: 209936
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> |
2.99.1 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
2.99.1 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 |
2.99.1 13 Mar 2016 14:56:31 |
sunpoet |
- Update to 2.99.1
- Add LICENSE_FILE
Changes: https://github.com/mime-types/ruby-mime-types/blob/mime-types-2.x/History.rdoc
https://github.com/mime-types/ruby-mime-types/blob/mime-types-2.x/History-Types.rdoc |
2.99 04 Dec 2015 12:35:16 |
sunpoet |
- Update to 2.99
- Update WWW
Changes: https://github.com/mime-types/ruby-mime-types/blob/master/History.rdoc |
2.6.2 15 Sep 2015 15:49:19 |
sunpoet |
- Update to 2.6.2
Changes: https://github.com/halostatue/mime-types/blob/master/History.rdoc |
2.6.1 13 Jun 2015 13:56:16 |
sunpoet |
- Add NO_ARCH |
2.6.1 10 Jun 2015 18:09:38 |
swills |
www/rubygem-rails4: update to 4.2.1
Differential Revision: https://reviews.freebsd.org/D2710 |
2.4.3 05 Mar 2015 17:28:38 |
sunpoet |
- Update to 2.4.3
- Update WWW
Changes: https://github.com/halostatue/mime-types/blob/master/History.rdoc |
2.4.2 18 Oct 2014 17:38:46 |
swills |
misc/rubygem-mime-types: update to 2.4.2 |
2.3 25 Aug 2014 02:18:41 |
swills |
misc/rubygem-mime-types: update to 2.3 |
1.25.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.25.1 21 Jan 2014 05:38:02 |
swills |
- Update to 1.25.1 |
1.23 31 Dec 2013 06:55:05 |
sunpoet |
- Add LICENSE |
1.23 30 Oct 2013 02:50:06 |
swills |
- Add stage support |
20 Sep 2013 20:50:59
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
misc) |
1.23 01 Jun 2013 21:25:48 |
swills |
- Update to 1.23 |
1.21 16 Feb 2013 20:54:38 |
swills |
- Update rails to 3.2.12
- Update dependent ports, including:
- Update rack to 1.4.5 to resolve CVE-2013-0263 and CVE-2013-0262
- Update activemodel to 3.2.12 to resolve CVE-2013-0276
Security: forthcoming |
1.19 24 Jul 2012 00:41:43 |
swills |
- Update rails to 3.2.6 and accompanying dependency updates |
1.18 09 Jun 2012 06:22:18 |
miwi |
- Update to 1.18
PR: 168881
Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw> |
1.17.2 27 Oct 2011 03:02:52 |
swills |
- Update Rails to 3.1.1 and associated changes
With hat: ruby@ |
1.17 25 Oct 2011 08:40:21 |
clsung |
- Update to 1.17 |
1.16 25 Dec 2010 16:55:41 |
sunpoet |
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here
PR: ports/152844
Submitted by: sunpoet (myself)
Approved by: miwi (with portmgr hat) |
1.16 07 Dec 2010 19:19:15 |
linimon |
With portmgr hat, reassign these from clsung (who is apparently having
email troubles) to ruby@. |
1.16 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.16 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.16 03 Mar 2009 07:36:18 |
clsung |
- Update to 1.16 |
1.15 14 Feb 2009 01:22:17 |
miwi |
- Fix plist after ruby update by generating it dynamically. |
1.15 08 Oct 2008 07:17:23 |
clsung |
- Ruby gem which provides a mailcap-like MIME Content-Type lookup |