Mon Sep 15 05:58:43 2008 UTC ()
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]


(minskim)
diff -r1.12 -r1.13 pkgsrc/www/rails/Makefile
diff -r1.9 -r1.10 pkgsrc/www/rails/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/www/rails/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/rails/Attic/Makefile 2008/06/20 04:35:36 1.12
+++ pkgsrc/www/rails/Attic/Makefile 2008/09/15 05:58:42 1.13
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.12 2008/06/20 04:35:36 minskim Exp $ 1# $NetBSD: Makefile,v 1.13 2008/09/15 05:58:42 minskim Exp $
2 2
3DISTNAME= rails-2.1.0 3DISTNAME= rails-2.1.1
4CATEGORIES= www 4CATEGORIES= www
5 5
6MAINTAINER= minskim@NetBSD.org 6MAINTAINER= minskim@NetBSD.org
7HOMEPAGE= http://www.rubyonrails.org/ 7HOMEPAGE= http://www.rubyonrails.org/
8COMMENT= Framework for developing database-backed web applications 8COMMENT= Framework for developing database-backed web applications
9 9
10DEPENDS+= rake>=0.8.1:../../devel/rake 10DEPENDS+= rake>=0.8.1:../../devel/rake
11DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.1.0:../../devel/ruby-activesupport 11DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.1.1:../../devel/ruby-activesupport
12DEPENDS+= ${RUBY_PKGPREFIX}-activerecord>=2.1.0:../../databases/ruby-activerecord 12DEPENDS+= ${RUBY_PKGPREFIX}-activerecord>=2.1.1:../../databases/ruby-activerecord
13DEPENDS+= ${RUBY_PKGPREFIX}-activeresource>=2.1.0:../../www/ruby-activeresource 13DEPENDS+= ${RUBY_PKGPREFIX}-activeresource>=2.1.1:../../www/ruby-activeresource
14DEPENDS+= ${RUBY_PKGPREFIX}-actionpack>=2.1.0:../../www/ruby-actionpack 14DEPENDS+= ${RUBY_PKGPREFIX}-actionpack>=2.1.1:../../www/ruby-actionpack
15DEPENDS+= ${RUBY_PKGPREFIX}-actionmailer>=2.1.0:../../mail/ruby-actionmailer 15DEPENDS+= ${RUBY_PKGPREFIX}-actionmailer>=2.1.1:../../mail/ruby-actionmailer
16 16
17REPLACE_RUBY= bin/about bin/console bin/dbconsole bin/destroy bin/generate \ 17REPLACE_RUBY= bin/about bin/console bin/dbconsole bin/destroy bin/generate \
18 bin/performance/benchmarker bin/performance/profiler \ 18 bin/performance/benchmarker bin/performance/profiler \
19 bin/performance/request bin/plugin bin/process/inspector \ 19 bin/performance/request bin/plugin bin/process/inspector \
20 bin/process/reaper bin/process/spawner bin/runner bin/server 20 bin/process/reaper bin/process/spawner bin/runner bin/server
21 21
22.include "../../misc/rubygems/rubygem.mk" 22.include "../../misc/rubygems/rubygem.mk"
23.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/www/rails/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/www/rails/Attic/distinfo 2008/06/20 04:35:36 1.9
+++ pkgsrc/www/rails/Attic/distinfo 2008/09/15 05:58:42 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2008/06/20 04:35:36 minskim Exp $ 1$NetBSD: distinfo,v 1.10 2008/09/15 05:58:42 minskim Exp $
2 2
3SHA1 (rails-2.1.0.gem) = 7c5ab9edba65923d7332d842217e0e7fc6b66404 3SHA1 (rails-2.1.1.gem) = df16906481cd5602ff62df61254f28ab7e485882
4RMD160 (rails-2.1.0.gem) = 321cf6fc1eee86183eaa45aa098631d3ea20bad6 4RMD160 (rails-2.1.1.gem) = 68f05b543dd67a1efcfb0e7834395b689d67383d
5Size (rails-2.1.0.gem) = 204288 bytes 5Size (rails-2.1.1.gem) = 205312 bytes