diff options
author | wen <wen@pkgsrc.org> | 2014-04-10 13:46:51 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-04-10 13:46:51 +0000 |
commit | 2a46c937df9987997cdcac1912f3fc6d3fde90b7 (patch) | |
tree | f8d7c695fce04920bf5a0b1258fee66258c66f54 /www | |
parent | 06dbcd4a570e349e6d4b10177675255e64bf33ae (diff) | |
download | pkgsrc-2a46c937df9987997cdcac1912f3fc6d3fde90b7.tar.gz |
Update to 0.12
Upstream changes:
0.12 2014-04-07 22:42:12 Europe/Amsterdam
[ ENHANCEMENTS ]
* GH#518: Bump jQuery to 1.10.2 (Grzegorz Ro偶niecki).
* GH#535: Support OPTIONS and PATCH requests in Server::Standalone.
(Russell Jenkins)
* GH#553: Dancer2 CLI: specify directory to write app skeleton
(Jean Stebens)
* GH#543: Additional HTTP Methods for Ajax plugin (Jean Stebens).
[ DOCUMENTATION ]
* RT#91428: POD encoding set to UTF-8 in main .pm (Gregor Herrmann).
* GH#517: Miscellaneous documentation fixes (Cesare Gargano).
* GH#518: "Getting started" demo page fixes (Grzegorz Ro偶niecki).
* GH#522: s/PerlHandler/PerlResponseHandler/ in Apache2 sample configuration
(Grzegorz Ro偶niecki)
* GH#521: Remove duplicated POD and clean up list details (Shlomi Fish)
* GH#526: Cleanup POD formating and code snippets in manual.
(Grzegorz Ro偶niecki)
[ BUG FIXES ]
* GH#528,529: Force PSGI server in dispatch scripts for CGI or fcgi
deployments (Erik Smit, Alberto Sim玫es)
* GH#550,GH#551: Update all headers in Handler::File
(Sawyer X, Stefan @racke Hornburg)
* GH#540: Fix hook execution when default scalar was used in hook code.
(baynes, Russell Jenkins)
* GH#552: Rework test suite to use Plack::Test
(Sawyer X, Stefan @racke Hornburg)
* GH#560: Return value of hooks do not alter response content.
(Jean Stebens)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Dancer2/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Dancer2/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/p5-Dancer2/Makefile b/www/p5-Dancer2/Makefile index eabbdd805c4..1c596d6f4bd 100644 --- a/www/p5-Dancer2/Makefile +++ b/www/p5-Dancer2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2014/01/04 12:02:05 wen Exp $ +# $NetBSD: Makefile,v 1.7 2014/04/10 13:46:51 wen Exp $ -DISTNAME= Dancer2-0.11 +DISTNAME= Dancer2-0.12 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/} @@ -29,6 +29,7 @@ DEPENDS+= p5-HTTP-Message>=0:../../www/p5-HTTP-Message DEPENDS+= p5-HTTP-Server-Simple-PSGI>=0:../../www/p5-HTTP-Server-Simple-PSGI DEPENDS+= p5-JSON>=0:../../converters/p5-JSON DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=0}:../../converters/p5-MIME-Base64 +DEPENDS+= p5-Module-Pluggable>=0:../../devel/p5-Module-Pluggable DEPENDS+= p5-Moo>=0.009014:../../devel/p5-Moo DEPENDS+= p5-MooX-Types-MooseLike>=0.16:../../devel/p5-MooX-Types-MooseLike DEPENDS+= p5-MooX-Types-MooseLike-Numeric>=0:../../devel/p5-MooX-Types-MooseLike-Numeric diff --git a/www/p5-Dancer2/distinfo b/www/p5-Dancer2/distinfo index db48e356a48..d948bfe5fe3 100644 --- a/www/p5-Dancer2/distinfo +++ b/www/p5-Dancer2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2014/01/04 12:02:05 wen Exp $ +$NetBSD: distinfo,v 1.6 2014/04/10 13:46:51 wen Exp $ -SHA1 (Dancer2-0.11.tar.gz) = 3b1f941baba530bf2b8e08b6c127b4a9c3513173 -RMD160 (Dancer2-0.11.tar.gz) = 8741b314b518b54371cf2182f4fcf687b23eda68 -Size (Dancer2-0.11.tar.gz) = 241173 bytes +SHA1 (Dancer2-0.12.tar.gz) = 153ac6c07720ef5063cc9df5730e4883fea041cb +RMD160 (Dancer2-0.12.tar.gz) = 088a355e1dec9991b7e3d3ce5b598f819a30d700 +Size (Dancer2-0.12.tar.gz) = 253387 bytes |