pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-actionpack Update ruby-actionpack to 2.1.1.



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

description:
Update ruby-actionpack to 2.1.1.

Changes:

* All 2xx requests are considered successful [Josh Peek]

* Deprecate the limited follow_redirect in functional tests.  If you
  wish to follow redirects, use integration tests. [Michael Koziarski]

* Fixed that AssetTagHelper#compute_public_path shouldn't cache the
  asset_host along with the source or per-request proc's won't run
  [DHH]

* Deprecate define_javascript_functions, javascript_include_tag and
  friends are much better [Michael Koziarski]

* Fix polymorphic_url with singleton resources.  #461 [Tammer Saleh]

* Deprecate ActionView::Base.erb_variable. Use the concat helper
  method instead of appending to it directly.  [Jeremy Kemper]

* Fixed Request#remote_ip to only raise hell if the HTTP_CLIENT_IP and
  HTTP_X_FORWARDED_FOR doesn't match (not just if they're both
  present) [Mark Imbriaco, Bradford Folkens]

diffstat:

 www/ruby-actionpack/Makefile |  6 +++---
 www/ruby-actionpack/PLIST    |  4 +++-
 www/ruby-actionpack/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (60 lines):

diff -r df0034523796 -r 15ddf6d13d8b www/ruby-actionpack/Makefile
--- a/www/ruby-actionpack/Makefile      Mon Sep 15 05:44:12 2008 +0000
+++ b/www/ruby-actionpack/Makefile      Mon Sep 15 05:50:42 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2008/06/20 04:30:33 minskim Exp $
+# $NetBSD: Makefile,v 1.14 2008/09/15 05:50:42 minskim Exp $
 
-DISTNAME=      actionpack-2.1.0
+DISTNAME=      actionpack-2.1.1
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    www
 
@@ -8,7 +8,7 @@
 HOMEPAGE=      http://rubyforge.org/projects/actionpack/
 COMMENT=       Two-step approach to web response generation
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-activesupport>=2.1.0:../../devel/ruby-activesupport
+DEPENDS+=      ${RUBY_PKGPREFIX}-activesupport>=2.1.1:../../devel/ruby-activesupport
 
 .include "../../misc/rubygems/rubygem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r df0034523796 -r 15ddf6d13d8b www/ruby-actionpack/PLIST
--- a/www/ruby-actionpack/PLIST Mon Sep 15 05:44:12 2008 +0000
+++ b/www/ruby-actionpack/PLIST Mon Sep 15 05:50:42 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2008/06/20 04:30:33 minskim Exp $
+@comment $NetBSD: PLIST,v 1.14 2008/09/15 05:50:42 minskim Exp $
 ${GEM_HOME}/cache/actionpack-${PKGVERSION}.gem
 ${GEM_LIBDIR}/CHANGELOG
 ${GEM_LIBDIR}/MIT-LICENSE
@@ -318,6 +318,7 @@
 ${GEM_LIBDIR}/test/fixtures/test/list.erb
 ${GEM_LIBDIR}/test/fixtures/test/non_erb_block_content_for.builder
 ${GEM_LIBDIR}/test/fixtures/test/potential_conflicts.erb
+${GEM_LIBDIR}/test/fixtures/test/render_file_from_template.html.erb
 ${GEM_LIBDIR}/test/fixtures/test/render_file_with_ivar.erb
 ${GEM_LIBDIR}/test/fixtures/test/render_file_with_locals.erb
 ${GEM_LIBDIR}/test/fixtures/test/render_to_string_test.erb
@@ -331,6 +332,7 @@
 ${GEM_LIBDIR}/test/template/atom_feed_helper_test.rb
 ${GEM_LIBDIR}/test/template/benchmark_helper_test.rb
 ${GEM_LIBDIR}/test/template/date_helper_test.rb
+${GEM_LIBDIR}/test/template/deprecated_erb_variable_test.rb
 ${GEM_LIBDIR}/test/template/erb_util_test.rb
 ${GEM_LIBDIR}/test/template/form_helper_test.rb
 ${GEM_LIBDIR}/test/template/form_options_helper_test.rb
diff -r df0034523796 -r 15ddf6d13d8b www/ruby-actionpack/distinfo
--- a/www/ruby-actionpack/distinfo      Mon Sep 15 05:44:12 2008 +0000
+++ b/www/ruby-actionpack/distinfo      Mon Sep 15 05:50:42 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2008/06/20 04:30:33 minskim Exp $
+$NetBSD: distinfo,v 1.15 2008/09/15 05:50:42 minskim Exp $
 
-SHA1 (actionpack-2.1.0.gem) = 859f5c385126e61d1a810d50a3b7d786b72ecca9
-RMD160 (actionpack-2.1.0.gem) = fdf11442465661588a7f1c3d4ea773aa30ff5970
-Size (actionpack-2.1.0.gem) = 740864 bytes
+SHA1 (actionpack-2.1.1.gem) = 1303886d9f3c74f989bc193a9a161da22fa95df0
+RMD160 (actionpack-2.1.1.gem) = 42b646a407e8d642b0a3cee3e2197f9a355737d8
+Size (actionpack-2.1.1.gem) = 743936 bytes
 SHA1 (patch-ab) = bfba841b0af9d503a71745cc8d992e9d09d94191



Home | Main Index | Thread Index | Old Index