diff options
author | seb <seb@pkgsrc.org> | 2010-04-14 22:03:11 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-04-14 22:03:11 +0000 |
commit | f7cf7cd374c84895322d7ef262d59bfbab9742a5 (patch) | |
tree | 560b474f8c5cae14ffbc208d8f1d8111ee26c400 /www | |
parent | 7078f4b84e58e82d534590a2792155adef9aa018 (diff) | |
download | pkgsrc-f7cf7cd374c84895322d7ef262d59bfbab9742a5.tar.gz |
Update p5-Starman from version 0.1006 to version 0.2001.
Pkgsrc changes:
- adjust dependencies
Upstream changes:
0.2001 Tue Apr 13 21:45:15 PDT 2010
- Fixed the way to set the default Delayed loader
0.2000 Tue Apr 13 20:22:24 PDT 2010
- INCOMPATIBLE: starman executable by default loads the application with Delayed to be safer.
Use --preload-app command line option to preload the application in the master process.
See `starman --help` for details.
0.1007 Tue Apr 13 19:45:59 PDT 2010
- Fixed a bug where Content-Length less response are sent in Keep-Alive without chunked,
choking HTTP/1.0 clients (patspam) #6
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Starman/Makefile | 8 | ||||
-rw-r--r-- | www/p5-Starman/distinfo | 8 |
2 files changed, 7 insertions, 9 deletions
diff --git a/www/p5-Starman/Makefile b/www/p5-Starman/Makefile index e6e3a2e4f10..3eddab8abf0 100644 --- a/www/p5-Starman/Makefile +++ b/www/p5-Starman/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2010/04/13 00:36:58 seb Exp $ +# $NetBSD: Makefile,v 1.4 2010/04/14 22:03:11 seb Exp $ -DISTNAME= Starman-0.1006 +DISTNAME= Starman-0.2001 PKGNAME= p5-${DISTNAME} #PKGREVISION= 1 CATEGORIES= www perl5 @@ -17,15 +17,13 @@ USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Starman/.packlist BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires -# This dependency on p5-Test-TCP should be removed with next release of Plack -BUILD_DEPENDS+= p5-Test-TCP-[0-9]*:../../net/p5-Test-TCP DEPENDS+= p5-Net-Server-SS-PreFork-[0-9]*:../../net/p5-Net-Server-SS-PreFork DEPENDS+= p5-Server-Starter-[0-9]*:../../sysutils/p5-Server-Starter DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-HTTP-Parser-XS-[0-9]*:../../www/p5-HTTP-Parser-XS DEPENDS+= p5-Net-Server>=0.91:../../net/p5-Net-Server -DEPENDS+= p5-Plack>=0.9925:../../www/p5-Plack +DEPENDS+= p5-Plack>=0.9930:../../www/p5-Plack DEPENDS+= p5-parent-[0-9]*:../../devel/p5-parent .include "../../lang/perl5/module.mk" diff --git a/www/p5-Starman/distinfo b/www/p5-Starman/distinfo index 920002ace80..43308309e53 100644 --- a/www/p5-Starman/distinfo +++ b/www/p5-Starman/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/04/13 00:36:58 seb Exp $ +$NetBSD: distinfo,v 1.3 2010/04/14 22:03:11 seb Exp $ -SHA1 (Starman-0.1006.tar.gz) = 5d0cd61bbbf6bebc9cf209ed66676a008df36bf1 -RMD160 (Starman-0.1006.tar.gz) = 3b6413939c177b91452cbe2f18428bcabc997d24 -Size (Starman-0.1006.tar.gz) = 34810 bytes +SHA1 (Starman-0.2001.tar.gz) = 1dbef705aebd1373f9cc0044e196de0b11f28848 +RMD160 (Starman-0.2001.tar.gz) = 0dab58975e3378b9a4dd6e1d2ebe375a05dc1377 +Size (Starman-0.2001.tar.gz) = 35669 bytes |