Update to 1.0048
Update DEPENDS Upstream changes: 1.0048 2020-11-29 16:20:00 PST [IMPROVEMENTS] - Updated documentation for cotent_length and content_type #625 - Allow hyphens in file extensions for custom MIME types #614 - Updated some python test script to work with Python 3 #639 [BUG FIXES] - Fix HTTP::Message::PSGI to work with delayed writer without content #653 - Plackup reloader allows restarting the server when the path contains .git or .svn, just not at the beginning of the path #632 - Added MIME types for .webp, .ttf and .xlsx files (rrwo) - Fix Plack::Request content to not error when Content-Type is empty #655
This commit is contained in:
parent
4762cd16a4
commit
cda078cbf5
2 changed files with 12 additions and 11 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.51 2020/08/31 18:13:05 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.52 2021/01/29 12:06:10 wen Exp $
|
||||
|
||||
DISTNAME= Plack-1.0047
|
||||
DISTNAME= Plack-1.0048
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/}
|
||||
|
||||
|
@ -12,6 +11,8 @@ COMMENT= PSGI toolkit and servers
|
|||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
|
||||
BUILD_DEPENDS+= p5-CGI-Compile-[0-9]*:../../www/p5-CGI-Compile
|
||||
|
||||
DEPENDS+= p5-libwww>=5.814:../../www/p5-libwww
|
||||
DEPENDS+= p5-HTTP-Message>=5.814:../../www/p5-HTTP-Message
|
||||
DEPENDS+= p5-URI>=1.59:../../www/p5-URI
|
||||
|
@ -23,10 +24,10 @@ DEPENDS+= p5-Devel-StackTrace>=1.23:../../devel/p5-Devel-StackTrace
|
|||
DEPENDS+= p5-Devel-StackTrace-AsHTML>=0.11:../../devel/p5-Devel-StackTrace-AsHTML
|
||||
DEPENDS+= p5-Filesys-Notify-Simple-[0-9]*:../../devel/p5-Filesys-Notify-Simple
|
||||
DEPENDS+= p5-Hash-MultiValue>=0.05:../../devel/p5-Hash-MultiValue
|
||||
DEPENDS+= p5-HTTP-Entity-Parser>=0.17:../../www/p5-HTTP-Entity-Parser
|
||||
DEPENDS+= p5-Test-TCP>=2.00:../../net/p5-Test-TCP
|
||||
DEPENDS+= p5-HTTP-Entity-Parser>=0.25:../../www/p5-HTTP-Entity-Parser
|
||||
DEPENDS+= p5-Test-TCP>=2.15:../../net/p5-Test-TCP
|
||||
DEPENDS+= p5-Stream-Buffered>=0.02:../../devel/p5-Stream-Buffered
|
||||
DEPENDS+= p5-Apache-LogFormat-Compiler>=0.12:../../www/p5-Apache-LogFormat-Compiler
|
||||
DEPENDS+= p5-Apache-LogFormat-Compiler>=0.33:../../www/p5-Apache-LogFormat-Compiler
|
||||
DEPENDS+= p5-Cookie-Baker>=0.07:../../www/p5-Cookie-Baker
|
||||
DEPENDS+= p5-HTTP-Headers-Fast>=0.18:../../www/p5-HTTP-Headers-Fast
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.36 2018/02/24 04:11:35 wen Exp $
|
||||
$NetBSD: distinfo,v 1.37 2021/01/29 12:06:10 wen Exp $
|
||||
|
||||
SHA1 (Plack-1.0047.tar.gz) = be6e14f858af0f6b7ec1389697dda5dfc186e2e0
|
||||
RMD160 (Plack-1.0047.tar.gz) = cbee59517d53968b8c9bb69700814e522b781512
|
||||
SHA512 (Plack-1.0047.tar.gz) = 95fa7b7c1cc4d94bc077e69b52a6555e6f62e0119a29cb932f554e70a3466e8bb416b5a8e02c2a11c45f60e87fd01ed469c80a1c19c1a2eba7ba5ad2263e994c
|
||||
Size (Plack-1.0047.tar.gz) = 180792 bytes
|
||||
SHA1 (Plack-1.0048.tar.gz) = 65b98f722863e66e5bca53e77e8b54c5835a4180
|
||||
RMD160 (Plack-1.0048.tar.gz) = 9d330418d5fd4a15c04ab0a49a3ed3c26d75f4d3
|
||||
SHA512 (Plack-1.0048.tar.gz) = 52168240deaaf613a86a157bde426d22e1e857e0506605f0e7568aa05b968d236ed42843772d7dc187de8f9ebf0329999ac534c04bda8fa739173da45828a5e0
|
||||
Size (Plack-1.0048.tar.gz) = 190445 bytes
|
||||
|
|
Loading…
Reference in a new issue