Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.4 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 |
1.1.4 20 Jul 2022 14:22:19
    |
Tobias C. Berner (tcberner)  |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
1.1.4 14 Jul 2021 16:10:45
    |
Po-Chuan Hsieh (sunpoet)  |
mail/rubygem-rmail: Update to 1.1.4
Changes: https://github.com/terceiro/rmail/blob/master/ChangeLog |
1.1.3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.1.3 17 Jul 2017 18:42:38
  |
sunpoet  |
Update to 1.1.3
Changes: https://github.com/terceiro/rmail/blob/master/ChangeLog |
1.1.2 27 Apr 2016 21:57:32
  |
swills  |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
1.1.2 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.1.2 19 Jan 2016 08:38:05
  |
sunpoet  |
- Update to 1.1.2
Changes: https://github.com/terceiro/rmail/blob/master/ChangeLog |
1.1.1 01 Dec 2015 16:06:01
  |
sunpoet  |
- Update to 1.1.1
Changes: https://github.com/terceiro/rmail/blob/master/ChangeLog |
1.1.0 02 Jul 2015 16:01:08
  |
pgollucci  |
Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from: DEVELOPER_MODE
With Hat: ruby@
Sponsored by: RideCharge Inc / Curb |
1.1.0 25 May 2015 19:55:46
  |
sunpoet  |
- Update to 1.1.0
- Add LICENSE
- Add WWW
Changes: https://github.com/terceiro/rmail/blob/master/ChangeLog |
1.0.0 30 Oct 2013 02:50:06
  |
swills  |
- Add stage support |
1.0.0 20 Sep 2013 19:59:14
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
1.0.0 27 Jul 2013 16:06:02
  |
swills  |
- Reset maintainer after no response to mail since Jan 2013
- Clean up headers and comments while here
Reviewed by: danfe |
1.0.0 20 Dec 2011 00:35:52
 |
pgollucci  |
- Add missing WWW lines |
1.0.0 30 Jan 2011 12:08:52
 |
miwi  |
RMail is a lightweight mail library containing various
utility classes and modules that allow ruby scripts to
parse, modify, and generate MIME mail messages.
PR: ports/153820
Submitted by: Eric Freeman <freebsdports at chillibear.com>
Feature safe: yes |