diff options
author | wen <wen@pkgsrc.org> | 2017-01-28 12:26:57 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2017-01-28 12:26:57 +0000 |
commit | da3eb7c1af81cf32f5fbc597e09ee8d5c09c9361 (patch) | |
tree | d75f5cddae8c0ba14077ba7d64b238f66910bcba /www/p5-Dancer2 | |
parent | 6d5a1428c35455e6db7213e81970906bf7bb7b1e (diff) | |
download | pkgsrc-da3eb7c1af81cf32f5fbc597e09ee8d5c09c9361.tar.gz |
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)
Diffstat (limited to 'www/p5-Dancer2')
-rw-r--r-- | www/p5-Dancer2/Makefile | 7 | ||||
-rw-r--r-- | www/p5-Dancer2/distinfo | 10 |
2 files changed, 9 insertions, 8 deletions
diff --git a/www/p5-Dancer2/Makefile b/www/p5-Dancer2/Makefile index ffb7ad2c928..7fa76531d2d 100644 --- a/www/p5-Dancer2/Makefile +++ b/www/p5-Dancer2/Makefile @@ -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 HOMEPAGE= http://search.cpan.org/dist/Dancer2/ @@ -31,6 +31,7 @@ DEPENDS+= p5-HTTP-Body>=0:../../www/p5-HTTP-Body 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 diff --git a/www/p5-Dancer2/distinfo b/www/p5-Dancer2/distinfo index 5c46356e78b..f8608bb1c8b 100644 --- a/www/p5-Dancer2/distinfo +++ b/www/p5-Dancer2/distinfo @@ -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 |