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.0036



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b866c91fc62
branches:  trunk
changeset: 652618:3b866c91fc62
user:      wen <wen%pkgsrc.org@localhost>
date:      Fri Jun 05 13:20:26 2015 +0000

description:
Update to 1.0036
Add missing DEPENDS

Upstream changes:
1.0036  2015-06-03 12:01:53 PDT
    [BUG FIXES]
        - Fix CGIBin test to not use CGI.pm #509

1.0035  2015-04-16 10:08:21 CEST
    [BUG FIXES]
        - Fixed parsing of empty query string pairs (aristotle) #500

    [IMPROVEMENTS]
        - Documentation updates for FCGI (otrosien) #494
        - Use HTTP::Headers::Fast in Plack::Request
        - Big performance optimizations on Plack::Util::header_* (aristotle) #498
        - Added .webm to Plack::MIME (marlencrabapple) #503
        - Use Cookie::Baker to bake cookies in Plack::Response (oalders)
        - reduced the size of distribution by making binary files smaller

diffstat:

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

diffs (34 lines):

diff -r fb03d6ea1fa6 -r 3b866c91fc62 www/p5-Plack/Makefile
--- a/www/p5-Plack/Makefile     Fri Jun 05 12:57:54 2015 +0000
+++ b/www/p5-Plack/Makefile     Fri Jun 05 13:20:26 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2015/04/06 15:40:36 wen Exp $
+# $NetBSD: Makefile,v 1.35 2015/06/05 13:20:26 wen Exp $
 
-DISTNAME=      Plack-1.0034
+DISTNAME=      Plack-1.0036
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Plack/}
@@ -26,6 +26,8 @@
 DEPENDS+=      p5-Test-TCP>=0.11:../../net/p5-Test-TCP
 DEPENDS+=      p5-Stream-Buffered>=0.02:../../devel/p5-Stream-Buffered
 DEPENDS+=      p5-Apache-LogFormat-Compiler>=0.12:../../www/p5-Apache-LogFormat-Compiler
+DEPENDS+=      p5-Cookie-Baker>=0.05:../../www/p5-Cookie-Baker
+DEPENDS+=      p5-HTTP-Headers-Fast>=0.17:../../www/p5-HTTP-Headers-Fast
 
 USE_LANGUAGES= # empty
 PERL5_PACKLIST= auto/Plack/.packlist
diff -r fb03d6ea1fa6 -r 3b866c91fc62 www/p5-Plack/distinfo
--- a/www/p5-Plack/distinfo     Fri Jun 05 12:57:54 2015 +0000
+++ b/www/p5-Plack/distinfo     Fri Jun 05 13:20:26 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2015/04/06 15:40:36 wen Exp $
+$NetBSD: distinfo,v 1.28 2015/06/05 13:20:26 wen Exp $
 
-SHA1 (Plack-1.0034.tar.gz) = 2d556d655539a8ea4b3faa81fac1e27821247c9d
-RMD160 (Plack-1.0034.tar.gz) = 7d7336b6d047fd8e6dd93893c0258d29190aedfa
-Size (Plack-1.0034.tar.gz) = 239665 bytes
+SHA1 (Plack-1.0036.tar.gz) = ffbb2b80a603203ded408198643436a3d337aac2
+RMD160 (Plack-1.0036.tar.gz) = ec096976cdaf6f2ff36742ce69ab2262e533599c
+Size (Plack-1.0036.tar.gz) = 175630 bytes



Home | Main Index | Thread Index | Old Index