Thu Jun 5 08:14:19 2014 UTC ()
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.


(wen)
diff -r1.52 -r1.53 pkgsrc/www/p5-Mojolicious/Makefile
diff -r1.48 -r1.49 pkgsrc/www/p5-Mojolicious/distinfo

cvs diff -r1.52 -r1.53 pkgsrc/www/p5-Mojolicious/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-Mojolicious/Makefile 2014/05/29 23:38:11 1.52
+++ pkgsrc/www/p5-Mojolicious/Makefile 2014/06/05 08:14:19 1.53
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.52 2014/05/29 23:38:11 wiz Exp $ 1# $NetBSD: Makefile,v 1.53 2014/06/05 08:14:19 wen Exp $
2 2
3DISTNAME= Mojolicious-4.98 3DISTNAME= Mojolicious-5.04
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= www perl5 5CATEGORIES= www perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/S/SR/SRI/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/S/SR/SRI/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://mojolicio.us/ 9HOMEPAGE= http://mojolicio.us/
11COMMENT= Perl web framework: The Web In A Box! 10COMMENT= Perl web framework: The Web In A Box!
12LICENSE= artistic-2.0 11LICENSE= artistic-2.0
13 12
14USE_LANGUAGES= # empty 13USE_LANGUAGES= # empty
15PERL5_PACKLIST= auto/Mojolicious/.packlist 14PERL5_PACKLIST= auto/Mojolicious/.packlist
16 15
17REPLACE_PERL+= script/* 16REPLACE_PERL+= script/*
18 17

cvs diff -r1.48 -r1.49 pkgsrc/www/p5-Mojolicious/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-Mojolicious/distinfo 2014/05/09 07:42:25 1.48
+++ pkgsrc/www/p5-Mojolicious/distinfo 2014/06/05 08:14:19 1.49
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.48 2014/05/09 07:42:25 wen Exp $ 1$NetBSD: distinfo,v 1.49 2014/06/05 08:14:19 wen Exp $
2 2
3SHA1 (Mojolicious-4.98.tar.gz) = f36279afb0c24b1f2b35d103ab8c59836eac3c3f 3SHA1 (Mojolicious-5.04.tar.gz) = a2db1fd6ccbc74acf644497023cfe9a20bd8ae2b
4RMD160 (Mojolicious-4.98.tar.gz) = 157b9445531f24c0c464cdb8c955d0a47901e00c 4RMD160 (Mojolicious-5.04.tar.gz) = cf10b50002189ac6fbf30189632875ca0127566b
5Size (Mojolicious-4.98.tar.gz) = 633469 bytes 5Size (Mojolicious-5.04.tar.gz) = 635621 bytes