diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-15 15:19:14 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-15 15:19:14 +0000 |
commit | 57a04706c476f7054950885de3aa26fbc385ce36 (patch) | |
tree | 43b54594afe3d434dbf3022341f21e3d590fdd0b /www/p5-Starman | |
parent | fb169b7c0446f3a77b24362a5a9cd63aba1125be (diff) | |
download | pkgsrc-57a04706c476f7054950885de3aa26fbc385ce36.tar.gz |
Update p5-Starman to 0.2014.
Changes from previous:
0.2014 Sun Sep 18 12:43:06 PDT 2011
- Fixed broken PSGI response headers after the output (cho45)
0.2013 Sat Jun 25 11:51:47 PDT 2011
- Relaxed the harakiri tests (audreyt)
0.2012 Wed Jun 22 13:51:59 PDT 2011
- Implemented psgix.harakiri mode (audreyt)
- Added --error-log option (Paulo E. Castro)
0.2011 Tue May 24 09:41:52 PDT 2011
- Fix chunked response with 0-length PSGI array elements (chmrr)
0.2010 Mon Mar 28 16:23:23 PDT 2011
- Fixed packaging. No changes.
0.2009 Fri Mar 25 19:15:23 PDT 2011
- Requires Plack 0.9971 to support localizing $0 to fix the FindBin issues #7, #15, #18, #19
- Calls srand() automatically in the child init hook to avoid a fixed random seed #20
- Implemented --keepalive-timeout which defaults to 1 (acme)
0.2008 Mon Feb 14 17:19:20 PST 2011
- Documented that -E is automatically set to 'deployment' RT:61517 (timbunce)
- Check the defined-ness of the input buffer to suppress warnings RT:60007
0.2007 Thu Sep 30 14:09:00 PDT 2010
- Fixed a bug where Date header can be duplicate if the app generates one (spleenjack)
Diffstat (limited to 'www/p5-Starman')
-rw-r--r-- | www/p5-Starman/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Starman/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-Starman/Makefile b/www/p5-Starman/Makefile index 7ec90ed4525..a4dbe7b00d4 100644 --- a/www/p5-Starman/Makefile +++ b/www/p5-Starman/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2011/08/14 16:06:07 obache Exp $ +# $NetBSD: Makefile,v 1.10 2011/10/15 15:19:14 hiramatsu Exp $ -DISTNAME= Starman-0.2006 +DISTNAME= Starman-0.2014 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/} diff --git a/www/p5-Starman/distinfo b/www/p5-Starman/distinfo index 8c4fe8b986b..465e2ef5011 100644 --- a/www/p5-Starman/distinfo +++ b/www/p5-Starman/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2010/07/26 02:14:10 seb Exp $ +$NetBSD: distinfo,v 1.7 2011/10/15 15:19:14 hiramatsu Exp $ -SHA1 (Starman-0.2006.tar.gz) = 24051e8bd789b1a1d576df9dbf42072e2c70cd93 -RMD160 (Starman-0.2006.tar.gz) = ed9fc83e354e98ec1ce1dab045fd587eeef1cb7a -Size (Starman-0.2006.tar.gz) = 37141 bytes +SHA1 (Starman-0.2014.tar.gz) = 84917d43586c929cd52a5a3db0794406e1632ccf +RMD160 (Starman-0.2014.tar.gz) = 878315ae18bb16d245ae15e2cbcdc77473e03ddf +Size (Starman-0.2014.tar.gz) = 31067 bytes |