diff options
author | wen <wen> | 2014-02-01 12:21:38 +0000 |
---|---|---|
committer | wen <wen> | 2014-02-01 12:21:38 +0000 |
commit | a84310218595d5d4380a8c7e1668725d8ff0b571 (patch) | |
tree | a208aa2acb13cc74d6d9f2bdf6c56282db171e5b /www | |
parent | a8b7a1daa9329bfa6aafc960ac7edd793c39abfc (diff) | |
download | pkgsrc-a84310218595d5d4380a8c7e1668725d8ff0b571.tar.gz |
Update to 4.73
Upstream changes:
4.73 2014-02-01
- Improved xml_escape performance significantly.
- Improved html_unescape and url_unescape performance.
- Fixed Mojo::UserAgent::Transactor to handle redirects more like most
common browsers.
4.72 2014-01-29
- Added accepts, template_for and template_handler methods to
Mojolicious::Renderer.
- Added accepts helper to Mojolicious::Plugin::DefaultHelpers.
- Added before_render hook.
- Fixed bug in Mojo::Transaction::WebSocket that prevented decompression
errors from being handled gracefully.
4.71 2014-01-28
- Fixed a few compression bugs in Mojo::Transaction::WebSocket and
Mojo::Content.
4.70 2014-01-26
- Added extract_usage method to Mojolicious::Command.
- Added unindent method to Mojo::ByteStream.
- Added unindent function to Mojo::Util.
- Updated jQuery to version 2.1.
- Improved all built-in commands to show usage information in their SYNOPSIS
sections.
- Improved tag helpers to make data attributes more convenient. (ravengerUA)
%= tag 'div', data => {my_id => 1, Name => 'test'} => 'some content'
is equivalent to
%= tag 'div', data-my-id => 1, data-name => 'test' => 'some content'
- Fixed indentation of code in documentation browser.
4.69 2014-01-24
- Improved router to allow format detection for bridges.
4.68 2014-01-22
- Added Mojo::DOM::Node.
- Added contents and node methods to Mojo::DOM.
- Removed deprecated http_proxy, https_proxy, name and no_proxy attributes
from Mojo::UserAgent.
- Removed deprecated app, app_url, detect_proxy and need_proxy methods from
Mojo::UserAgent.
- Improved router to allow placeholders anywhere in a pattern to become
optional.
"get '/foo/:bar/baz' => {bar => 'bar'};" now matches "/foo/baz"
"get '/foo(:bar)baz' => {bar => 'bar'};" now matches "/foobaz"
- Improved request_ok method in Test::Mojo to handle WebSocket handshakes.
- Improved Mojo::IOLoop::Server to use address and port for descriptor
inheritance.
- Improved list of available commands to be alphabetical. (jberger)
- Fixed select_field helper to be nondestructive.
- Fixed XML semantics bug in Mojo::DOM::HTML.
4.67 2014-01-11
- Added history and max_history_size attributes to Mojo::Log.
- Improved exception and not found pages with log messages.
- Improved exception page with more information.
- Improved not found page with a more generic message.
- Improved inline templates to use their checksum as name.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Mojolicious/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Mojolicious/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-Mojolicious/Makefile b/www/p5-Mojolicious/Makefile index a005f31d275..18cfc029698 100644 --- a/www/p5-Mojolicious/Makefile +++ b/www/p5-Mojolicious/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2014/01/08 06:21:34 wen Exp $ +# $NetBSD: Makefile,v 1.44 2014/02/01 12:21:38 wen Exp $ -DISTNAME= Mojolicious-4.66 +DISTNAME= Mojolicious-4.73 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/S/SR/SRI/} diff --git a/www/p5-Mojolicious/distinfo b/www/p5-Mojolicious/distinfo index 8762ef172cd..e0d6f391473 100644 --- a/www/p5-Mojolicious/distinfo +++ b/www/p5-Mojolicious/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.40 2014/01/08 06:21:34 wen Exp $ +$NetBSD: distinfo,v 1.41 2014/02/01 12:21:38 wen Exp $ -SHA1 (Mojolicious-4.66.tar.gz) = 3d83cc1752cff0357f849806ee2419371a91d178 -RMD160 (Mojolicious-4.66.tar.gz) = a0b9b0c19df7c8350dc3c727126713b78a84c8e5 -Size (Mojolicious-4.66.tar.gz) = 617312 bytes +SHA1 (Mojolicious-4.73.tar.gz) = d7ba3b4616aa5c1dc2986ca004fea95e049aa098 +RMD160 (Mojolicious-4.73.tar.gz) = 0038cdea6468ef71f1243ab9c3a7c8b5b1a9b355 +Size (Mojolicious-4.73.tar.gz) = 625490 bytes |