diff options
author | wen <wen> | 2014-10-16 12:19:13 +0000 |
---|---|---|
committer | wen <wen> | 2014-10-16 12:19:13 +0000 |
commit | 3f855a97dd6531f663c2bb933fbbc06fa0b82934 (patch) | |
tree | 30d8279def93f1c19fa64b6a83f50a3737dbf85b /www | |
parent | 6c424bf35e7420af60b191158308a469b1470c8d (diff) | |
download | pkgsrc-3f855a97dd6531f663c2bb933fbbc06fa0b82934.tar.gz |
Update to 0.152000
Add missing BUILD_DEPENDS
Upstream changes:
0.152000 2014-10-14 04:30:59+02:00 Europe/Amsterdam
[ BUG FIXES ]
* GH #723: Redispatched requests lose data. (Sawyer X)
[ ENHANCEMENT ]
* Provide 'content' keyword to set the response content. (Sawyer x)
* GH #616, #155, #615: Session engines are now lazy! (Russell Jenkins)
* Dancer2 response objects can be created from arrays or from
Plack::Response objects. (Sawyer X)
* GH #718: Clean up App's Template engine. (Russell Jenkins)
* Adding class-based tests. (Sawyer X)
[ DOCUMENTATION ]
* Add a policy document under Dancer2::Policy. (Sawyer X)
* Document log_format instead of logger_format. (Sawyer X)
0.151000 2014-10-08 21:49:06+02:00 Europe/Amsterdam
[ ENHANCEMENT ]
* Apps are now a proper independent PSGI application. Forwarding
and passing requests between apps will still work if you use the
'Dancer2->psgi_app' method without providing a class, but it might
still be phased out in the future.
(Sawyer X)
[ DOCUMENTATION ]
* Migration document! (Snigdha Dagar)
* GH #667: Fix typo in cookbook pod. (Lindsey Beesley)
* GH #649, #670: Document core logger. (simbabque)
* GH #689: Git guide markdown fixes. (Paul Cochrane)
* GH #690, #691, #694, #696, #698, #699, #700, #702, #703,
#704, #705, #706, #707, #708, #710: Doc cleanups.
(Paul Cochrane)
* GH #688: Improve testing documentation. (Paul Chochrane)
* GH #692: Document serving static files using
Plack::Middleware::Static. (Dvid Kovcs DavsX)
* GH #695: Correct Dancer2::Logger::Capture, add test example.
(David Kovcs DavsX)
* GH #716: Correct document on proxy procotol forwarding
in Apache. (Andy Beverley)
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 ac2c64ae199..c1a6e4e9f1e 100644 --- a/www/p5-Dancer2/Makefile +++ b/www/p5-Dancer2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2014/09/13 16:47:02 wen Exp $ +# $NetBSD: Makefile,v 1.12 2014/10/16 12:19:13 wen Exp $ -DISTNAME= Dancer2-0.150000 +DISTNAME= Dancer2-0.152000 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/} @@ -16,6 +16,7 @@ PERL5_PACKLIST= auto/Dancer2/.packlist 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 +BUILD_DEPENDS+= p5-File-ShareDir-Install>=0.06:../../devel/p5-File-ShareDir-Install DEPENDS+= p5-App-Cmd>=0:../../devel/p5-App-Cmd DEPENDS+= p5-Capture-Tiny>=0.12:../../devel/p5-Capture-Tiny diff --git a/www/p5-Dancer2/distinfo b/www/p5-Dancer2/distinfo index e3654b950b4..e89c90219fe 100644 --- a/www/p5-Dancer2/distinfo +++ b/www/p5-Dancer2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2014/09/13 16:47:02 wen Exp $ +$NetBSD: distinfo,v 1.10 2014/10/16 12:19:13 wen Exp $ -SHA1 (Dancer2-0.150000.tar.gz) = 653e2fed894ef7685d57b70c40fc2128da6f0f04 -RMD160 (Dancer2-0.150000.tar.gz) = c519a6be46151ac0794d1c92835510b11c834e34 -Size (Dancer2-0.150000.tar.gz) = 269173 bytes +SHA1 (Dancer2-0.152000.tar.gz) = b06a7b12b334cdaa9a929536fe9bc47108985cc6 +RMD160 (Dancer2-0.152000.tar.gz) = e019dc34dd4eb5e7b58f8cc478b33904b26ae803 +Size (Dancer2-0.152000.tar.gz) = 284698 bytes |