Wed Apr 14 22:03:11 2010 UTC ()
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


(seb)
diff -r1.3 -r1.4 pkgsrc/www/p5-Starman/Makefile
diff -r1.2 -r1.3 pkgsrc/www/p5-Starman/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/www/p5-Starman/Makefile (expand / switch to context diff)
--- pkgsrc/www/p5-Starman/Makefile 2010/04/13 00:36:58 1.3
+++ pkgsrc/www/p5-Starman/Makefile 2010/04/14 22:03:11 1.4
@@ -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 @@
 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"

cvs diff -r1.2 -r1.3 pkgsrc/www/p5-Starman/distinfo (expand / switch to context diff)
--- pkgsrc/www/p5-Starman/distinfo 2010/04/13 00:36:58 1.2
+++ pkgsrc/www/p5-Starman/distinfo 2010/04/14 22:03:11 1.3
@@ -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
+SHA1 (Starman-0.2001.tar.gz) = 1dbef705aebd1373f9cc0044e196de0b11f28848
-RMD160 (Starman-0.1006.tar.gz) = 3b6413939c177b91452cbe2f18428bcabc997d24
+RMD160 (Starman-0.2001.tar.gz) = 0dab58975e3378b9a4dd6e1d2ebe375a05dc1377
-Size (Starman-0.1006.tar.gz) = 34810 bytes
+Size (Starman-0.2001.tar.gz) = 35669 bytes