diff options
author | abs <abs@pkgsrc.org> | 2012-01-22 19:42:09 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2012-01-22 19:42:09 +0000 |
commit | 354b2746969926438019763dd0fc6c78e1cae54e (patch) | |
tree | bea064cc0b9224e95b88c8ada3232edb54a6fe4e /www | |
parent | df34bd2f53806ce4f395abea4260b6608692e1cb (diff) | |
download | pkgsrc-354b2746969926438019763dd0fc6c78e1cae54e.tar.gz |
Updated www/p5-Starlet to 0.14
0.14
- support for randomized reqs-per-child
- support for slow restart
- do not send Server header more than once per every response
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Starlet/Makefile | 6 | ||||
-rw-r--r-- | www/p5-Starlet/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/p5-Starlet/Makefile b/www/p5-Starlet/Makefile index ceb74432574..62a0da277c8 100644 --- a/www/p5-Starlet/Makefile +++ b/www/p5-Starlet/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2011/10/27 12:23:47 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.6 2012/01/22 19:42:09 abs Exp $ -DISTNAME= Starlet-0.13 +DISTNAME= Starlet-0.14 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/} @@ -16,7 +16,7 @@ USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Starlet/.packlist BUILD_DEPENDS+= p5-Test-TCP>=0.15:../../net/p5-Test-TCP -DEPENDS+= p5-Parallel-Prefork>=0.07:../../devel/p5-Parallel-Prefork +DEPENDS+= p5-Parallel-Prefork>=0.13:../../devel/p5-Parallel-Prefork DEPENDS+= p5-Plack>=0.992:../../www/p5-Plack DEPENDS+= p5-Server-Starter>=0.06:../../sysutils/p5-Server-Starter diff --git a/www/p5-Starlet/distinfo b/www/p5-Starlet/distinfo index acd5b2d297d..1773c496641 100644 --- a/www/p5-Starlet/distinfo +++ b/www/p5-Starlet/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2011/10/27 12:23:47 hiramatsu Exp $ +$NetBSD: distinfo,v 1.4 2012/01/22 19:42:09 abs Exp $ -SHA1 (Starlet-0.13.tar.gz) = 52b1fea3010d0a92c9a213977678d5e98619490f -RMD160 (Starlet-0.13.tar.gz) = 9826f15c27f962c877176e7d91ae64d51bb8af50 -Size (Starlet-0.13.tar.gz) = 24502 bytes +SHA1 (Starlet-0.14.tar.gz) = 5b35bbe8db3885500e0ca4cfac8f26e7c1abd0fa +RMD160 (Starlet-0.14.tar.gz) = 90206da0552e6177e64604544f36dcccb9a1921d +Size (Starlet-0.14.tar.gz) = 25166 bytes |