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


(minskim)
diff -r1.13 -r1.14 pkgsrc/www/ruby-actionpack/Makefile
diff -r1.13 -r1.14 pkgsrc/www/ruby-actionpack/PLIST
diff -r1.14 -r1.15 pkgsrc/www/ruby-actionpack/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/www/ruby-actionpack/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/ruby-actionpack/Attic/Makefile 2008/06/20 04:30:33 1.13
+++ pkgsrc/www/ruby-actionpack/Attic/Makefile 2008/09/15 05:50:42 1.14
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.13 2008/06/20 04:30:33 minskim Exp $ 1# $NetBSD: Makefile,v 1.14 2008/09/15 05:50:42 minskim Exp $
2 2
3DISTNAME= actionpack-2.1.0 3DISTNAME= actionpack-2.1.1
4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} 4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
5CATEGORIES= www 5CATEGORIES= www
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
8HOMEPAGE= http://rubyforge.org/projects/actionpack/ 8HOMEPAGE= http://rubyforge.org/projects/actionpack/
9COMMENT= Two-step approach to web response generation 9COMMENT= Two-step approach to web response generation
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.1.0:../../devel/ruby-activesupport 11DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.1.1:../../devel/ruby-activesupport
12 12
13.include "../../misc/rubygems/rubygem.mk" 13.include "../../misc/rubygems/rubygem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.13 -r1.14 pkgsrc/www/ruby-actionpack/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/www/ruby-actionpack/Attic/PLIST 2008/06/20 04:30:33 1.13
+++ pkgsrc/www/ruby-actionpack/Attic/PLIST 2008/09/15 05:50:42 1.14
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.13 2008/06/20 04:30:33 minskim Exp $ 1@comment $NetBSD: PLIST,v 1.14 2008/09/15 05:50:42 minskim Exp $
2${GEM_HOME}/cache/actionpack-${PKGVERSION}.gem 2${GEM_HOME}/cache/actionpack-${PKGVERSION}.gem
3${GEM_LIBDIR}/CHANGELOG 3${GEM_LIBDIR}/CHANGELOG
4${GEM_LIBDIR}/MIT-LICENSE 4${GEM_LIBDIR}/MIT-LICENSE
5${GEM_LIBDIR}/README 5${GEM_LIBDIR}/README
6${GEM_LIBDIR}/RUNNING_UNIT_TESTS 6${GEM_LIBDIR}/RUNNING_UNIT_TESTS
7${GEM_LIBDIR}/Rakefile 7${GEM_LIBDIR}/Rakefile
8${GEM_LIBDIR}/install.rb 8${GEM_LIBDIR}/install.rb
9${GEM_LIBDIR}/lib/action_controller.rb 9${GEM_LIBDIR}/lib/action_controller.rb
10${GEM_LIBDIR}/lib/action_controller/assertions.rb 10${GEM_LIBDIR}/lib/action_controller/assertions.rb
11${GEM_LIBDIR}/lib/action_controller/assertions/dom_assertions.rb 11${GEM_LIBDIR}/lib/action_controller/assertions/dom_assertions.rb
12${GEM_LIBDIR}/lib/action_controller/assertions/model_assertions.rb 12${GEM_LIBDIR}/lib/action_controller/assertions/model_assertions.rb
13${GEM_LIBDIR}/lib/action_controller/assertions/response_assertions.rb 13${GEM_LIBDIR}/lib/action_controller/assertions/response_assertions.rb
14${GEM_LIBDIR}/lib/action_controller/assertions/routing_assertions.rb 14${GEM_LIBDIR}/lib/action_controller/assertions/routing_assertions.rb
@@ -308,39 +308,41 @@ ${GEM_LIBDIR}/test/fixtures/test/formatt @@ -308,39 +308,41 @@ ${GEM_LIBDIR}/test/fixtures/test/formatt
308${GEM_LIBDIR}/test/fixtures/test/formatted_xml_erb.html.erb 308${GEM_LIBDIR}/test/fixtures/test/formatted_xml_erb.html.erb
309${GEM_LIBDIR}/test/fixtures/test/formatted_xml_erb.xml.erb 309${GEM_LIBDIR}/test/fixtures/test/formatted_xml_erb.xml.erb
310${GEM_LIBDIR}/test/fixtures/test/greeting.erb 310${GEM_LIBDIR}/test/fixtures/test/greeting.erb
311${GEM_LIBDIR}/test/fixtures/test/greeting.js.rjs 311${GEM_LIBDIR}/test/fixtures/test/greeting.js.rjs
312${GEM_LIBDIR}/test/fixtures/test/hello.builder 312${GEM_LIBDIR}/test/fixtures/test/hello.builder
313${GEM_LIBDIR}/test/fixtures/test/hello_world.erb 313${GEM_LIBDIR}/test/fixtures/test/hello_world.erb
314${GEM_LIBDIR}/test/fixtures/test/hello_world_container.builder 314${GEM_LIBDIR}/test/fixtures/test/hello_world_container.builder
315${GEM_LIBDIR}/test/fixtures/test/hello_world_from_rxml.builder 315${GEM_LIBDIR}/test/fixtures/test/hello_world_from_rxml.builder
316${GEM_LIBDIR}/test/fixtures/test/hello_world_with_layout_false.erb 316${GEM_LIBDIR}/test/fixtures/test/hello_world_with_layout_false.erb
317${GEM_LIBDIR}/test/fixtures/test/hello_xml_world.builder 317${GEM_LIBDIR}/test/fixtures/test/hello_xml_world.builder
318${GEM_LIBDIR}/test/fixtures/test/list.erb 318${GEM_LIBDIR}/test/fixtures/test/list.erb
319${GEM_LIBDIR}/test/fixtures/test/non_erb_block_content_for.builder 319${GEM_LIBDIR}/test/fixtures/test/non_erb_block_content_for.builder
320${GEM_LIBDIR}/test/fixtures/test/potential_conflicts.erb 320${GEM_LIBDIR}/test/fixtures/test/potential_conflicts.erb
 321${GEM_LIBDIR}/test/fixtures/test/render_file_from_template.html.erb
321${GEM_LIBDIR}/test/fixtures/test/render_file_with_ivar.erb 322${GEM_LIBDIR}/test/fixtures/test/render_file_with_ivar.erb
322${GEM_LIBDIR}/test/fixtures/test/render_file_with_locals.erb 323${GEM_LIBDIR}/test/fixtures/test/render_file_with_locals.erb
323${GEM_LIBDIR}/test/fixtures/test/render_to_string_test.erb 324${GEM_LIBDIR}/test/fixtures/test/render_to_string_test.erb
324${GEM_LIBDIR}/test/fixtures/test/update_element_with_capture.erb 325${GEM_LIBDIR}/test/fixtures/test/update_element_with_capture.erb
325${GEM_LIBDIR}/test/fixtures/test/using_layout_around_block.html.erb 326${GEM_LIBDIR}/test/fixtures/test/using_layout_around_block.html.erb
326${GEM_LIBDIR}/test/fixtures/topic.rb 327${GEM_LIBDIR}/test/fixtures/topic.rb
327${GEM_LIBDIR}/test/fixtures/topics.yml 328${GEM_LIBDIR}/test/fixtures/topics.yml
328${GEM_LIBDIR}/test/fixtures/topics/_topic.html.erb 329${GEM_LIBDIR}/test/fixtures/topics/_topic.html.erb
329${GEM_LIBDIR}/test/template/active_record_helper_test.rb 330${GEM_LIBDIR}/test/template/active_record_helper_test.rb
330${GEM_LIBDIR}/test/template/asset_tag_helper_test.rb 331${GEM_LIBDIR}/test/template/asset_tag_helper_test.rb
331${GEM_LIBDIR}/test/template/atom_feed_helper_test.rb 332${GEM_LIBDIR}/test/template/atom_feed_helper_test.rb
332${GEM_LIBDIR}/test/template/benchmark_helper_test.rb 333${GEM_LIBDIR}/test/template/benchmark_helper_test.rb
333${GEM_LIBDIR}/test/template/date_helper_test.rb 334${GEM_LIBDIR}/test/template/date_helper_test.rb
 335${GEM_LIBDIR}/test/template/deprecated_erb_variable_test.rb
334${GEM_LIBDIR}/test/template/erb_util_test.rb 336${GEM_LIBDIR}/test/template/erb_util_test.rb
335${GEM_LIBDIR}/test/template/form_helper_test.rb 337${GEM_LIBDIR}/test/template/form_helper_test.rb
336${GEM_LIBDIR}/test/template/form_options_helper_test.rb 338${GEM_LIBDIR}/test/template/form_options_helper_test.rb
337${GEM_LIBDIR}/test/template/form_tag_helper_test.rb 339${GEM_LIBDIR}/test/template/form_tag_helper_test.rb
338${GEM_LIBDIR}/test/template/javascript_helper_test.rb 340${GEM_LIBDIR}/test/template/javascript_helper_test.rb
339${GEM_LIBDIR}/test/template/number_helper_test.rb 341${GEM_LIBDIR}/test/template/number_helper_test.rb
340${GEM_LIBDIR}/test/template/prototype_helper_test.rb 342${GEM_LIBDIR}/test/template/prototype_helper_test.rb
341${GEM_LIBDIR}/test/template/record_tag_helper_test.rb 343${GEM_LIBDIR}/test/template/record_tag_helper_test.rb
342${GEM_LIBDIR}/test/template/sanitize_helper_test.rb 344${GEM_LIBDIR}/test/template/sanitize_helper_test.rb
343${GEM_LIBDIR}/test/template/scriptaculous_helper_test.rb 345${GEM_LIBDIR}/test/template/scriptaculous_helper_test.rb
344${GEM_LIBDIR}/test/template/tag_helper_test.rb 346${GEM_LIBDIR}/test/template/tag_helper_test.rb
345${GEM_LIBDIR}/test/template/template_finder_test.rb 347${GEM_LIBDIR}/test/template/template_finder_test.rb
346${GEM_LIBDIR}/test/template/template_object_test.rb 348${GEM_LIBDIR}/test/template/template_object_test.rb

cvs diff -r1.14 -r1.15 pkgsrc/www/ruby-actionpack/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/www/ruby-actionpack/Attic/distinfo 2008/06/20 04:30:33 1.14
+++ pkgsrc/www/ruby-actionpack/Attic/distinfo 2008/09/15 05:50:42 1.15
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.14 2008/06/20 04:30:33 minskim Exp $ 1$NetBSD: distinfo,v 1.15 2008/09/15 05:50:42 minskim Exp $
2 2
3SHA1 (actionpack-2.1.0.gem) = 859f5c385126e61d1a810d50a3b7d786b72ecca9 3SHA1 (actionpack-2.1.1.gem) = 1303886d9f3c74f989bc193a9a161da22fa95df0
4RMD160 (actionpack-2.1.0.gem) = fdf11442465661588a7f1c3d4ea773aa30ff5970 4RMD160 (actionpack-2.1.1.gem) = 42b646a407e8d642b0a3cee3e2197f9a355737d8
5Size (actionpack-2.1.0.gem) = 740864 bytes 5Size (actionpack-2.1.1.gem) = 743936 bytes
6SHA1 (patch-ab) = bfba841b0af9d503a71745cc8d992e9d09d94191 6SHA1 (patch-ab) = bfba841b0af9d503a71745cc8d992e9d09d94191