diff options
author | minskim <minskim@pkgsrc.org> | 2008-09-15 05:50:42 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2008-09-15 05:50:42 +0000 |
commit | f1fedd1cb25af66bc910c0620fecb0ab3cdb79fd (patch) | |
tree | b64b433574a726d010b20f84ac065357f12ace4c /www | |
parent | 43c73012676d2a94a253b45ed887a34e0f6b9640 (diff) | |
download | pkgsrc-f1fedd1cb25af66bc910c0620fecb0ab3cdb79fd.tar.gz |
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 (limited to 'www')
-rw-r--r-- | www/ruby-actionpack/Makefile | 6 | ||||
-rw-r--r-- | www/ruby-actionpack/PLIST | 4 | ||||
-rw-r--r-- | www/ruby-actionpack/distinfo | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/www/ruby-actionpack/Makefile b/www/ruby-actionpack/Makefile index 1d5b5966c80..ee44cae1fa5 100644 --- a/www/ruby-actionpack/Makefile +++ b/www/ruby-actionpack/Makefile @@ -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 @@ MAINTAINER= minskim@NetBSD.org 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 --git a/www/ruby-actionpack/PLIST b/www/ruby-actionpack/PLIST index 34ebaee2886..8bfe65b13e2 100644 --- a/www/ruby-actionpack/PLIST +++ b/www/ruby-actionpack/PLIST @@ -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/hello_xml_world.builder ${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/asset_tag_helper_test.rb ${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 --git a/www/ruby-actionpack/distinfo b/www/ruby-actionpack/distinfo index 3fe0a5e6210..7c8f25d5a75 100644 --- a/www/ruby-actionpack/distinfo +++ b/www/ruby-actionpack/distinfo @@ -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 |