pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/rails Update rails to 2.1.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f14ed3af92c8
branches:  trunk
changeset: 547291:f14ed3af92c8
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Sep 15 05:58:42 2008 +0000

description:
Update rails to 2.1.1.

Changes:

* Fix script/about in production mode.  #370 [Cheah Chu Yeow, Xavier
  Noria, David Krmpotic]

* Add the gem load paths before the framework is loaded, so certain
  gems like RedCloth and BlueCloth can be frozen.

* Fix discrepancies with loading rails/init.rb from gems.

* Plugins check for the gem init path (rails/init.rb) before the
  standard plugin init path (init.rb) [Jacek Becela]

* Wrapped Rails.env in StringInquirer so you can do
  Rails.env.development? [DHH]

* Fixed that RailsInfoController wasn't considering all requests local
  in development mode (Edgard Castro) [#310 state:resolved]

diffstat:

 www/rails/Makefile |  14 +++++++-------
 www/rails/distinfo |   8 ++++----
 2 files changed, 11 insertions(+), 11 deletions(-)

diffs (42 lines):

diff -r b16fea1d4d23 -r f14ed3af92c8 www/rails/Makefile
--- a/www/rails/Makefile        Mon Sep 15 05:57:02 2008 +0000
+++ b/www/rails/Makefile        Mon Sep 15 05:58:42 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2008/06/20 04:35:36 minskim Exp $
+# $NetBSD: Makefile,v 1.13 2008/09/15 05:58:42 minskim Exp $
 
-DISTNAME=      rails-2.1.0
+DISTNAME=      rails-2.1.1
 CATEGORIES=    www
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -8,11 +8,11 @@
 COMMENT=       Framework for developing database-backed web applications
 
 DEPENDS+=      rake>=0.8.1:../../devel/rake
-DEPENDS+=      ${RUBY_PKGPREFIX}-activesupport>=2.1.0:../../devel/ruby-activesupport
-DEPENDS+=      ${RUBY_PKGPREFIX}-activerecord>=2.1.0:../../databases/ruby-activerecord
-DEPENDS+=      ${RUBY_PKGPREFIX}-activeresource>=2.1.0:../../www/ruby-activeresource
-DEPENDS+=      ${RUBY_PKGPREFIX}-actionpack>=2.1.0:../../www/ruby-actionpack
-DEPENDS+=      ${RUBY_PKGPREFIX}-actionmailer>=2.1.0:../../mail/ruby-actionmailer
+DEPENDS+=      ${RUBY_PKGPREFIX}-activesupport>=2.1.1:../../devel/ruby-activesupport
+DEPENDS+=      ${RUBY_PKGPREFIX}-activerecord>=2.1.1:../../databases/ruby-activerecord
+DEPENDS+=      ${RUBY_PKGPREFIX}-activeresource>=2.1.1:../../www/ruby-activeresource
+DEPENDS+=      ${RUBY_PKGPREFIX}-actionpack>=2.1.1:../../www/ruby-actionpack
+DEPENDS+=      ${RUBY_PKGPREFIX}-actionmailer>=2.1.1:../../mail/ruby-actionmailer
 
 REPLACE_RUBY=  bin/about bin/console bin/dbconsole bin/destroy bin/generate    \
                bin/performance/benchmarker bin/performance/profiler            \
diff -r b16fea1d4d23 -r f14ed3af92c8 www/rails/distinfo
--- a/www/rails/distinfo        Mon Sep 15 05:57:02 2008 +0000
+++ b/www/rails/distinfo        Mon Sep 15 05:58:42 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2008/06/20 04:35:36 minskim Exp $
+$NetBSD: distinfo,v 1.10 2008/09/15 05:58:42 minskim Exp $
 
-SHA1 (rails-2.1.0.gem) = 7c5ab9edba65923d7332d842217e0e7fc6b66404
-RMD160 (rails-2.1.0.gem) = 321cf6fc1eee86183eaa45aa098631d3ea20bad6
-Size (rails-2.1.0.gem) = 204288 bytes
+SHA1 (rails-2.1.1.gem) = df16906481cd5602ff62df61254f28ab7e485882
+RMD160 (rails-2.1.1.gem) = 68f05b543dd67a1efcfb0e7834395b689d67383d
+Size (rails-2.1.1.gem) = 205312 bytes



Home | Main Index | Thread Index | Old Index