[77106] trunk/dports/ruby/rb19-actionpack/Portfile

singingwolfboy at macports.org singingwolfboy at macports.org
Sun Mar 20 07:28:04 PDT 2011


Revision: 77106
          http://trac.macports.org/changeset/77106
Author:   singingwolfboy at macports.org
Date:     2011-03-20 07:28:04 -0700 (Sun, 20 Mar 2011)
Log Message:
-----------
rb19-actionpack: updated to 3.0.5

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

Modified: trunk/dports/ruby/rb19-actionpack/Portfile
===================================================================
--- trunk/dports/ruby/rb19-actionpack/Portfile	2011-03-20 14:27:45 UTC (rev 77105)
+++ trunk/dports/ruby/rb19-actionpack/Portfile	2011-03-20 14:28:04 UTC (rev 77106)
@@ -3,17 +3,26 @@
 PortSystem		    1.0
 PortGroup		    ruby 1.0
 
-ruby.setup          actionpack 2.3.8 gem {} rubygems ruby19
-description		    Web handling library in Ruby
+ruby.setup          actionpack 3.0.5 gem {} rubygems ruby19
+description		    Web apps on Rails
 long_description	\
-    Eases web-request routing, handling, and response as a half-way front, \
-    half-way page controller. Implemented with specific emphasis on enabling \
-    easy unit/integration testing that doesn't require a browser.
+    Web apps on Rails. Simple, battle-tested conventions for building \
+    and testing MVC web applications. Works with any Rack-compatible server.
 license             GPL
+platforms           darwin
 maintainers		    singingwolfboy openmaintainer
 homepage		    http://www.rubyonrails.org/
-checksums           md5     75d7e35afa5a5bfaac5c8fe5f8967ed7 \
-                    sha1    8097a30753f70f57dfa75c9907428555e4e872e9 \
-                    rmd160  41e00f115bcf3a8417007d6f552d13e553a97bef
+checksums           md5     af25980a393ab111f9fcef3d65f73c89 \
+                    sha1    0a6f7f9ac2960ff224c913877a2917e1bea80df3 \
+                    rmd160  c486be1215f8a39bbec8d2b27fa3d1b83ff9bb06
 
-depends_run-append  port:rb19-activesupport
\ No newline at end of file
+depends_run-append  \
+    port:rb19-erubis \
+    port:rb19-tzinfo \
+    port:rb19-rack-mount \
+    port:rb19-rack-test \
+    port:rb19-rack \
+    port:rb19-i18n \
+    port:rb19-builder \
+    port:rb19-activemodel \
+    port:rb19-activesupport
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110320/b27fafdd/attachment.html>


More information about the macports-changes mailing list