pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/ruby-mail Update ruby-mail package 2.2.19, latest...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e73e99ecd06
branches:  trunk
changeset: 589514:0e73e99ecd06
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Jun 11 02:49:39 2011 +0000

description:
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@localhost>

* Update activesupport require to use inflector - closes #217

== Tue Apr 26 06:18:19 UTC 2011 Mikel Lindsaar <mikel%rubyx.com@localhost>

* 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@localhost>

* 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@localhost>

* 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@localhost>

* 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:

 mail/ruby-mail/Makefile |  5 +++--
 mail/ruby-mail/PLIST    |  3 ++-
 mail/ruby-mail/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs (45 lines):

diff -r 6b7059f3dc13 -r 0e73e99ecd06 mail/ruby-mail/Makefile
--- a/mail/ruby-mail/Makefile   Sat Jun 11 02:47:25 2011 +0000
+++ b/mail/ruby-mail/Makefile   Sat Jun 11 02:49:39 2011 +0000
@@ -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@localhost
 HOMEPAGE=      http://github.com/mikel/mail
 COMMENT=       Mail provides a nice Ruby DSL for making, sending and reading emails
diff -r 6b7059f3dc13 -r 0e73e99ecd06 mail/ruby-mail/PLIST
--- a/mail/ruby-mail/PLIST      Sat Jun 11 02:47:25 2011 +0000
+++ b/mail/ruby-mail/PLIST      Sat Jun 11 02:49:39 2011 +0000
@@ -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/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 -r 6b7059f3dc13 -r 0e73e99ecd06 mail/ruby-mail/distinfo
--- a/mail/ruby-mail/distinfo   Sat Jun 11 02:47:25 2011 +0000
+++ b/mail/ruby-mail/distinfo   Sat Jun 11 02:49:39 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index