Thu Aug 6 09:10:49 2015 UTC ()
Update to 0.50, add missing p5-CGI dependency:

0.50    2015-02-02
  - All collected changes since 0.44

0.45_08 2015-01-29
 - IPv6 skipping code always turned off tests, rather than just
   skipping on bad hosts.

0.45_07 2015-01-27T22:24Z
 - Skip IPv6 tests in 01live.t on machines where IPv6 isn't configured

0.45_06 2015-01-23T17:55Z
 - Further test iteration and diagnostics for smoke failures

0.45_05 2015-01-22T16:23Z
 - Test diagnostics for cpantester failures
 - Hopefully better localhost handling

0.45_04 2015-01-20T17:40Z
 - Fix compatibility for the IPv6 support in .45_02
 - Hopefully improve the live tests

0.45_03 2015-01-14T19:48Z
 - Remove useless VERSION from HTTP::Server::Simple::CGI and
   HTTP::Server::Simple::CGI::Environment

0.45_02 2012-05-20T18:15Z
 - Support for IPv6 - Daniel Kahn Gillmor [rt.cpan.org #61200]

0.45_01 2011-09-22T10:10:41Z
 - Support full URIs as required by RFC2616 - penfold [rt.cpan.org #69445]


(wiz)
diff -r1.25 -r1.26 pkgsrc/www/p5-HTTP-Server-Simple/Makefile
diff -r1.13 -r1.14 pkgsrc/www/p5-HTTP-Server-Simple/distinfo

cvs diff -r1.25 -r1.26 pkgsrc/www/p5-HTTP-Server-Simple/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-HTTP-Server-Simple/Makefile 2015/06/12 10:52:04 1.25
+++ pkgsrc/www/p5-HTTP-Server-Simple/Makefile 2015/08/06 09:10:49 1.26
@@ -1,21 +1,20 @@ @@ -1,21 +1,20 @@
1# $NetBSD: Makefile,v 1.25 2015/06/12 10:52:04 wiz Exp $ 1# $NetBSD: Makefile,v 1.26 2015/08/06 09:10:49 wiz Exp $
2# 
3 2
4DISTNAME= HTTP-Server-Simple-0.44 3DISTNAME= HTTP-Server-Simple-0.50
5PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
6PKGREVISION= 4 
7CATEGORIES= www perl5 5CATEGORIES= www perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
9 7
10MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/HTTP-Server-Simple/ 9HOMEPAGE= http://search.cpan.org/dist/HTTP-Server-Simple/
12COMMENT= Perl5 module providing a simple standalone HTTP daemon 10COMMENT= Perl5 module providing a simple standalone HTTP daemon
13LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
14 12
 13DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI
15DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI 14DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
16 15
17PERL5_PACKLIST= auto/HTTP/Server/Simple/.packlist 16PERL5_PACKLIST= auto/HTTP/Server/Simple/.packlist
18PERL5_MODULE_TYPE= Module::Install::Bundled 17PERL5_MODULE_TYPE= Module::Install::Bundled
19 18
20.include "../../lang/perl5/module.mk" 19.include "../../lang/perl5/module.mk"
21.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"

cvs diff -r1.13 -r1.14 pkgsrc/www/p5-HTTP-Server-Simple/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-HTTP-Server-Simple/distinfo 2012/01/26 14:24:57 1.13
+++ pkgsrc/www/p5-HTTP-Server-Simple/distinfo 2015/08/06 09:10:49 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2012/01/26 14:24:57 rhaen Exp $ 1$NetBSD: distinfo,v 1.14 2015/08/06 09:10:49 wiz Exp $
2 2
3SHA1 (HTTP-Server-Simple-0.44.tar.gz) = be011542d86f036ece77fa6d04b21cf12ffb723a 3SHA1 (HTTP-Server-Simple-0.50.tar.gz) = bee1f60fe5b673abf2c219ff0acfac0fb062999b
4RMD160 (HTTP-Server-Simple-0.44.tar.gz) = d0071e2b09ad8f5474a8d08f8eccb9c60b5b8bfe 4RMD160 (HTTP-Server-Simple-0.50.tar.gz) = adf4d966610dc780509f50a230647f7e99442f6f
5Size (HTTP-Server-Simple-0.44.tar.gz) = 33804 bytes 5Size (HTTP-Server-Simple-0.50.tar.gz) = 36290 bytes