pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Plack Update to 1.0028



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63cefca5b354
branches:  trunk
changeset: 621612:63cefca5b354
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Jul 13 12:07:09 2013 +0000

description:
Update to 1.0028

Upstream changes:
1.0028  2013-06-15 01:42:52 PDT
    [IMPROVEMENTS]
        - Skip cgi related tests for Win32 (chorny) #413
        - Skip tests that could potentially write empty bytes, which could cause
          issues on some servers on local sockets with HTTP::Tiny
        - Skip tests that require HTTP::Cookies, if not available #414

1.0027  2013-06-13 21:30:12 PDT
    [IMPROVEMENTS]
        - Not a dev release, including XS free version of Plack::Test*
        - Fix cgibin tests that often fail on Win32 #375

1.0026  2013-06-12 23:00:21 PDT
    [INCOMPATIBLE CHANGES]
        - use HTTP::Tiny in Plack::Test::Suite and Plack::Test::Server rather than skipping it.

1.0025  2013-06-12 13:08:58 PDT
    [INCOMPATIBLE CHANGES]
        - No XS! Eliminates dependency to LWP::UserAgent by making it completely optional for
          testing. If you run Plack::Test with Server implemenetation or run Plack::Test::Suite
          (for PSGI handlers) without LWP installed, the tests will automatically be skipped.
          This removes the eventual sub-dependency to HTML::Parser, which is the only XS dependency
          in Plack. #408

    [IMPROVEMENTS]
        - Fixed the warning in OO usage of Plack::Builder (doy) #407
        - Shotgun loader now dies if used in Win32 since it leaks memory #320, #400
        - Suppress warnings for Test::TCP (kazeburo) #406
        - $res->to_app shortcut (ether) #409

diffstat:

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

diffs (27 lines):

diff -r 506426d28af7 -r 63cefca5b354 www/p5-Plack/Makefile
--- a/www/p5-Plack/Makefile     Sat Jul 13 12:03:49 2013 +0000
+++ b/www/p5-Plack/Makefile     Sat Jul 13 12:07:09 2013 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2013/05/31 12:42:48 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2013/07/13 12:07:09 wen Exp $
 
-DISTNAME=      Plack-1.0024
+DISTNAME=      Plack-1.0028
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Plack/}
 
diff -r 506426d28af7 -r 63cefca5b354 www/p5-Plack/distinfo
--- a/www/p5-Plack/distinfo     Sat Jul 13 12:03:49 2013 +0000
+++ b/www/p5-Plack/distinfo     Sat Jul 13 12:07:09 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2013/05/02 01:32:40 wen Exp $
+$NetBSD: distinfo,v 1.21 2013/07/13 12:07:09 wen Exp $
 
-SHA1 (Plack-1.0024.tar.gz) = 897f919ae1425ffce6929bcd017788a6a5a6a27a
-RMD160 (Plack-1.0024.tar.gz) = 5d3acbfb92147a3da6c8ffa60a3db7ffe23aa25f
-Size (Plack-1.0024.tar.gz) = 233763 bytes
+SHA1 (Plack-1.0028.tar.gz) = fce0324f569ec010e8557cbd61c7a4d9f551cb05
+RMD160 (Plack-1.0028.tar.gz) = c56320bccedcd03e833170d0c573e4a264e4da86
+Size (Plack-1.0028.tar.gz) = 235735 bytes



Home | Main Index | Thread Index | Old Index