pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/ruby-actionmailer Update ruby-actionmailer to 1.2.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20adcdc9505a
branches:  trunk
changeset: 519791:20adcdc9505a
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Oct 09 23:09:44 2006 +0000

description:
Update ruby-actionmailer to 1.2.5.

Changes since 1.1.1:
* Backport of documentation enhancements. [Kevin Clark, Marcel Molina Jr]
* Correct spurious documentation example code which results in a
  SyntaxError. [Marcel Molina Jr.]
* Mailer template root applies to a class and its subclasses rather than
  acting globally. #5555 [somekool%gmail.com@localhost]
* Nil charset caused subject line to be improperly quoted in implicitly
  multipart messages #2662 [ehalvorsen+rails%runbox.com@localhost]
* Parse content-type apart before using it so that sub-parts of the header
  can be set correctly #2918 [Jamis Buck]
* Make custom headers work in subparts #4034 [elan%bluemandrill.com@localhost]
* Template paths with dot chars in them no longer mess up implicit template
  selection for multipart messages #3332 [Chad Fowler]
* Make sure anything with content-disposition of "attachment" is passed to
  the attachment presenter when parsing an email body [Jamis Buck]
* Make sure TMail#attachments includes anything with content-disposition of
  "attachment", regardless of content-type [Jamis Buck]
* Rename Version constant to VERSION. #2802 [Marcel Molina Jr.]
* Stricter matching for implicitly multipart filenames excludes files
  ending in unsupported extensions (such as foo.rhtml.bak) and without a
  two-part content type (such as foo.text.rhtml or
  foo.text.really.plain.rhtml). #2398 [Dave Burt <dave%burt.id.au@localhost>, Jeremy
  Kemper]
* Allow Mailers to have custom initialize methods that set default instance
  variables for all mail actions #2563 [mrj%bigpond.net.au@localhost]

diffstat:

 mail/ruby-actionmailer/Makefile |  11 ++++++-----
 mail/ruby-actionmailer/distinfo |   8 ++++----
 2 files changed, 10 insertions(+), 9 deletions(-)

diffs (51 lines):

diff -r 3177b566683b -r 20adcdc9505a mail/ruby-actionmailer/Makefile
--- a/mail/ruby-actionmailer/Makefile   Mon Oct 09 23:09:20 2006 +0000
+++ b/mail/ruby-actionmailer/Makefile   Mon Oct 09 23:09:44 2006 +0000
@@ -1,22 +1,24 @@
-# $NetBSD: Makefile,v 1.4 2005/11/02 15:07:46 taca Exp $
+# $NetBSD: Makefile,v 1.5 2006/10/09 23:09:44 minskim Exp $
 
-DISTNAME=      actionmailer-1.1.1
+DISTNAME=      actionmailer-1.2.5
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    mail ruby
-MASTER_SITES=  http://rubyforge.org/frs/download.php/6575/
+MASTER_SITES=  http://rubyforge.org/frs/download.php/12317/
 EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 HOMEPAGE=      http://am.rubyonrails.org/
 COMMENT=       Ruby framework for designing email-service layers
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-actionpack>=1.9.1:../../www/ruby-actionpack
+DEPENDS+=      ${RUBY_PKGPREFIX}-actionpack>=1.12.5:../../www/ruby-actionpack
 DEPENDS+=      ${RUBY_PKGPREFIX}-tmail>=0.10.7:../../mail/ruby-tmail
 
 NO_BUILD=              yes
 NO_CONFIGURE=          yes
 USE_RUBY_INSTALL=      yes
 
+.include "../../lang/ruby/modules.mk"
+
 pre-install:
        ${RM} -rf ${WRKSRC}/lib/action_mailer/vendor/tmail
        ${RM} -f ${WRKSRC}/lib/action_mailer/vendor/tmail.rb
@@ -26,5 +28,4 @@
        ${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${RUBY_DOCDIR}/actionmailer
        ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/actionmailer
 
-.include "../../lang/ruby/modules.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 3177b566683b -r 20adcdc9505a mail/ruby-actionmailer/distinfo
--- a/mail/ruby-actionmailer/distinfo   Mon Oct 09 23:09:20 2006 +0000
+++ b/mail/ruby-actionmailer/distinfo   Mon Oct 09 23:09:44 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2006/01/03 14:25:50 taca Exp $
+$NetBSD: distinfo,v 1.6 2006/10/09 23:09:44 minskim Exp $
 
-SHA1 (actionmailer-1.1.1.tgz) = 885962aacca106a8ad1a31a867e3c7db5d932b9e
-RMD160 (actionmailer-1.1.1.tgz) = 4a93c83ea9356adc6b5dbe3d1a1262c26f3de378
-Size (actionmailer-1.1.1.tgz) = 76369 bytes
+SHA1 (actionmailer-1.2.5.tgz) = bd9df28fe139354351e6a47db95811ccc67cd335
+RMD160 (actionmailer-1.2.5.tgz) = 2ff32362d6b46f305005b646e116e5a1b0f72c9e
+Size (actionmailer-1.2.5.tgz) = 78323 bytes



Home | Main Index | Thread Index | Old Index