diff options
author | seb <seb> | 2010-05-24 23:49:12 +0000 |
---|---|---|
committer | seb <seb> | 2010-05-24 23:49:12 +0000 |
commit | e67f830b9ec9cd20673fa8fb8835bc0e3512d466 (patch) | |
tree | 93f5e3108b6962f93927f713b7b64d11d79f58fa /www/p5-Plack | |
parent | d09b48ee217182c5eb58b913efbe074216c7ce66 (diff) | |
download | pkgsrc-e67f830b9ec9cd20673fa8fb8835bc0e3512d466.tar.gz |
Update p5-Plack from version 0.9932 to version 0.9938.
Pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.9938 Sun May 23 17:13:05 PDT 2010
- ErrorDocument: Added Content-Length to error responses (hachi)
- Improved docs about conditional middleware loading
- XSendfile: Updated (undocumented) environment key to switch frontend
- Auth::Basic: Added notes about how to use it with Apache (mod_perl and CGI) [RT #57436]
0.9937 Fri May 14 23:11:27 PDT 2010
- Fixed -I broken in 0.9936 (juster) #114
0.9936 Fri May 14 15:58:02 PDT 2010
- Remove 'use lib "lib"' from plackup
- Remove HTTP_CONTENT_* environment variables in FastCGI handlers to deal with buggy web servers.
(Justin Davis)
0.9935 Wed May 5 15:17:06 PDT 2010
- Set an empty PATH_INFO if CGI environment doesn't set so (hachi) #109
- Fixed a possible weird combination of SCRIPT_NAME and PATH_INFO in CGI handlers
- localize PATH_INFO and SCRIPT_NAME in App::File and subclasses #100
- updated COPYRIGHT notice for Debian
- Middleware::StackTrace now displays text trace to psgi.errors like Rack::ShowExceptions
(castaway, theorbtwo)
- Middleware::StackTrace: Fixed the text stack trace format to be more readable
0.9934 Tue May 4 15:47:33 PDT 2010
- Added a test in CGIBin where binmode ":utf8" causes bad content-length #110
- Doc fix for the deprecated servers
- Initialize Module::Refresh (hiratara)
- Added mime_type to ErorrDocument (kakuno)
0.9933 Tue Apr 27 14:32:23 PDT 2010
- refactored the app.psgi loading error handling
- Enable type checking of the app in Lint->wrap
- allow plackup -e'...'
- Disable FCGI::Client/Net::FastCGI test by default
Diffstat (limited to 'www/p5-Plack')
-rw-r--r-- | www/p5-Plack/Makefile | 6 | ||||
-rw-r--r-- | www/p5-Plack/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/p5-Plack/Makefile b/www/p5-Plack/Makefile index 3bb80a85a14..483d758b2e5 100644 --- a/www/p5-Plack/Makefile +++ b/www/p5-Plack/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2010/04/22 02:30:49 seb Exp $ +# $NetBSD: Makefile,v 1.5 2010/05/24 23:49:12 seb Exp $ -DISTNAME= Plack-0.9932 +DISTNAME= Plack-0.9938 PKGNAME= p5-${DISTNAME} #PKGREVISION= 1 CATEGORIES= www perl5 @@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Plack/.packlist -BUILD_DEPENDS+= p5-Test-Simple>=0.88:../../devel/p5-Test-Simple +BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires DEPENDS+= p5-Devel-StackTrace-[0-9]*:../../devel/p5-Devel-StackTrace DEPENDS+= p5-Devel-StackTrace-AsHTML>=0.09:../../devel/p5-Devel-StackTrace-AsHTML diff --git a/www/p5-Plack/distinfo b/www/p5-Plack/distinfo index 15bfc8023b6..0bf41439e68 100644 --- a/www/p5-Plack/distinfo +++ b/www/p5-Plack/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2010/04/22 02:30:49 seb Exp $ +$NetBSD: distinfo,v 1.5 2010/05/24 23:49:12 seb Exp $ -SHA1 (Plack-0.9932.tar.gz) = 02541c29af4840b7f6443d8d0cc452bf0ab45c6c -RMD160 (Plack-0.9932.tar.gz) = bf89d24833a66a685b800c09ac39847433f5952a -Size (Plack-0.9932.tar.gz) = 215899 bytes +SHA1 (Plack-0.9938.tar.gz) = e0368cc1ccc472ec3882239567e5bc97ab434624 +RMD160 (Plack-0.9938.tar.gz) = 4fd4211c7f5a81883e9af53e54f91d1dc47b6c21 +Size (Plack-0.9938.tar.gz) = 218711 bytes |