Sun Jul 13 04:44:09 2014 UTC ()
Update to 5.13

Upstream changes:
5.13  2014-07-13
  - Added json_like, json_message_like, json_message_unlike and json_unlike
    methods to Test::Mojo.
  - Improved HTML5.1 compliance of Mojo::DOM::HTML.
  - Fixed bug where Mojo::UserAgent would keep too many connections alive.
  - Fixed Mojo::Reactor::Poll bug where watchers were active after they have
    been removed. (jberger)

5.12  2014-07-04
  - Fixed a few multipart form handling bugs.
  - Fixed AUTOLOAD bug in Mojo::Collection where it would behave differently
    than calling pluck directly.

5.11  2014-07-02
  - Moved reverse_proxy attribute from Mojo::Server::Daemon to Mojo::Server.
  - Added delay and inactivity_timeout helpers to
    Mojolicious::Plugin::DefaultHelpers.
  - Improved error method in Mojolicious::Validator::Validation to return
    field names when called without arguments.
  - Fixed "0" value bug in Mojo::UserAgent::Transactor.

5.10  2014-06-28
  - Added cleanup attribute to Mojo::Server::Prefork.
  - Improved Mojo::Server::Prefork to keep sending heartbeat messages when
    stopping gracefully.
  - Fixed small bug where Mojo::Server::Daemon was too eager to reconfigure
    Mojo::IOLoop.
  - Fixed small bug where Hypnotoad would clean up process id and lock files
    too early.

5.09  2014-06-24
  - Improved .ep templates to make the current controller available as $c.

5.08  2014-06-17
  - Added reset method to Mojo::IOLoop.
  - Added reset method to Mojo::Reactor.
  - Added reset method to Mojo::Reactor::Poll.

5.07  2014-06-13
  - Fixed RFC 7230 compliance bugs in Mojo::Headers.

5.06  2014-06-11
  - Added deserialize and serialize attributes to Mojolicious::Sessions.
  - Improved redirect_to to behave more like url_for.
  - Fixed bug in Mojo::UserAgent where HTTP/1.0 connections were sometimes
    kept alive.

5.05  2014-06-08
  - Fixed parsing of header fields with single character names in
    Mojo::Headers. (crab)


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

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

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

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

--- pkgsrc/www/p5-Mojolicious/distinfo 2014/06/05 08:14:19 1.49
+++ pkgsrc/www/p5-Mojolicious/distinfo 2014/07/13 04:44:08 1.50
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.49 2014/06/05 08:14:19 wen Exp $ 1$NetBSD: distinfo,v 1.50 2014/07/13 04:44:08 wen Exp $
2 2
3SHA1 (Mojolicious-5.04.tar.gz) = a2db1fd6ccbc74acf644497023cfe9a20bd8ae2b 3SHA1 (Mojolicious-5.13.tar.gz) = 5b8414ea42499918a8dc4532eb8bc599a0df3716
4RMD160 (Mojolicious-5.04.tar.gz) = cf10b50002189ac6fbf30189632875ca0127566b 4RMD160 (Mojolicious-5.13.tar.gz) = 21a2a05c8bd293966b806d9deac1f351f57fad21
5Size (Mojolicious-5.04.tar.gz) = 635621 bytes 5Size (Mojolicious-5.13.tar.gz) = 638972 bytes