summaryrefslogtreecommitdiff
path: root/devel/ruby-railties/Makefile
diff options
context:
space:
mode:
authorspz <spz>2011-02-14 19:08:01 +0000
committerspz <spz>2011-02-14 19:08:01 +0000
commit9b7c24d51ccbb7d34775dd994a7b47cd9016d682 (patch)
treee120c4d1476493bdf27e237f47ed940908ddcd8b /devel/ruby-railties/Makefile
parent7b3161c5ef1741a8ee7625eb4873072c99340f0a (diff)
downloadpkgsrc-9b7c24d51ccbb7d34775dd994a7b47cd9016d682.tar.gz
Pullup ticket 3354 - requested by taca
security update Revisions pulled up: - pkgsrc/databases/ruby-activerecord3/Makefile 1.3 - pkgsrc/databases/ruby-activerecord3/distinfo 1.3 - pkgsrc/databases/ruby-activerecord3/PLIST 1.2 - pkgsrc/databases/ruby-arel/Makefile 1.2 - pkgsrc/databases/ruby-arel/PLIST 1.2 - pkgsrc/databases/ruby-arel/distinfo 1.2 - pkgsrc/devel/ruby-activemodel/Makefile 1.3 - pkgsrc/devel/ruby-activemodel/distinfo 1.3 - pkgsrc/devel/ruby-activesupport3/Makefile 1.3 - pkgsrc/devel/ruby-activesupport3/distinfo 1.3 - pkgsrc/devel/ruby-railties/Makefile 1.3 - pkgsrc/devel/ruby-railties/distinfo 1.3 - pkgsrc/devel/ruby-railties/PLIST 1.2 - pkgsrc/mail/ruby-actionmailer3/Makefile 1.4 - pkgsrc/mail/ruby-actionmailer3/distinfo 1.3 - pkgsrc/www/ruby-actionpack3/Makefile 1.3 - pkgsrc/www/ruby-actionpack3/distinfo 1.3 - pkgsrc/www/ruby-activeresource3/Makefile 1.3 - pkgsrc/www/ruby-activeresource3/distinfo 1.3 - pkgsrc/www/ruby-rack-test/Makefile 1.2 - pkgsrc/www/ruby-rack-test/PLIST 1.2 - pkgsrc/www/ruby-rack-test/distinfo 1.2 - pkgsrc/www/ruby-rails3/Makefile 1.3 - pkgsrc/www/ruby-rails3/distinfo 1.4 ----------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Wed Feb 9 12:54:35 UTC 2011 Modified Files: pkgsrc/www/ruby-rack-test: Makefile PLIST distinfo Log Message: Update ruby-rack-test package to 0.5.7. == 0.5.7 / 2011-01-01 * Bug fixes * If no URI is present, include all cookies (Pratik Naik) To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/www/ruby-rack-test/Makefile \ pkgsrc/www/ruby-rack-test/PLIST pkgsrc/www/ruby-rack-test/distinfo ----------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Wed Feb 9 12:55:29 UTC 2011 Modified Files: pkgsrc/databases/ruby-arel: Makefile PLIST distinfo Log Message: Update ruby-arel package to 2.0.8. == 2.0.8 / 2010/02/08 * Bug Fixes * Added set operation support * Fixed problems with *_any / *_all methods. == 2.0.7 (unreleased) * Bug Fixes * Limit members are visited * Fixing MSSQL TOP support == 2.0.6 12/01/2010 * Bug Fixes * Rails 3.0.x does not like that Node is Enumerable, so removing for now. == 2.0.5 11/30/2010 * Enhancements * Arel::Visitors::DepthFirst can walk your AST depth first * Arel::Nodes::Node is enumerable, depth first * Bug fixes * #lock will lock SELECT statements "FOR UPDATE" on mysql * Nodes::Node#not factory method added for creating Nodes::Not nodes * Added an As node * Deprecations * Support for Subclasses of core classes will be removed in ARel version 2.2.0 == 2.0.4 * Bug fixes * Speed improvements for Range queries. Thanks Rolf Timmermans! == 2.0.3 * Bug fixes * Fixing Oracle support * Added a visitor for "Class" objects == 2.0.2 * Bug fixes * MySQL selects from DUAL on empty FROM * Visitor translates nil to NULL * Visitor translates Bignum properly == 2.0.1 * Bug fixes == 2.0.0 / 2010-08-01 * Enhancements * Recreate library using the Visitor pattern. http://en.wikipedia.org/wiki/Visitor_pattern To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/ruby-arel/Makefile \ pkgsrc/databases/ruby-arel/PLIST pkgsrc/databases/ruby-arel/distinfo ----------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Wed Feb 9 12:56:49 UTC 2011 Modified Files: pkgsrc/devel/ruby-activesupport3: Makefile distinfo Log Message: Update ruby-activesupport3 package to 3.0.4. * 3.0.4 updates version only for Ruby on Rails 3.0.4 update. *Rails 3.0.3 (November 16, 2010)* * No changes. *Rails 3.0.2 (November 15, 2010)* * Added before_remove_const callback to ActiveSupport::Dependencies.remove_unloadable_constants! [Andrew White] To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-activesupport3/Makefile \ pkgsrc/devel/ruby-activesupport3/distinfo ----------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Wed Feb 9 12:57:47 UTC 2011 Modified Files: pkgsrc/devel/ruby-activemodel: Makefile distinfo Log Message: Update ruby-activemodel package to 3.0.4. * More strict dependency reflect gemspec's description. * It is update of version only for Ruby on Rails 3.0.4 update. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-activemodel/Makefile \ pkgsrc/devel/ruby-activemodel/distinfo ----------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Wed Feb 9 12:58:53 UTC 2011 Modified Files: pkgsrc/www/ruby-actionpack3: Makefile distinfo Log Message: Update ruby-actionpack3 package to 3.0.4. * More strict dependency reflect gemspec's description. *Rails 3.0.3 (November 16, 2010)* * When ActiveRecord::Base objects are sent to predicate methods, the id of the object should be sent to ARel, not the ActiveRecord::Base object. * :constraints routing should only do sanity checks against regular expressions. String arguments are OK. *Rails 3.0.2 (November 15, 2010)* * The helper number_to_currency accepts a new :negative_format option to be able to configure how to render negative amounts. [Don Wilson] To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-actionpack3/Makefile \ pkgsrc/www/ruby-actionpack3/distinfo ----------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Wed Feb 9 13:00:07 UTC 2011 Modified Files: pkgsrc/databases/ruby-activerecord3: Makefile PLIST distinfo Log Message: Update ruby-activerecord3 package to 3.0.4. * More strict dependency reflect gemspec's description. *Rails 3.0.4 (unreleased)* * Added deprecation warning for has_and_belongs_to_many associations where the join table has additional attributes other than the keys. Access to these attributes is removed in 3.1. Please use has_many :through instead. [Jon Leighton] *Rails 3.0.3 (November 16, 2010)* * Support find by class like this: Post.where(:name => Post) *Rails 3.0.2 (November 15, 2010)* * Dramatic speed increase (see: http://engineering.attinteractive.com/2010/10/arel-two-point-ohhhhh-yaaaaaa/) [Aaron Patterson] * reorder is deprecated in favor of except(:order).order(...) [Santiago Pastorino] * except is now AR public API Model.order('name').except(:order).order('salary') generates: SELECT * FROM models ORDER BY salary [Santiago Pastorino] * The following code: Model.limit(10).scoping { Model.count } now generates the following SQL: SELECT COUNT(*) FROM models LIMIT 10 This may not return what you want. Instead, you may with to do something like this: Model.limit(10).scoping { Model.all.size } [Aaron Patterson] To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/ruby-activerecord3/Makefile \ pkgsrc/databases/ruby-activerecord3/distinfo cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/databases/ruby-activerecord3/PLIST ----------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Wed Feb 9 13:00:50 UTC 2011 Modified Files: pkgsrc/www/ruby-activeresource3: Makefile distinfo Log Message: Update ruby-activeresource3 package to 3.0.4. * More strict dependency reflect gemspec's description. * It is update of version only for Ruby on Rails 3.0.4 update. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-activeresource3/Makefile \ pkgsrc/www/ruby-activeresource3/distinfo ----------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Wed Feb 9 13:01:46 UTC 2011 Modified Files: pkgsrc/mail/ruby-actionmailer3: Makefile distinfo Log Message: Update ruby-actionmailer3 package to 3.0.4. * More strict dependency reflect gemspec's description. * It is update of version only for Ruby on Rails 3.0.4 update. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/ruby-actionmailer3/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/ruby-actionmailer3/distinfo ----------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Wed Feb 9 13:04:29 UTC 2011 Modified Files: pkgsrc/devel/ruby-railties: Makefile PLIST distinfo Log Message: Update ruby-railties package to 3.0.4. * More strict dependency reflect gemspec's description. Not documented but includes fix for security problem: http://weblog.rubyonrails.org/2011/2/8/csrf-protection-bypass-in-ruby-on-rails To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-railties/Makefile \ pkgsrc/devel/ruby-railties/distinfo cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/ruby-railties/PLIST ----------------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Wed Feb 9 13:05:57 UTC 2011 Modified Files: pkgsrc/www/ruby-rails3: Makefile distinfo Log Message: Update ruby-rails3 package to 3.0.4. * More strict dependency reflect gemspec's description. * It is update of version only for Ruby on Rails 3.0.4 update. (This is meta gem.) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-rails3/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-rails3/distinfo
Diffstat (limited to 'devel/ruby-railties/Makefile')
-rw-r--r--devel/ruby-railties/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/ruby-railties/Makefile b/devel/ruby-railties/Makefile
index bb2a7313042..cd064bfb5aa 100644
--- a/devel/ruby-railties/Makefile
+++ b/devel/ruby-railties/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2010/10/15 11:45:22 taca Exp $
+# $NetBSD: Makefile,v 1.2.4.1 2011/02/14 19:08:02 spz Exp $
-DISTNAME= railties-3.0.1
+DISTNAME= railties-3.0.4
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -8,9 +8,9 @@ HOMEPAGE= http://www.rubyonrails.org/
COMMENT= Tools for creating, working with, and running Rails applications
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-thor>=0.14.0:../../devel/ruby-thor
-DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=3.0.1:../../devel/ruby-activesupport3
-DEPENDS+= ${RUBY_PKGPREFIX}-actionpack>=3.0.1:../../www/ruby-actionpack3
+DEPENDS+= ${RUBY_PKGPREFIX}-thor>=0.14.4<0.15:../../devel/ruby-thor
+DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=3.0.4<3.0.5:../../devel/ruby-activesupport3
+DEPENDS+= ${RUBY_PKGPREFIX}-actionpack>=3.0.4<3.0.5:../../www/ruby-actionpack3
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"