diff options
author | wen <wen@pkgsrc.org> | 2019-01-04 06:20:27 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2019-01-04 06:20:27 +0000 |
commit | 1a967a335ad54ccfdb6d436c3c7f8ef443c3557c (patch) | |
tree | 900744fb5a08d83ee3dd838ff70f50998aa8d825 /www/p5-Catalyst-Runtime | |
parent | f9f0c1ad54d99c17675bf4c51073f1fbc7f7e73b (diff) | |
download | pkgsrc-1a967a335ad54ccfdb6d436c3c7f8ef443c3557c.tar.gz |
Update to 5.90123
Add missing DEPENDS
Upstream changes:
5.90123 - 2018-11-27
- Fix emitting warnings when REMOTE_ADDR is undefined (RT#113388)
- Fix $c->req->hostname empty for IPv6 clients (RT#75731)
- split code to log stats report into a separate log_stats method (RT#127392)
5.90122 - 2018-11-03
- releasing as stable
5.90_121 - 2018-10-22
- use the :utf8_strict (PerlIO::utf8_strict) rather than :encoding file handle
layer to handle decoding uploads, as a performance boost.
- fix handling of decoding uploaded files. this fixes the usage of sysread
on :utf8 handles, and reenables the tests on all perl versions. Fixes CPAN
RT#125843. See also erl RT#133585.
- giving incorrect types to uri_for will warn to logs rather than via carp
- silence warning and error output from tests
Diffstat (limited to 'www/p5-Catalyst-Runtime')
-rw-r--r-- | www/p5-Catalyst-Runtime/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Catalyst-Runtime/distinfo | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/www/p5-Catalyst-Runtime/Makefile b/www/p5-Catalyst-Runtime/Makefile index e6ddd866867..8e9b9038f91 100644 --- a/www/p5-Catalyst-Runtime/Makefile +++ b/www/p5-Catalyst-Runtime/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2018/10/20 13:09:37 wen Exp $ +# $NetBSD: Makefile,v 1.48 2019/01/04 06:20:27 wen Exp $ -DISTNAME= Catalyst-Runtime-5.90120 +DISTNAME= Catalyst-Runtime-5.90123 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} @@ -49,6 +49,7 @@ DEPENDS+= p5-Catalyst-DispatchType-Regex>=5.90021:../../www/p5-Catalyst-Dispatch DEPENDS+= p5-Plack-Middleware-FixMissingBodyInRedirect-[0-9]*:../../www/p5-Plack-Middleware-FixMissingBodyInRedirect DEPENDS+= p5-Plack-Middleware-MethodOverride-[0-9]*:../../www/p5-Plack-Middleware-MethodOverride DEPENDS+= p5-Plack-Middleware-RemoveRedundantBody-[0-9]*:../../www/p5-Plack-Middleware-RemoveRedundantBody +DEPENDS+= p5-PerlIO-utf8_strict>=0:../../devel/p5-PerlIO-utf8_strict BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception #BUILD_DEPENDS+= p5-Test-MockObject>=1.07:../../devel/p5-Test-MockObject diff --git a/www/p5-Catalyst-Runtime/distinfo b/www/p5-Catalyst-Runtime/distinfo index 294135ac286..c6dc1058f3e 100644 --- a/www/p5-Catalyst-Runtime/distinfo +++ b/www/p5-Catalyst-Runtime/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.31 2018/10/20 13:09:37 wen Exp $ +$NetBSD: distinfo,v 1.32 2019/01/04 06:20:27 wen Exp $ -SHA1 (Catalyst-Runtime-5.90120.tar.gz) = 44ab735424ecc0bb888c5439a302e8e591cc7758 -RMD160 (Catalyst-Runtime-5.90120.tar.gz) = 4b1e0ddb69881519e1f46b7da1d4b3f284ea9d7c -SHA512 (Catalyst-Runtime-5.90120.tar.gz) = ecd5db46900de172c8b26d12341befdf64ad10160a3c6bec943ef8b8bb08f0fb64a90d325de65ce5bac2f913147b89bc695ef9c2edd62ba970fdd16252356adf -Size (Catalyst-Runtime-5.90120.tar.gz) = 374248 bytes +SHA1 (Catalyst-Runtime-5.90123.tar.gz) = fdc6850ae1bf268ec78c46e8f7027eb8ac100fa8 +RMD160 (Catalyst-Runtime-5.90123.tar.gz) = c79c959eb1293c99a910cdcb8c7392abacf73507 +SHA512 (Catalyst-Runtime-5.90123.tar.gz) = b0ab0437a86859ed6b364695ffdd6ade9d4cb7cd14b4ab6b856bf5e673f93baf576d4ae3afd7225271dbfe0ff6bee20fd1052a4e9480a5b4ea9d0419a878c9de +Size (Catalyst-Runtime-5.90123.tar.gz) = 384814 bytes |