pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Mojolicious Update to 5.04



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40170abeed25
branches:  trunk
changeset: 635411:40170abeed25
user:      wen <wen%pkgsrc.org@localhost>
date:      Thu Jun 05 08:14:19 2014 +0000

description:
Update to 5.04

Upstream changes:
5.04  2014-06-03
  - Added expect_close attribute to Mojo::Content.
  - Improved support for broken responses to CONNECT requests.

5.03  2014-06-02
  - Fixed bug where Mojo::DOM::HTML could not handle certain broken tags.

5.02  2014-05-31
  - Added multi-name support to cookie and signed_cookie methods in
    Mojolicious::Controller.
  - Added multi-name support to cookie and upload methods in Mojo::Message.
  - Improved Mojolicious::Command::generate::plugin to use better directory
    names.
  - Fixed bug where Mojo::DOM::HTML could not handle tags with lots of
    attributes.

5.01  2014-05-30
  - Fixed continuation line handling in Mojo::Headers.

5.0  2014-05-29
  - Code name "Tiger Face", this is a major release.
  - Changed heuristics for number detection in Mojo::JSON to better line up
    with user expectations.
  - Changed lock and unlock callbacks in Mojo::IOLoop to not receive an
    invocant.
  - Changed return value of path_for method in Mojolicious::Routes::Match.
  - Changed return value and arguments of error method in Mojo::Message.
  - Removed deprecated support for "X-Forwarded-HTTPS".
  - Removed return values from wait method in Mojo::IOLoop::Delay.
  - Removed list context support from header method in Mojo::Headers.
  - Removed generate_port method from Mojo::IOLoop.
  - Replaced reserved stash value partial with render_to_string method.
  - Replaced format method in Mojo::Log with an attribute.
  - Replaced check_file method in Mojo::Server::Morbo with check method.
  - Added with_compression method to Mojo::Transaction::WebSocket.
  - Added catch method to Mojo::EventEmitter.
  - Added append method to Mojo::Log.
  - Updated jQuery to version 2.1.1.
  - Improved Mojo::IOLoop::Delay to automatically check if the event loop is
    already running.
  - Improved Mojo::Parameters to consistently accept arrays.
  - Improved Mojo::Collection to perform actual boolean checks. (marcus)
  - Fixed Mojo::DOM::HTML to handle slashes in unquoted attribute values
    correctly.
  - Fixed Mojo::IOLoop::Server to work correctly with newer versions of
    IO::Socket::SSL. (noxxi)
  - Fixed rendering bug where rewritten arguments could not be localized.
  - Fixed verification bug in Mojo::IOLoop::Server.
  - Fixed path generation bug in Mojolicious::Routes::Match.
  - Fixed warnings in Mojo::IOLoop::Delay.

4.99  2014-05-12
  - Added support for performing blocking and non-blocking requests at the
    same time with Mojo::UserAgent.
  - Added nb_url method to Mojo::UserAgent::Server.
  - Improved Mojo::IOLoop::Server and Mojo::Server::Daemon to be able to
    listen on random ports.

diffstat:

 www/p5-Mojolicious/Makefile |  5 ++---
 www/p5-Mojolicious/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 276db0043fd5 -r 40170abeed25 www/p5-Mojolicious/Makefile
--- a/www/p5-Mojolicious/Makefile       Thu Jun 05 07:59:59 2014 +0000
+++ b/www/p5-Mojolicious/Makefile       Thu Jun 05 08:14:19 2014 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2014/05/29 23:38:11 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2014/06/05 08:14:19 wen Exp $
 
-DISTNAME=      Mojolicious-4.98
+DISTNAME=      Mojolicious-5.04
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../by-authors/id/S/SR/SRI/}
 
diff -r 276db0043fd5 -r 40170abeed25 www/p5-Mojolicious/distinfo
--- a/www/p5-Mojolicious/distinfo       Thu Jun 05 07:59:59 2014 +0000
+++ b/www/p5-Mojolicious/distinfo       Thu Jun 05 08:14:19 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.48 2014/05/09 07:42:25 wen Exp $
+$NetBSD: distinfo,v 1.49 2014/06/05 08:14:19 wen Exp $
 
-SHA1 (Mojolicious-4.98.tar.gz) = f36279afb0c24b1f2b35d103ab8c59836eac3c3f
-RMD160 (Mojolicious-4.98.tar.gz) = 157b9445531f24c0c464cdb8c955d0a47901e00c
-Size (Mojolicious-4.98.tar.gz) = 633469 bytes
+SHA1 (Mojolicious-5.04.tar.gz) = a2db1fd6ccbc74acf644497023cfe9a20bd8ae2b
+RMD160 (Mojolicious-5.04.tar.gz) = cf10b50002189ac6fbf30189632875ca0127566b
+Size (Mojolicious-5.04.tar.gz) = 635621 bytes



Home | Main Index | Thread Index | Old Index