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:           Fri Aug 26 07:37:30 UTC 2016

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

Log Message:
Update to 0.203000
Add p5-ExtUtils-MakeMaker as BUILD_DEPENDS

Upstream changes:
0.203000  2016-08-24 22:09:56-05:00 America/Chicago

    [ BUG FIXES ]
    * GH #1232: Force deserialization of body data even when an existing
      Plack::Request object has already parsed request body. Don't double
      decode deserialized data. (Russell Jenkins - @veryrusty)

    [ ENHANCEMENTS ]
    * GH #1195: Add change_session_id() method - both as a good security
      practice and to comply with other established security standards.
      (Peter Mottram)
    * GH #1234: Add convenience functions to access Dancer's HTTP_CODES
      table. (Yanick Champoux)

    [ DOCUMENTATION ]
    * Fix Typo (Stefan Hornburg - Racke)
    * Document $session->data (Stefan Hornburg - Racke)


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/p5-Dancer2/Makefile
cvs rdiff -u -r1.31 -r1.32 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.36 pkgsrc/www/p5-Dancer2/Makefile:1.37
--- pkgsrc/www/p5-Dancer2/Makefile:1.36 Tue Aug 16 00:34:14 2016
+++ pkgsrc/www/p5-Dancer2/Makefile      Fri Aug 26 07:37:30 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2016/08/16 00:34:14 wen Exp $
+# $NetBSD: Makefile,v 1.37 2016/08/26 07:37:30 wen Exp $
 
-DISTNAME=      Dancer2-0.202000
+DISTNAME=      Dancer2-0.203000
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CR/CROMEDOME/}
@@ -13,6 +13,7 @@ LICENSE=      ${PERL5_LICENSE}
 USE_LANGUAGES= # empty
 PERL5_PACKLIST= auto/Dancer2/.packlist
 
+BUILD_DEPENDS+=        p5-ExtUtils-MakeMaker>=7.12:../../devel/p5-ExtUtils-MakeMaker
 BUILD_DEPENDS+=        p5-Test-Memory-Cycle>=0:../../devel/p5-Test-Memory-Cycle
 BUILD_DEPENDS+=        p5-Test-MockTime>=0:../../time/p5-Test-MockTime
 BUILD_DEPENDS+=        p5-Test-TCP>=0:../../net/p5-Test-TCP

Index: pkgsrc/www/p5-Dancer2/distinfo
diff -u pkgsrc/www/p5-Dancer2/distinfo:1.31 pkgsrc/www/p5-Dancer2/distinfo:1.32
--- pkgsrc/www/p5-Dancer2/distinfo:1.31 Tue Aug 16 00:34:14 2016
+++ pkgsrc/www/p5-Dancer2/distinfo      Fri Aug 26 07:37:30 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2016/08/16 00:34:14 wen Exp $
+$NetBSD: distinfo,v 1.32 2016/08/26 07:37:30 wen Exp $
 
-SHA1 (Dancer2-0.202000.tar.gz) = 599aac8c5221402049d8c4745f75404ef83652a1
-RMD160 (Dancer2-0.202000.tar.gz) = c560e0b7c9c2b4f0fc556a9bc445820560f961dc
-SHA512 (Dancer2-0.202000.tar.gz) = c984f0a2a8b6275d4e571c0e4ae95a0c79305a6318da838f9840bdfdf8b6cbb2a6a99d425f8c7a194fbc1bfd7bfc64918d46455fa909ceefdddac21575425155
-Size (Dancer2-0.202000.tar.gz) = 351046 bytes
+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



Home | Main Index | Thread Index | Old Index