diff options
author | wen <wen@pkgsrc.org> | 2013-10-01 11:15:00 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-10-01 11:15:00 +0000 |
commit | e851f7dfb6e4453bfe9c0e3ab283fb054f5b527e (patch) | |
tree | 1690499ccd4a6ab6f966940b98fda1cafc6efa5f /www | |
parent | ef58282c2daa1b310df084cd1e49467e37b07e7f (diff) | |
download | pkgsrc-e851f7dfb6e4453bfe9c0e3ab283fb054f5b527e.tar.gz |
Update to 1.3118
Upstream changes:
1.3118 01.09.2013
[ ENHANCEMENTS ]
* GH #946: new 'require_environment' setting. (Jesse van Herk)
* GH #952: don't set defaults for Template subclasses for
Dancer::Template::TemplateToolkit. (Rick Myers)
* GH #945: add function 'template_or_serialize' to
Dancer::Serializer::Mutable. (Yanick Champoux)
[ BUG FIXES ]
* GH #655: clarify logger error message. (Yanick Champoux,
reported by Gabor Szabo)
* GH #951: fix quoting of TemplateToolkit start_tag/stop_tag.
(Rick Myers)
* GH #940: carry over the session when we forward().
(Yanick Champoux, reported by sciurius)
* GH #954: don't die on autoflush for older perls.
(Yanick Champoux, reported by metateck and David Golden)
* GH #950: Dancer::Test functions now populate REQUEST_URI.
(Yanick Champoux, reported by S枚ren Kornetzki)
[ DOCUMENTATION ]
* GH #942: simpilify the Apache deployment docs for cgi/fcgi.
(bug report by Scott Penrose)
[ MISC ]
* GH #949: fixes a few errors in the serializer testsuite.
(Franck Cuny)
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 8289a0e1d6d..1d4ee9cfa75 100644 --- a/www/p5-Dancer/Makefile +++ b/www/p5-Dancer/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2013/08/13 16:07:57 wen Exp $ +# $NetBSD: Makefile,v 1.19 2013/10/01 11:15:00 wen Exp $ -DISTNAME= Dancer-1.3117 +DISTNAME= Dancer-1.3118 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 7676af51793..a2929ebce54 100644 --- a/www/p5-Dancer/distinfo +++ b/www/p5-Dancer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2013/08/13 16:07:57 wen Exp $ +$NetBSD: distinfo,v 1.14 2013/10/01 11:15:00 wen Exp $ -SHA1 (Dancer-1.3117.tar.gz) = 7e738d2735d6614be696d4a93ae84f0d06765010 -RMD160 (Dancer-1.3117.tar.gz) = 1b296f07a0b413b61a7af41ad4a14bd350c10c1a -Size (Dancer-1.3117.tar.gz) = 299615 bytes +SHA1 (Dancer-1.3118.tar.gz) = c95212a7ee3949867b487007f1b6a7e03d49d753 +RMD160 (Dancer-1.3118.tar.gz) = 3e759b6490af8a4ffdbaec9e9af892fbc51b5e97 +Size (Dancer-1.3118.tar.gz) = 301726 bytes |