summaryrefslogtreecommitdiff
path: root/www/rails
diff options
context:
space:
mode:
authorminskim <minskim>2008-09-15 05:58:42 +0000
committerminskim <minskim>2008-09-15 05:58:42 +0000
commitd7d57937273ddf4c33dc7a6fdb498f4e9d633105 (patch)
tree664ee3d5c86bd1c28e710180e68cea193bf55dda /www/rails
parentddd421c68578d6a43fc0dc46d23a81aefca59721 (diff)
downloadpkgsrc-d7d57937273ddf4c33dc7a6fdb498f4e9d633105.tar.gz
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 (limited to 'www/rails')
-rw-r--r--www/rails/Makefile14
-rw-r--r--www/rails/distinfo8
2 files changed, 11 insertions, 11 deletions
diff --git a/www/rails/Makefile b/www/rails/Makefile
index b072cd60e01..0f097c30977 100644
--- a/www/rails/Makefile
+++ b/www/rails/Makefile
@@ -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
@@ -8,11 +8,11 @@ HOMEPAGE= http://www.rubyonrails.org/
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 --git a/www/rails/distinfo b/www/rails/distinfo
index 75b97026ad4..0180d579976 100644
--- a/www/rails/distinfo
+++ b/www/rails/distinfo
@@ -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