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 context 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,9 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2015/06/12 10:52:04 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.26 2015/08/06 09:10:49 wiz Exp $
 
-DISTNAME=	HTTP-Server-Simple-0.44
+DISTNAME=	HTTP-Server-Simple-0.50
 PKGNAME=	p5-${DISTNAME}
-PKGREVISION=	4
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=HTTP/}
 
@@ -12,6 +10,7 @@
 COMMENT=	Perl5 module providing a simple standalone HTTP daemon
 LICENSE=	${PERL5_LICENSE}
 
+DEPENDS+=	p5-CGI-[0-9]*:../../www/p5-CGI
 DEPENDS+=	p5-URI-[0-9]*:../../www/p5-URI
 
 PERL5_PACKLIST=		auto/HTTP/Server/Simple/.packlist

cvs diff -r1.13 -r1.14 pkgsrc/www/p5-HTTP-Server-Simple/distinfo (expand / switch to context 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 @@
-$NetBSD: distinfo,v 1.13 2012/01/26 14:24:57 rhaen Exp $
+$NetBSD: distinfo,v 1.14 2015/08/06 09:10:49 wiz Exp $
 
-SHA1 (HTTP-Server-Simple-0.44.tar.gz) = be011542d86f036ece77fa6d04b21cf12ffb723a
+SHA1 (HTTP-Server-Simple-0.50.tar.gz) = bee1f60fe5b673abf2c219ff0acfac0fb062999b
-RMD160 (HTTP-Server-Simple-0.44.tar.gz) = d0071e2b09ad8f5474a8d08f8eccb9c60b5b8bfe
+RMD160 (HTTP-Server-Simple-0.50.tar.gz) = adf4d966610dc780509f50a230647f7e99442f6f
-Size (HTTP-Server-Simple-0.44.tar.gz) = 33804 bytes
+Size (HTTP-Server-Simple-0.50.tar.gz) = 36290 bytes