diff options
author | taca <taca@pkgsrc.org> | 2011-06-11 02:49:39 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-06-11 02:49:39 +0000 |
commit | 3e792a892925d23bb52008aec99809cbde15df14 (patch) | |
tree | da00d44dabb7488f4b55cf1419ba2036cf1ba05b /mail/ruby-mail | |
parent | 431a4b6ddaa63b86ddff05f4e0101da6eb040424 (diff) | |
download | pkgsrc-3e792a892925d23bb52008aec99809cbde15df14.tar.gz |
Update ruby-mail package 2.2.19, latest 2.2.x series.
== Tue Apr 26 09:49:54 UTC 2011 Mikel Lindsaar <mikel@rubyx.com>
* Update activesupport require to use inflector - closes #217
== Tue Apr 26 06:18:19 UTC 2011 Mikel Lindsaar <mikel@rubyx.com>
* Fixed charset warning issue with multipart messages - https://github.com/arvindsv
* Version bump to 2.2.18 and gem release
== Wed 20 Apr 2011 15:16:20 UTC Mikel Lindsaar <mikel@rubyx.com>
* Mail::Field.new("Subject: foobar", 'iso-2022-jp') does not set charset - https://github.com/yalab
== Tue Apr 19 00:20:54 UTC 2011 Mikel Lindsaar <mikel@rubyx.com>
* Fixed an exception with nil in Reply-To and References field - https://github.com/dcormier
* Version bump to 2.2.17 and gem release
== Sat Apr 16 12:57:27 UTC 2011 Mikel Lindsaar <mikel@rubyx.com>
* Added support for open SMTP connections and returning the Mail server's response - https://github.com/spiegela
* RE: not appended to subject when replying to a reply - https://github.com/prateekdayal
* Support not ascii compatible charset mail send - https://github.com/yalab
* Fix for issue 208 "mail.body after mail.add_file truncates message body" - https://github.com/glongman
* Handle bad subject encoding (or ":invalid => :replace" is ineffective for utf-8 to utf-8 encoding) - https://github.com/choonkeat
* Handle blank Received header field - https://github.com/bcantin
* Handle part with missing content type - https://github.com/bcantin
* Handle a "<>" Return field - https://github.com/bcantin
* Performance improvements for 1.9 - https://github.com/nobu
* Fix heavy CPU issues when messages are missing a space - https://github.com/scsmith
* Tighten up allowed encodings - https://github.com/scsmith
* Added to_yaml & from_yaml (as well as to_hash & from_hash) - https://github.com/srushti
* Fix up some comments - https://github.com/takahashim
* Version bump to 2.2.16 and gem release
Diffstat (limited to 'mail/ruby-mail')
-rw-r--r-- | mail/ruby-mail/Makefile | 5 | ||||
-rw-r--r-- | mail/ruby-mail/PLIST | 3 | ||||
-rw-r--r-- | mail/ruby-mail/distinfo | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/mail/ruby-mail/Makefile b/mail/ruby-mail/Makefile index 0febf0950cc..c86abc89149 100644 --- a/mail/ruby-mail/Makefile +++ b/mail/ruby-mail/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2011/03/23 15:02:09 taca Exp $ +# $NetBSD: Makefile,v 1.5 2011/06/11 02:49:39 taca Exp $ -DISTNAME= mail-2.2.15 +DISTNAME= mail-2.2.19 CATEGORIES= devel +# Note: mail/ruby-actionmailer3 needs ruby-mail<2.3. MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://github.com/mikel/mail COMMENT= Mail provides a nice Ruby DSL for making, sending and reading emails diff --git a/mail/ruby-mail/PLIST b/mail/ruby-mail/PLIST index c2e6aa2982b..1e1a207db17 100644 --- a/mail/ruby-mail/PLIST +++ b/mail/ruby-mail/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2011/01/28 13:23:20 taca Exp $ +@comment $NetBSD: PLIST,v 1.4 2011/06/11 02:49:39 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/CHANGELOG.rdoc ${GEM_LIBDIR}/README.rdoc @@ -82,6 +82,7 @@ ${GEM_LIBDIR}/lib/mail/network.rb ${GEM_LIBDIR}/lib/mail/network/delivery_methods/file_delivery.rb ${GEM_LIBDIR}/lib/mail/network/delivery_methods/sendmail.rb ${GEM_LIBDIR}/lib/mail/network/delivery_methods/smtp.rb +${GEM_LIBDIR}/lib/mail/network/delivery_methods/smtp_connection.rb ${GEM_LIBDIR}/lib/mail/network/delivery_methods/test_mailer.rb ${GEM_LIBDIR}/lib/mail/network/retriever_methods/base.rb ${GEM_LIBDIR}/lib/mail/network/retriever_methods/imap.rb diff --git a/mail/ruby-mail/distinfo b/mail/ruby-mail/distinfo index cf2e293cbff..ba726725fa7 100644 --- a/mail/ruby-mail/distinfo +++ b/mail/ruby-mail/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2011/01/28 13:23:20 taca Exp $ +$NetBSD: distinfo,v 1.4 2011/06/11 02:49:39 taca Exp $ -SHA1 (mail-2.2.15.gem) = 95b3f05773697ea97b211903c474192483ae8a98 -RMD160 (mail-2.2.15.gem) = 723cfe5c44f418e4d3755d84e4b9cf0981ee790c -Size (mail-2.2.15.gem) = 103424 bytes +SHA1 (mail-2.2.19.gem) = d117d132cf6f28f914ee32eb1343d6ffcdca49ea +RMD160 (mail-2.2.19.gem) = 374f7b373090ab1d25fa0fb7434fd692fae11a13 +Size (mail-2.2.19.gem) = 104960 bytes |