Thu May 1 13:35:02 2014 UTC ()
Update to 0.140001

Upstream changes:
0.140001  2014-05-01 10:49:25CEST+0200 Europe/Amsterdam

    [ BUG FIXES ]
    * Bugfix for extracting multiple cookies within a request.
      (Cymon, Russell Jenkins)
    * Require minimum version of Plack to make sure we can add the Head
      middleware. Not exactly a bug, but not a feature. (Sawyer X)

    [ DOCUMENTATION ]
    * Correct reference to HTTP::Server::Simple::PSGI. (Russell Jenkins)

0.140000  2014-04-28 23:14:31CEST+0200 Europe/Amsterdam

    [ ENHANCEMENTS ]
    * Replace Config role with better ConfigReader role.
      (Mickey Nasriachi, Stefan Hornburg, Sawyer X)
    * Move App-related attributes (engines) to App instead of config role.
      (Mickey Nasriachi, Stefan Hornburg, Sawyer X)
    * Untangle Runner-Server (removing Server entirely).
      (Mickey Nasriachi, Stefan Hornburg, Sawyer X)
    * Replace HTTP::Server::Simple::PSGI with HTTP::Server::PSGI.
      (Mickey Nasriachi, Stefan Hornburg, Sawyer X)
    * GH #527: Build request cookie objects from request headers, not env.
      (Russell Jenkins)
    * GH #569: Transform cookie using the HTTP_COOKIE header, per PSGI spec.
      (Russell Jenkins)
    * GH #559, #544: Use Plack middleware for HEAD request content removal.
      (Russell Jenkins)
    * GH #513, #483: Deserialize body content for DELETE requests.
      (Russell Jenkins, Yanick Champoux, Sawyer X)

0.13      2014-04-13 19:19:44CEST+0200 Europe/Amsterdam

    [ ENHANCEMENTS ]
    * GH #562: Change YAML::Any to YAML (Steven Humphrey, Russell Jenkins).

    [ BUG FIXES ]
    * GH #524: Double encoding for YAML sessions.
    * GH #557: Switch to using YAML::Old.
    * GH #548: Deserializer test failure.


(wen)
diff -r1.7 -r1.8 pkgsrc/www/p5-Dancer2/Makefile
diff -r1.6 -r1.7 pkgsrc/www/p5-Dancer2/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/www/p5-Dancer2/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-Dancer2/Makefile 2014/04/10 13:46:51 1.7
+++ pkgsrc/www/p5-Dancer2/Makefile 2014/05/01 13:35:02 1.8
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2014/04/10 13:46:51 wen Exp $ 1# $NetBSD: Makefile,v 1.8 2014/05/01 13:35:02 wen Exp $
2 2
3DISTNAME= Dancer2-0.12 3DISTNAME= Dancer2-0.140001
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= www perl5 5CATEGORIES= www perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Dancer2/ 9HOMEPAGE= http://search.cpan.org/dist/Dancer2/
10COMMENT= Lightweight yet powerful web application framework 10COMMENT= Lightweight yet powerful web application framework
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13USE_LANGUAGES= # empty 13USE_LANGUAGES= # empty
14PERL5_PACKLIST= auto/Dancer2/.packlist 14PERL5_PACKLIST= auto/Dancer2/.packlist
15 15
16BUILD_DEPENDS+= p5-Test-MockTime>=0:../../time/p5-Test-MockTime 16BUILD_DEPENDS+= p5-Test-MockTime>=0:../../time/p5-Test-MockTime

cvs diff -r1.6 -r1.7 pkgsrc/www/p5-Dancer2/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-Dancer2/distinfo 2014/04/10 13:46:51 1.6
+++ pkgsrc/www/p5-Dancer2/distinfo 2014/05/01 13:35:02 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2014/04/10 13:46:51 wen Exp $ 1$NetBSD: distinfo,v 1.7 2014/05/01 13:35:02 wen Exp $
2 2
3SHA1 (Dancer2-0.12.tar.gz) = 153ac6c07720ef5063cc9df5730e4883fea041cb 3SHA1 (Dancer2-0.140001.tar.gz) = 6449a12a56c4d535dfdf0ade139128b4e504c888
4RMD160 (Dancer2-0.12.tar.gz) = 088a355e1dec9991b7e3d3ce5b598f819a30d700 4RMD160 (Dancer2-0.140001.tar.gz) = c7d06ac6ad032005877fef6ac4347847838025e1
5Size (Dancer2-0.12.tar.gz) = 253387 bytes 5Size (Dancer2-0.140001.tar.gz) = 254046 bytes