Thu Oct 27 12:23:47 2011 UTC ()
Update p5-Starlet to 0.13.

Changes from previous:
0.13
	- test compatibilty improvement: ignore proxy setting while running tests (datamuc)

0.12
	- [bugfix] fix infinite loop when connection is closed while receiving
	  response content (thanks to Jiro Nishiguchi-san)

0.11
	- suppress the warning "Use of "goto" to jump into a construct is deprecated"


(hiramatsu)
diff -r1.4 -r1.5 pkgsrc/www/p5-Starlet/Makefile
diff -r1.2 -r1.3 pkgsrc/www/p5-Starlet/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/www/p5-Starlet/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-Starlet/Makefile 2011/08/14 16:06:07 1.4
+++ pkgsrc/www/p5-Starlet/Makefile 2011/10/27 12:23:47 1.5
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.4 2011/08/14 16:06:07 obache Exp $ 1# $NetBSD: Makefile,v 1.5 2011/10/27 12:23:47 hiramatsu Exp $
2 2
3DISTNAME= Starlet-0.10 3DISTNAME= Starlet-0.13
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= www perl5 5CATEGORIES= www perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Starlet/ 9HOMEPAGE= http://search.cpan.org/dist/Starlet/
11COMMENT= Perl 5 Plack based standalone HTTP/1.0 server 10COMMENT= Perl 5 Plack based standalone HTTP/1.0 server
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16USE_LANGUAGES= # empty 15USE_LANGUAGES= # empty
17PERL5_PACKLIST= auto/Starlet/.packlist 16PERL5_PACKLIST= auto/Starlet/.packlist
18 17

cvs diff -r1.2 -r1.3 pkgsrc/www/p5-Starlet/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-Starlet/distinfo 2010/08/25 23:07:00 1.2
+++ pkgsrc/www/p5-Starlet/distinfo 2011/10/27 12:23:47 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2010/08/25 23:07:00 seb Exp $ 1$NetBSD: distinfo,v 1.3 2011/10/27 12:23:47 hiramatsu Exp $
2 2
3SHA1 (Starlet-0.10.tar.gz) = 2e9bcc0383dfdbc5445b7eeb4c3705326cde3f3a 3SHA1 (Starlet-0.13.tar.gz) = 52b1fea3010d0a92c9a213977678d5e98619490f
4RMD160 (Starlet-0.10.tar.gz) = 7d13a54211f0e6b648e16a7f8216fc1a4540249e 4RMD160 (Starlet-0.13.tar.gz) = 9826f15c27f962c877176e7d91ae64d51bb8af50
5Size (Starlet-0.10.tar.gz) = 23411 bytes 5Size (Starlet-0.13.tar.gz) = 24502 bytes