diff options
author | seb <seb@pkgsrc.org> | 2010-04-14 21:55:58 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-04-14 21:55:58 +0000 |
commit | ca4cf80f28a1dd19d8967805f59edf1910f7e679 (patch) | |
tree | 53bf5482563b47ba07f02d8f9c53cc367c2b0c9e /www | |
parent | a946f81e1446a072edc304c03602a589c972eaf1 (diff) | |
download | pkgsrc-ca4cf80f28a1dd19d8967805f59edf1910f7e679.tar.gz |
Update p5-Plack from version 0.9929 to version 0.9930.
Pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.9930 Tue Apr 13 20:18:06 PDT 2010
- Added Plack::Handler::Net::FastCGI (chansen)
- Made Test::TCP a hard dependency since Plack::Test needs it
- Added Delayed loader for Starlet and Starman (clkao)
- Hide logger middleware from log4perl's caller stack (haarg)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Plack/Makefile | 6 | ||||
-rw-r--r-- | www/p5-Plack/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/p5-Plack/Makefile b/www/p5-Plack/Makefile index 513b2950725..39fc41f3332 100644 --- a/www/p5-Plack/Makefile +++ b/www/p5-Plack/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/04/10 12:47:02 seb Exp $ +# $NetBSD: Makefile,v 1.2 2010/04/14 21:55:58 seb Exp $ -DISTNAME= Plack-0.9929 +DISTNAME= Plack-0.9930 PKGNAME= p5-${DISTNAME} #PKGREVISION= 1 CATEGORIES= www perl5 @@ -18,7 +18,6 @@ PERL5_PACKLIST= auto/Plack/.packlist BUILD_DEPENDS+= p5-Test-Simple>=0.88:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires -BUILD_DEPENDS+= p5-Test-TCP>=0.11:../../net/p5-Test-TCP DEPENDS+= p5-Devel-StackTrace-[0-9]*:../../devel/p5-Devel-StackTrace DEPENDS+= p5-Devel-StackTrace-AsHTML>=0.09:../../devel/p5-Devel-StackTrace-AsHTML DEPENDS+= p5-File-ShareDir>=1.00:../../devel/p5-File-ShareDir @@ -26,6 +25,7 @@ DEPENDS+= p5-Filesys-Notify-Simple-[0-9]*:../../devel/p5-Filesys-Notify-Simple DEPENDS+= p5-HTTP-Body>=1.06:../../www/p5-HTTP-Body DEPENDS+= p5-Hash-MultiValue>=0.05:../../devel/p5-Hash-MultiValue DEPENDS+= p5-libwww>=5.814:../../www/p5-libwww +DEPENDS+= p5-Test-TCP>=0.11:../../net/p5-Test-TCP DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny DEPENDS+= p5-URI>=1.36:../../www/p5-URI DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent diff --git a/www/p5-Plack/distinfo b/www/p5-Plack/distinfo index 53f91e41fc4..6ed9a6a3c69 100644 --- a/www/p5-Plack/distinfo +++ b/www/p5-Plack/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/04/10 12:47:02 seb Exp $ +$NetBSD: distinfo,v 1.2 2010/04/14 21:55:58 seb Exp $ -SHA1 (Plack-0.9929.tar.gz) = 1df3d274a8738d4e3810cfc3b9fce1d58408315e -RMD160 (Plack-0.9929.tar.gz) = 99b76af209bcd34ffe37f8c62995d9b2e08f05c1 -Size (Plack-0.9929.tar.gz) = 2526117 bytes +SHA1 (Plack-0.9930.tar.gz) = aafd42a014d2680635310d5bd0250485beb8a891 +RMD160 (Plack-0.9930.tar.gz) = 44cc10989f669d51c22d1b687221095de1f49859 +Size (Plack-0.9930.tar.gz) = 2529110 bytes |