diff options
author | wen <wen@pkgsrc.org> | 2014-10-27 13:57:11 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-10-27 13:57:11 +0000 |
commit | 50ae437f5b351475115ddd4b17061fcd9ccfa56e (patch) | |
tree | 6bd9773f48cc3e117b175d937ec603379525b6be /www | |
parent | d6b7c15f7e676db59109bdfde00f8df1a87e57c8 (diff) | |
download | pkgsrc-50ae437f5b351475115ddd4b17061fcd9ccfa56e.tar.gz |
Update to 1.3132
Upstream changes:
1.3132 2014-10-20
[STATISTICS]
- code churn: 1 file changed, 12 insertions(+), 6 deletions(-)
1.3131_1 2014-10-13
[BUG FIXES]
- One test would fail if Template::Toolkit was not installed. (GH#1083)
[STATISTICS]
- code churn: 2 files changed, 26 insertions(+), 10 deletions(-)
1.3131_0 2014-10-11
[BUG FIXES]
- Test was failing under perl 5.8.9. (GH#1057, Tom Hukins)
- Don't get tripped by YAML::XS's readonly values. (GH#1070)
[DOCUMENTATION]
- Minor doc update to detail how to pass protocol information in Apache
(GH#1079, Andy Beverley)
- Add the Dancer policy POD.
[ENHANCEMENTS]
- Dancer::Template::TemplateToolkit now supports DATA-embedded templates.
(GH#1061, Jochen Lutz)
- New function 'param_array'. (GH#1055, Yanick Champoux)
- D::Serializer::YAML and Dancer::Config can now use 'YAML::XS'.
[MISC]
- Add 'YAML' as a recommended dependency. (GH#1080)
[STATISTICS]
- code churn: 14 files changed, 348 insertions(+), 30 deletions(-)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Dancer/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Dancer/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-Dancer/Makefile b/www/p5-Dancer/Makefile index 9bd5b86efa0..3a388369ecd 100644 --- a/www/p5-Dancer/Makefile +++ b/www/p5-Dancer/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2014/09/16 11:59:52 wen Exp $ +# $NetBSD: Makefile,v 1.28 2014/10/27 13:57:11 wen Exp $ -DISTNAME= Dancer-1.3130 +DISTNAME= Dancer-1.3132 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Y/YA/YANICK/} diff --git a/www/p5-Dancer/distinfo b/www/p5-Dancer/distinfo index dba278918ff..ae3bb021b21 100644 --- a/www/p5-Dancer/distinfo +++ b/www/p5-Dancer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2014/09/16 11:59:52 wen Exp $ +$NetBSD: distinfo,v 1.22 2014/10/27 13:57:11 wen Exp $ -SHA1 (Dancer-1.3130.tar.gz) = ff88e9b409c6f3eccc4b3ddd495229a1958ef468 -RMD160 (Dancer-1.3130.tar.gz) = b4a0f100c1ada735d0e8782b1622fc9b38063565 -Size (Dancer-1.3130.tar.gz) = 384632 bytes +SHA1 (Dancer-1.3132.tar.gz) = 766c65a04d030e6a07a5266fab31f86ce65d3557 +RMD160 (Dancer-1.3132.tar.gz) = aeb659508fd1f908edbe6bc81d638464139ea6fd +Size (Dancer-1.3132.tar.gz) = 388898 bytes |