pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Dancer2



Module Name:    pkgsrc
Committed By:   wen
Date:           Thu Oct 13 12:36:39 UTC 2016

Modified Files:
        pkgsrc/www/p5-Dancer2: Makefile distinfo

Log Message:
Update to 0.204000

Upstream changes:
0.204000  2016-10-10 20:56:51-05:00 America/Chicago

    [ BUG FIXES ]
    * GH #1255: Fix hook overriding in plugin. (Yves Orton)
    * GH #1191: Named capture prior to dispatch breaks dispatch.
      (Yves Orton)
    * GH #1235: Clean up descriptions for HTTP codes 303 and 305.
      (Yanick Champoux)
    * Remove duplicate (and errornous) 451 error message.
      (Sawyer X)
    * GH #1116, #1245: Ensure cached Hash::MultiValue parameters are cloned
      into the new request. (Russell @veryrusty Jenkins)

    [ ENHANCEMENTS ]
    * You can now provide a $EVAL_SHIM to Dancer2::Core::App in order
      to have custom code run on eval{} calls. One example of this
      is to handle proper counting of stack frames when you want to
      unwind/unroll the stack for custom error reporting.
      (Yves Orton)
    * Added a cpanfile to allow installing local dependencies with
      carton. (Mickey Nasriachi)
    * GH #1260: Specify optional charset to send_file and send_as
      (Russell @veryrusty Jenkins)
    * PR #1162: Change skeleton template tags so skeletons can generate
      applications that use Template Toolkit default tags (Jason Lewis)
    * GH #1149: Fix config loading inconsistencies, support local config
      files in addition to standard Dancer conf files (Jonathan Scott Duff)
    * PR #1269: Stash decoded body_parameters separately from those
      in Plack::Request (Russell @veryrusty Jenkins)
    * GH #1253: Static middleware should send 304 Not Modified to enable
      intermediate level caching. (Russell @veryrusty Jenkins)

    [ DOCUMENTATION ]
    * GH #608: Remove extra general COPYRIGHT notice in Tutorial.
      (Sawyer X)
    * Simplify upload example. (Alberto Sim繭es, Sawyer X)

0.203001  2016-09-03 20:59:47-05:00 America/Chicago

    [ BUG FIXES ]
    * GH #1237: Specify minimum version of List::Util required for pair*
      functionals. (Russell @veryrusty Jenkins)

    [ ENHANCEMENTS ]
    * PR #1242: Replace Class::Load with Module::Runtime (Russell
      Jenkins - @veryrusty)


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/www/p5-Dancer2/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/p5-Dancer2/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-Dancer2/Makefile
diff -u pkgsrc/www/p5-Dancer2/Makefile:1.37 pkgsrc/www/p5-Dancer2/Makefile:1.38
--- pkgsrc/www/p5-Dancer2/Makefile:1.37 Fri Aug 26 07:37:30 2016
+++ pkgsrc/www/p5-Dancer2/Makefile      Thu Oct 13 12:36:39 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2016/08/26 07:37:30 wen Exp $
+# $NetBSD: Makefile,v 1.38 2016/10/13 12:36:39 wen Exp $
 
-DISTNAME=      Dancer2-0.203000
+DISTNAME=      Dancer2-0.204000
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CR/CROMEDOME/}

Index: pkgsrc/www/p5-Dancer2/distinfo
diff -u pkgsrc/www/p5-Dancer2/distinfo:1.32 pkgsrc/www/p5-Dancer2/distinfo:1.33
--- pkgsrc/www/p5-Dancer2/distinfo:1.32 Fri Aug 26 07:37:30 2016
+++ pkgsrc/www/p5-Dancer2/distinfo      Thu Oct 13 12:36:39 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.32 2016/08/26 07:37:30 wen Exp $
+$NetBSD: distinfo,v 1.33 2016/10/13 12:36:39 wen Exp $
 
-SHA1 (Dancer2-0.203000.tar.gz) = 007c4e1962dca9ef09c583b7ac3ad3b56b14d834
-RMD160 (Dancer2-0.203000.tar.gz) = 3dc0013db4f39d5ca7d70da45740a37c86a181d5
-SHA512 (Dancer2-0.203000.tar.gz) = fd34dfe99490f1a730ef6a8e6fb4cb9ddd1bf2100b3d46a4875aecdd9ccf45b0671814c594ceb85af2083ff3167a93144f0c18fc92471f52a247dfdd801eed34
-Size (Dancer2-0.203000.tar.gz) = 355156 bytes
+SHA1 (Dancer2-0.204000.tar.gz) = 76a516119b5271a8e0cb27f62f59e30069aaeeef
+RMD160 (Dancer2-0.204000.tar.gz) = 8075ca16cf71a4bb45604e6201d13b5904378886
+SHA512 (Dancer2-0.204000.tar.gz) = 2185697d966ebe80e50ca25d6cf5468ddd78b1033a7d43b5ec08c212086d5c5ab3faa64050b76809c5d75acd4be79aae27c15de03ace3881691e1870e777d08c
+Size (Dancer2-0.204000.tar.gz) = 359870 bytes



Home | Main Index | Thread Index | Old Index