diff options
author | wen <wen@pkgsrc.org> | 2014-01-04 12:02:05 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-01-04 12:02:05 +0000 |
commit | 9d1583d5968ac5020396bbdb9a0fe7031321c191 (patch) | |
tree | 695b9ef3a4f98166eb5f1c7439f7f9dbbe487cd9 /www | |
parent | b067da348c14556c36a7e5ea8cafec3624b0869a (diff) | |
download | pkgsrc-9d1583d5968ac5020396bbdb9a0fe7031321c191.tar.gz |
Update to 0.11
Update DEPENDS
Upstream changes:
0.11 2013-12-15 14:19:22 Europe/Amsterdam
[ ENHANCEMENTS ]
* GH#481: Don't pollute @INC automatically when Dancer2 is imported, each
runner is now responsible of including the local ./lib dir if needed.
* GH#469, 418: Dancer2::Plugin provides a ':no_dsl' flag for modern Plugins
(Pedro Melo)
* GH#485: Keywords 'redirect' and 'forward' exit immediatly when executed in
a route/hook. New dependency on Return::MultiLevel (Russell Jenkins).
* GH#495: Use accessor and predicates instead of direct access.
Addresses GH#493 too. (Russell Jenkins)
* GH#502,GH#472: Rework halt to use with_return from Return::MultiLevel.
(Russell Jenkins)
* GH#479,GH#480,GH#508: Pass parameters to params() in the DSL.
(Slava Goltser, unickuity, Russell Jenkins)
* GH#505: Fix empty HTTP_REFERER in Dancer::Core::Request (Menno Blom).
* GH#503: Multiple reverse proxy support (Menno Blom).
* GH#371,GH#506: CLI tool rewrite (using App::Cmd, supports plugins, etc.).
(Ivan Kruglov, Samit Badle, Sawyer X)
* GH#498: Add some missing items in MANIFEST.SKIP (Gabor Szabo, Sawyer X).
[ DOCUMENTATION ]
* GH#489: Remove link to Dancer2::Deployment pod which does not exist
(Sweet-kid)
* GH#511: s/Deflator/Deflater/; (Cesare Gargano)
* GH#491: Updated config paths for template_toolkit in cookbook.
(Mark A. Stratman)
* GH#494: Update session config details (Dancer2::Config),
namespace fixup in Dancer2::Core::cookie.
(Russell Jenkins)
* GH#470: Fix Plack::Builder mount usage (Pedro Melo).
* GH#507: Fix plenty of typos (David Steinbrunner).
* GH#477: Document problem with Plack Shotgun on Windows (Ahmad M. Zawawi).
* GH#504: Add link to Dancer2::Plugin::Sixpack (Menno Blom).
* GH#490: Document Dancer2 should be FatPackable (Sawyer X).
* GH#452: Make a complete authors section, clean it up (Pau Amma).
* More fixes to main documentation (Pau Amma).
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Dancer2/Makefile | 14 | ||||
-rw-r--r-- | www/p5-Dancer2/distinfo | 8 |
2 files changed, 14 insertions, 8 deletions
diff --git a/www/p5-Dancer2/Makefile b/www/p5-Dancer2/Makefile index ac2a611d47f..eabbdd805c4 100644 --- a/www/p5-Dancer2/Makefile +++ b/www/p5-Dancer2/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2013/12/09 14:17:55 obache Exp $ +# $NetBSD: Makefile,v 1.6 2014/01/04 12:02:05 wen Exp $ -DISTNAME= Dancer2-0.10 +DISTNAME= Dancer2-0.11 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SU/SUKRIA/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Dancer2/ @@ -18,6 +17,7 @@ BUILD_DEPENDS+= p5-Test-MockTime>=0:../../time/p5-Test-MockTime BUILD_DEPENDS+= p5-Test-TCP>=0:../../net/p5-Test-TCP BUILD_DEPENDS+= p5-Test-Fatal>=0:../../devel/p5-Test-Fatal +DEPENDS+= p5-App-Cmd>=0:../../devel/p5-App-Cmd DEPENDS+= p5-Capture-Tiny>=0.12:../../devel/p5-Capture-Tiny DEPENDS+= p5-Crypt-URandom>=0:../../security/p5-Crypt-URandom DEPENDS+= p5-Config-Any>=0:../../devel/p5-Config-Any @@ -34,6 +34,7 @@ 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 DEPENDS+= p5-Path-Class>=0:../../devel/p5-Path-Class DEPENDS+= p5-Plack>=0:../../www/p5-Plack +DEPENDS+= p5-Return-MultiLevel>=0:../../devel/p5-Return-MultiLevel DEPENDS+= p5-Template-Tiny>=0:../../textproc/p5-Template-Tiny DEPENDS+= p5-Template-Toolkit>=0:../../www/p5-Template-Toolkit DEPENDS+= p5-URI-Escape-XS>=0:../../www/p5-URI-Escape-XS @@ -41,5 +42,10 @@ DEPENDS+= p5-YAML>=0:../../textproc/p5-YAML DEPENDS+= p5-YAML-LibYAML>=0:../../textproc/p5-YAML-LibYAML DEPENDS+= p5-libwww>=0:../../www/p5-libwww +REPLACE_PERL+= share/skel/bin/+app.pl + +post-extract: + ${CHMOD} -x ${WRKSRC}/share/skel/public/+dispatch.cgi + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Dancer2/distinfo b/www/p5-Dancer2/distinfo index a8db03b1d0a..db48e356a48 100644 --- a/www/p5-Dancer2/distinfo +++ b/www/p5-Dancer2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2013/10/01 11:10:09 wen Exp $ +$NetBSD: distinfo,v 1.5 2014/01/04 12:02:05 wen Exp $ -SHA1 (Dancer2-0.10.tar.gz) = df1448ef1cbc34802c441caa238de4c6327baeb2 -RMD160 (Dancer2-0.10.tar.gz) = c93ba83d46e670051ad2f8fe968a81495a9bca25 -Size (Dancer2-0.10.tar.gz) = 241175 bytes +SHA1 (Dancer2-0.11.tar.gz) = 3b1f941baba530bf2b8e08b6c127b4a9c3513173 +RMD160 (Dancer2-0.11.tar.gz) = 8741b314b518b54371cf2182f4fcf687b23eda68 +Size (Dancer2-0.11.tar.gz) = 241173 bytes |