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 unified 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,32 +1,30 @@ @@ -1,32 +1,30 @@
1# $NetBSD: Makefile,v 1.3 2010/04/13 00:36:58 seb Exp $ 1# $NetBSD: Makefile,v 1.4 2010/04/14 22:03:11 seb Exp $
2 2
3DISTNAME= Starman-0.1006 3DISTNAME= Starman-0.2001
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5#PKGREVISION= 1 5#PKGREVISION= 1
6CATEGORIES= www perl5 6CATEGORIES= www perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Starman/ 10HOMEPAGE= http://search.cpan.org/dist/Starman/
11COMMENT= High-performance preforking PSGI web server 11COMMENT= High-performance preforking PSGI web server
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16USE_LANGUAGES= # empty 16USE_LANGUAGES= # empty
17PERL5_PACKLIST= auto/Starman/.packlist 17PERL5_PACKLIST= auto/Starman/.packlist
18 18
19BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires 19BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
20# This dependency on p5-Test-TCP should be removed with next release of Plack 
21BUILD_DEPENDS+= p5-Test-TCP-[0-9]*:../../net/p5-Test-TCP 
22DEPENDS+= p5-Net-Server-SS-PreFork-[0-9]*:../../net/p5-Net-Server-SS-PreFork 20DEPENDS+= p5-Net-Server-SS-PreFork-[0-9]*:../../net/p5-Net-Server-SS-PreFork
23DEPENDS+= p5-Server-Starter-[0-9]*:../../sysutils/p5-Server-Starter 21DEPENDS+= p5-Server-Starter-[0-9]*:../../sysutils/p5-Server-Starter
24DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump 22DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump
25DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww 23DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
26DEPENDS+= p5-HTTP-Parser-XS-[0-9]*:../../www/p5-HTTP-Parser-XS 24DEPENDS+= p5-HTTP-Parser-XS-[0-9]*:../../www/p5-HTTP-Parser-XS
27DEPENDS+= p5-Net-Server>=0.91:../../net/p5-Net-Server 25DEPENDS+= p5-Net-Server>=0.91:../../net/p5-Net-Server
28DEPENDS+= p5-Plack>=0.9925:../../www/p5-Plack 26DEPENDS+= p5-Plack>=0.9930:../../www/p5-Plack
29DEPENDS+= p5-parent-[0-9]*:../../devel/p5-parent 27DEPENDS+= p5-parent-[0-9]*:../../devel/p5-parent
30 28
31.include "../../lang/perl5/module.mk" 29.include "../../lang/perl5/module.mk"
32.include "../../mk/bsd.pkg.mk" 30.include "../../mk/bsd.pkg.mk"

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