[77105] trunk/dports/ruby/rb19-actionmailer/Portfile

singingwolfboy at macports.org singingwolfboy at macports.org
Sun Mar 20 07:27:45 PDT 2011


Revision: 77105
          http://trac.macports.org/changeset/77105
Author:   singingwolfboy at macports.org
Date:     2011-03-20 07:27:45 -0700 (Sun, 20 Mar 2011)
Log Message:
-----------
rb19-actionmailer: updated to 3.0.5

Modified Paths:
--------------
    trunk/dports/ruby/rb19-actionmailer/Portfile

Modified: trunk/dports/ruby/rb19-actionmailer/Portfile
===================================================================
--- trunk/dports/ruby/rb19-actionmailer/Portfile	2011-03-20 14:27:07 UTC (rev 77104)
+++ trunk/dports/ruby/rb19-actionmailer/Portfile	2011-03-20 14:27:45 UTC (rev 77105)
@@ -3,15 +3,25 @@
 PortSystem		    1.0
 PortGroup		    ruby 1.0
 
-ruby.setup          actionmailer 2.3.8 gem {} rubygems ruby19
-description		    Email handler library
+ruby.setup          actionmailer 3.0.5 gem {} rubygems ruby19
+description		    Email on Rails
 long_description	\
-    Makes it trivial to test and deliver emails sent from a single service layer.
-license             GPL
+    Action Mailer is a framework for designing email-service layers. \
+    These layers are used to consolidate code for sending out forgotten \
+    passwords, welcome wishes on signup, invoices for billing, and any \
+    other use case that requires a written notification to either a \
+    person or another system. \
+    \
+    Action Mailer is in essence a wrapper around Action Controller and the \
+    Mail gem. It provides a way to make emails using templates in the same \
+    way that Action Controller renders views using templates.
+license             MIT
+platforms           darwin
 maintainers		    singingwolfboy openmaintainer
 homepage		    http://www.rubyonrails.org/
-checksums           md5     6e4d123b144ae091be91ac761bf6087f \
-                    sha1    09c31568ad52ee510ae997d491988d4a77821714 \
-                    rmd160  4c6d15c93a8c34d50b4a60933e183a56de083e57
+checksums           md5     dd675260847b9284f80028facfef4b81 \
+                    sha1    b25750c8126aa21db27d7b0ee829b2e94e525ebc \
+                    rmd160  d752ba0f7333387deba6a5ac2adf60cae1b2d862
 
-depends_run-append  port:rb19-actionpack
\ No newline at end of file
+depends_run-append  port:rb19-mail \
+                    port:rb19-actionpack
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110320/4331ddd1/attachment.html>


More information about the macports-changes mailing list