summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authormspo <mspo>2012-03-18 19:50:35 +0000
committermspo <mspo>2012-03-18 19:50:35 +0000
commit29fe80de0e28c6e1dac3e5269cf04df0584b9d38 (patch)
treefac88ca9c1155c791fa1773e0f3eef3617e42efc /www
parent725145c0d1e0f4d65ad1a1a826fb7415e31683f3 (diff)
downloadpkgsrc-29fe80de0e28c6e1dac3e5269cf04df0584b9d38.tar.gz
big version bump:
2.62 2012-03-17 00:00:00 - Deprecated Mojolicious::Renderer->default_template_class in favor of Mojolicious::Renderer->classes. - Deprecated Mojolicious::Static->default_static_class in favor of Mojolicious::Static->classes. - Added options function to Mojolicious::Lite. - Added options method to Mojolicious::Routes. - Added options method to Mojo::UserAgent. - Added options_ok method to Test::Mojo. - Added o function to ojo. - Removed experimental status from Mojo::Cache. - Removed experimental status from Mojo::DOM::CSS. - Removed experimental status from Mojo::DOM::HTML. - Removed experimental status from Mojo::Server::Morbo. - Removed experimental status from Mojo::Transaction::WebSocket. - Removed experimental status from Mojo::UserAgent::Transactor. - Removed experimental status from Mojolicious::Command::cpanify. - Removed experimental status from upgrade event in Mojo::Transaction::HTTP. - Removed experimental status from t helper in Mojolicious::Plugin::TagHelpers. - Removed experimental status from current_route and url_with helpers in Mojolicious::Plugin::DefaultHelpers. - Removed experimental status from websocket function in Mojolicious::Lite. - Removed experimental status from cache attribute in Mojolicious::Renderer. - Removed experimental status from format attribute in Mojolicious::Routes::Pattern. - Removed experimental status from ca and local_address, request_timeout and transactor attributes in Mojo::UserAgent. - Removed experimental status from cache attribute in Mojolicious::Routes. - Removed experimental status from send method in Mojolicious::Controller. - Removed experimental status from finish_ok, message_is, message_isnt, message_like, message_unlike, send_ok and websocket_ok methods in Test::Mojo. - Removed experimental status from detect method in Mojolicious::Types. - Removed experimental status from app_url, build_websocket_tx and websocket methods in Mojo::UserAgent. - Removed experimental status from emit_safe method in Mojo::EventEmitter. - Removed experimental status from to_psgi_app method in Mojo::Server::PSGI. - Removed experimental status from clone method in Mojo::Message::Request. - Removed experimental status from has_conditions, has_custom_name, has_websocket, is_websocket and websocket methods in Mojolicious::Routes. - Removed experimental status from clone, is_limit_exceeded and max_line_size methods in Mojo::Headers. - Removed experimental status from text_after, text_before and xml methods, as well as trim arguments in Mojo::DOM. - Removed experimental status from boundary, charset, clone, is_dynamic, progress and max_leftover_size methods in Mojo::Content. - Removed experimental status from clone method in Mojo::Content::MultiPart. - Removed experimental status from clone method in Mojo::Content::Single. - Removed experimental status from is_dynamic, is_limit_exceeded and max_line_size methods in Mojo::Message. - Improved Mojo::IOWatcher exception handling a little. - Improved Mojolicious::Routes logging. - Improved documentation. - Improved tests. - Fixed port generation bug. (xaka) - Fixed IPv6 listen value bug in Mojo::Server::Daemon. 2.61 2012-03-14 00:00:00 - Merged Mojolicious exception handling into the around_dispatch hook, this will allow a whole new category of exception handling plugins. - Improved documentation. 2.60 2012-03-13 00:00:00 - Added EXPERIMENTAL current_route helper to Mojolicious::Plugin::DefaultHelpers. - Made text_area helper a little smarter. (sshaw, sri) - Improved inactivity timeout logging for WebSockets. - Improved documentation. - Improved tests. - Fixed escaping bug in select_field and text_area helpers. - Fixed Windows bug in "asset.t". 2.59 2012-03-09 00:00:00 - Removed duplicate 2.58 directory. 2.58 2012-03-09 00:00:00 - Added support for MOJO_LISTEN environment variable. - Removed listen attribute from Mojo::Server::Morbo. - Improved event loop compatibility of Mojo::Server::PSGI. - Improved documentation. - Improved tests. - Fixed Mojo::URL object handling bug in url_for. - Fixed bug in Hypnotoad that prevented disabling of reverse proxy support between zero downtime software upgrades. - Fixed small caching bug in Morbo file watcher. - Fixed Windows bug in "asset.t". 2.57 2012-03-03 00:00:00 - Replaced protection from excessively large form values in Mojo::Message with documentation. - Improved documentation. 2.56 2012-03-01 00:00:00 - Deprecated custom HTTPS listen values in favor of URLs for all built-in web servers. https://*:3000:/x/server.crt:/y/server.key:/z/ca.crt becomes https://*:3000?cert=/x/server.crt&key=/y/server.key&ca=/z/ca.crt - Removed experimental status from patch function in Mojolicious::Lite. - Removed experimental status from patch method in Mojolicious::Routes. - Removed experimental status from patch method in Mojo::UserAgent. - Removed experimental status from patch_ok method in Test::Mojo. - Removed experimental status from t function in ojo. - Improved documentation. - Fixed small inconsistency between Mojo::IOWatcher and Mojo::IOWatcher::EV where Mojo::IOWatcher wouldn't stop automatically when not watching for events anymore. - Fixed Mojo::IOLoop to clean up after itself. 2.55 2012-02-28 00:00:00 - Combined WebSocket timeout with normal inactivity timeout. - Improved documentation. 2.54 2012-02-27 00:00:00 - Deprecated class and method stash values in favor of controller and action. - Added EXPERIMENTAL patch function to Mojolicious::Lite. - Added EXPERIMENTAL patch method to Mojolicious::Routes. - Added EXPERIMENTAL patch method to Mojo::UserAgent. - Added EXPERIMENTAL patch_ok method to Test::Mojo. - Added EXPERIMENTAL t function to ojo. - Added support for MOJO_CONNECT_TIMEOUT, MOJO_INACTIVITY_TIMEOUT, MOJO_REQUEST_TIMEOUT and MOJO_WEBSOCKET_TIMEOUT environment variables. - Split up Mojolicious::Guides::Cheatsheet into more reference documentation. - Increased default connect timeout from 3 to 10 seconds in Mojo::UserAgent and Mojo::IOLoop::Client. - Improved resilience of Mojo::IOLoop::Stream. - Improved test command to colorize by default. - Improved documentation. - Fixed small rendering bug in Mojolicious::Plugin::PODRenderer. 2.53 2012-02-25 00:00:00 - Improved Hypnotoad with many info level log messages. - Improved resilience of Mojo::IOLoop::Stream. - Improved documentation. - Fixed Hypnotoad upgrade timeout bug. 2.52 2012-02-24 00:00:00 - Removed experimental status from config method in Mojo. - Renamed send_message method in Mojolicious::Controller to send. - Renamed send_message_ok method in Test::mojo to send_ok. - Renamed to_psgi method in Mojo::Server::PSGI to to_psgi_app. - Combined send_message and send_frame methods in Mojo::Transaction::WebSocket to send. - Improved emit_chain method in Mojolicious::Plugins to allow reforwarding. (jamadam) - Improved documentation. - Fixed bug that prevented Mojo::IOLoop from dying when started twice. - Fixed a cookie jar path parsing bug. (marcus) - Fixed multiple value bug in param method of Mojolicious::Controller. 2.51 2012-02-19 00:00:00 - Added EXPERIMENTAL to_psgi method to Mojo::Server::PSGI. - Removed experimental status from around_dispatch hook. - Removed experimental status from emit_chain method in Mojolicious::Plugins. - Removed experimental status from drain event in Mojo::Content. - Improved portability of scripts. - Improved documentation. - Fixed bug that can prevent foreign event loops from being able to control Mojo::IOLoop. 2.50 2012-02-18 00:00:00 - Added EXPERIMENTAL is_running method to Mojo::IOWatcher and Mojo::IOWatcher::EV. - Added file upload support to param method in Mojolicious::Controller. - Removed gitignore command. - Improved Mojo::IOLoop to be controllable from foreign event loops. - Improved protection from excessively large form values in Mojo::Message. - Improved resilience of Mojo::IOLoop::Client. - Improved documentation. - Fixed Mojo::Template expressions and escaped expressions to consistently enforce scalar context. - Fixed small bugs in makefile command. (tempire, marcus, sri) 2.49 2012-02-13 00:00:00 - Deprecated Mojolicious::Renderer->root in favor of Mojolicious::Renderer->paths. (memowe, sri) - Deprecated Mojolicious::Static->root in favor of Mojolicious::Static->paths. (memowe, sri) - Added support for multiple "templates" and "public" directories to Mojolicious. (memowe, sri) - Improved version command to be more responsive. (crab) - Improved resilience of Mojo::IOLoop::Client. - Improved documentation. - Improved tests. - Fixed parent combinator bug in Mojo::DOM::CSS. (sharifulin, sri)
Diffstat (limited to 'www')
-rw-r--r--www/p5-Mojolicious/Makefile4
-rw-r--r--www/p5-Mojolicious/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-Mojolicious/Makefile b/www/p5-Mojolicious/Makefile
index 56680cedaab..ca40b0b3624 100644
--- a/www/p5-Mojolicious/Makefile
+++ b/www/p5-Mojolicious/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2012/02/12 15:06:16 mspo Exp $
+# $NetBSD: Makefile,v 1.12 2012/03/18 19:50:35 mspo Exp $
-DISTNAME= Mojolicious-2.48
+DISTNAME= Mojolicious-2.62
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
#MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mojolicious/SRI/}
diff --git a/www/p5-Mojolicious/distinfo b/www/p5-Mojolicious/distinfo
index 4fa741c1853..a1b6771ee19 100644
--- a/www/p5-Mojolicious/distinfo
+++ b/www/p5-Mojolicious/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2012/02/12 15:06:16 mspo Exp $
+$NetBSD: distinfo,v 1.12 2012/03/18 19:50:35 mspo Exp $
-SHA1 (Mojolicious-2.48.tar.gz) = 7b014331142818a8fd04715b74a8bb646799f627
-RMD160 (Mojolicious-2.48.tar.gz) = 1d4e11287ce57f577328338a7b2e578f6818836f
-Size (Mojolicious-2.48.tar.gz) = 541401 bytes
+SHA1 (Mojolicious-2.62.tar.gz) = f68c1654cdc54c047bc992cc6ea5eee986a93c82
+RMD160 (Mojolicious-2.62.tar.gz) = 5453be332c5d225bbbc395cdd83e9d4e248c84c4
+Size (Mojolicious-2.62.tar.gz) = 545004 bytes