[77124] trunk/dports/ruby/rb19-activerecord/Portfile

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


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

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

Modified: trunk/dports/ruby/rb19-activerecord/Portfile
===================================================================
--- trunk/dports/ruby/rb19-activerecord/Portfile	2011-03-20 14:35:30 UTC (rev 77123)
+++ trunk/dports/ruby/rb19-activerecord/Portfile	2011-03-20 14:35:45 UTC (rev 77124)
@@ -3,18 +3,27 @@
 PortSystem          1.0
 PortGroup           ruby 1.0
 
-ruby.setup          activerecord 2.3.8 gem {} rubygems ruby19
-description         Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM.
+ruby.setup          activerecord 3.0.5 gem {} rubygems ruby19
+description         Ruby ORM
 long_description  \
-    ${description} It ties database tables and classes together for business \
-    objects, like Customer or Subscription, that can find, save, and destroy \
-    themselves without resorting to manual SQL.
+    Active Record connects classes to relational database tables to establish \
+    an almost zero-configuration persistence layer for applications. The \
+    library provides a base class that, when subclassed, sets up a mapping \
+    between the new class and an existing table in the database. In context \
+    of an application, these classes are commonly referred to as models. \
+    Models can also be connected to other models\; this is done by defining \
+    associations.
 license             MIT
+platforms           darwin
 maintainers         singingwolfboy openmaintainer
 homepage		    http://www.rubyonrails.org/
 categories-append   databases
-checksums           md5     16311c40a988bd9f8ffeb44799d9f488 \
-                    sha1    3c51faccced0bd3a1bad86dee382092e888613b6 \
-                    rmd160  1831618e803c102599cbf71d555a168317b2208c
+checksums           md5     c54d3895d262b6c84df1f0aaaf80c6bd \
+                    sha1    33dd05d7362931564f6f15ea7130cc27a5fc09e8 \
+                    rmd160  0f04f25e878771945af659588a0900e7c1767c5a
                   
-depends_run-append  port:rb19-activesupport
+depends_run-append  \
+    port:rb19-tzinfo \
+    port:rb19-arel \
+    port:rb19-activemodel \
+    port:rb19-activesupport
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110320/7fef61fd/attachment.html>


More information about the macports-changes mailing list