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:           Sat Jan 28 12:26:57 UTC 2017

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

Log Message:
Update to 0.204004
Add missing DEPENDS

Upstream changes:
0.204004  2017-01-26 18:29:34+01:00 Europe/Amsterdam

    [ BUG FIXES ]
    * GH #1307: Fix breakage of Template::Toolkit, caused by
      previous release. (Peter SysPete Mottram)

0.204003  2017-01-25 15:21:40-06:00 America/Chicago

    [ BUG FIXES ]
    * GH #1299: Fix missing CPANTS prereqs (Mohammad S. Anwar)

    [ ENHANCEMENTS ]
    * GH #1249: Improve consistency with Template::Toolkit,
      using correct case for 'include_path', 'stop_tag', 'end_tag',
      and 'start_tag', removing ANYCASE option.
      (Klaus Ita)
    * Call route exception hook before logging an error, allowing devs to
      raise their own errors bedore D2 logging takes over. (Andy Beverley)

    [ DOCUMENTATION ]
    * Add another example of the delayed asynchronous mechanism
      (Ed @mohawk2 J., Sawyer X)
    * GH #1291: Document 'change_session_id' in Dancer2::Core::App.
      (Peter SysPete Mottram)
    * Fix typo in Dancer2::Core::Response (Gregorr Herrmann)
    * Document Dancer2::Plugin::RootURIFor (Mario Zieschang)


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/www/p5-Dancer2/Makefile
cvs rdiff -u -r1.35 -r1.36 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.40 pkgsrc/www/p5-Dancer2/Makefile:1.41
--- pkgsrc/www/p5-Dancer2/Makefile:1.40 Mon Jan  2 01:29:37 2017
+++ pkgsrc/www/p5-Dancer2/Makefile      Sat Jan 28 12:26:57 2017
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.40 2017/01/02 01:29:37 wen Exp $
+# $NetBSD: Makefile,v 1.41 2017/01/28 12:26:57 wen Exp $
 
-DISTNAME=      Dancer2-0.204002
+DISTNAME=      Dancer2-0.204004
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    www perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CR/CROMEDOME/}
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Dancer2/
@@ -31,6 +31,7 @@ DEPENDS+=     p5-HTTP-Body>=0:../../www/p5-H
 DEPENDS+=      p5-HTTP-Date>=0:../../www/p5-HTTP-Date
 DEPENDS+=      p5-HTTP-Message>=0:../../www/p5-HTTP-Message
 DEPENDS+=      p5-JSON>=0:../../converters/p5-JSON
+DEPENDS+=      p5-JSON-MaybeXS>=0:../../converters/p5-JSON-MaybeXS
 #DEPENDS+=     {perl>=5.7.3,p5-MIME-Base64>=0}:../../converters/p5-MIME-Base64
 DEPENDS+=      p5-Module-Pluggable>=0:../../devel/p5-Module-Pluggable
 DEPENDS+=      p5-Moo>=2.000000:../../devel/p5-Moo

Index: pkgsrc/www/p5-Dancer2/distinfo
diff -u pkgsrc/www/p5-Dancer2/distinfo:1.35 pkgsrc/www/p5-Dancer2/distinfo:1.36
--- pkgsrc/www/p5-Dancer2/distinfo:1.35 Mon Jan  2 01:29:37 2017
+++ pkgsrc/www/p5-Dancer2/distinfo      Sat Jan 28 12:26:57 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2017/01/02 01:29:37 wen Exp $
+$NetBSD: distinfo,v 1.36 2017/01/28 12:26:57 wen Exp $
 
-SHA1 (Dancer2-0.204002.tar.gz) = d88233dee0432bb397008714e46b3f9bdccc2509
-RMD160 (Dancer2-0.204002.tar.gz) = 6fe47bab6241219a18c95be233d1e0c26240e0cc
-SHA512 (Dancer2-0.204002.tar.gz) = 257a0c9e40bad749878114be38d7f7654fafecf03e6f68a315170607e7530828f396650d0e3a8d6f905be9c4546cb2f4a96f957f3aefdcbafb7bb800060ca0a3
-Size (Dancer2-0.204002.tar.gz) = 361559 bytes
+SHA1 (Dancer2-0.204004.tar.gz) = 7fd33bc24c366dc719914b67f885f10e7ca1bda6
+RMD160 (Dancer2-0.204004.tar.gz) = 196126fee825e4c4b5ab700bbcd7b448b994bc2a
+SHA512 (Dancer2-0.204004.tar.gz) = 3d3f4a869d944ac8fb1500f35b3f417ec590c5a087b9091da4842fd89dec1fd8ad38eb22cdf152b88e8f4ff77275705ee1812785a35436e26ff40707c80251f2
+Size (Dancer2-0.204004.tar.gz) = 353956 bytes



Home | Main Index | Thread Index | Old Index