pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/p5-Catalyst-Runtime



Module Name:    pkgsrc
Committed By:   wen
Date:           Fri Jan  4 06:20:27 UTC 2019

Modified Files:
        pkgsrc/www/p5-Catalyst-Runtime: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/www/p5-Catalyst-Runtime/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/p5-Catalyst-Runtime/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/p5-Catalyst-Runtime/Makefile
diff -u pkgsrc/www/p5-Catalyst-Runtime/Makefile:1.47 pkgsrc/www/p5-Catalyst-Runtime/Makefile:1.48
--- pkgsrc/www/p5-Catalyst-Runtime/Makefile:1.47        Sat Oct 20 13:09:37 2018
+++ pkgsrc/www/p5-Catalyst-Runtime/Makefile     Fri Jan  4 06:20:27 2019
@@ -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
 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

Index: pkgsrc/www/p5-Catalyst-Runtime/distinfo
diff -u pkgsrc/www/p5-Catalyst-Runtime/distinfo:1.31 pkgsrc/www/p5-Catalyst-Runtime/distinfo:1.32
--- pkgsrc/www/p5-Catalyst-Runtime/distinfo:1.31        Sat Oct 20 13:09:37 2018
+++ pkgsrc/www/p5-Catalyst-Runtime/distinfo     Fri Jan  4 06:20:27 2019
@@ -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



Home | Main Index | Thread Index | Old Index