[39419] trunk/dports/ruby/rb-rails/Portfile

pguyot at kallisys.net pguyot at kallisys.net
Tue Aug 19 07:05:24 PDT 2008


Revision: 39419
          http://trac.macosforge.org/projects/macports/changeset/39419
Author:   pguyot at kallisys.net
Date:     2008-08-19 07:05:24 -0700 (Tue, 19 Aug 2008)
Log Message:
-----------
add rb-sqlite3 dependency for a nicer out of the box experience, obey lint police

Modified Paths:
--------------
    trunk/dports/ruby/rb-rails/Portfile

Modified: trunk/dports/ruby/rb-rails/Portfile
===================================================================
--- trunk/dports/ruby/rb-rails/Portfile	2008-08-19 13:58:20 UTC (rev 39418)
+++ trunk/dports/ruby/rb-rails/Portfile	2008-08-19 14:05:24 UTC (rev 39419)
@@ -2,6 +2,7 @@
 
 PortSystem        1.0
 PortGroup         ruby 1.0
+
 ruby.setup        rails 2.1.0 gem {} rubyforge_gem
 categories-append www devel
 maintainers       rcavanaugh at gmail.com
@@ -13,12 +14,13 @@
                   on CGI, FastCGI, and mod_ruby.
 checksums         md5 e4dba2c0cbf17c6683d6345326179ff2 \
                   sha1 7c5ab9edba65923d7332d842217e0e7fc6b66404 \
-                  rmd160 321cf6fc1eee86183eaa45aa098631d3ea20bad6 
+                  rmd160 321cf6fc1eee86183eaa45aa098631d3ea20bad6
+platforms         darwin
 
 depends_lib-append  port:rb-rake \
                     port:rb-activesupport \
                     port:rb-activerecord \
                     port:rb-actionpack \
-                    port:rb-actionmailer
-#                    port:rb-activeresource
-
+                    port:rb-actionmailer \
+                    port:rb-activeresource \
+                    port:rb-sqlite3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080819/0f5e8e09/attachment.html 


More information about the macports-changes mailing list