diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-12-06 06:50:04 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-12-06 06:50:04 +0000 |
commit | 462339275db2b27894bff6f1233653cbaf95033d (patch) | |
tree | 871ae0ad7122dc1bd292d9302552b457273d5c6d /www | |
parent | cb96eeb0ab5a1ede8a763f1b039d5b88defc7a1c (diff) | |
download | pkgsrc-462339275db2b27894bff6f1233653cbaf95033d.tar.gz |
Update p5-Dancer to 1.3080.
Changes from previous:
1.3080 25.10.2011
** Codename: Sawyer's Sugar Stream // Sawyer X **
[ ENHANCEMENTS ]
* No functional changes, just releasing as stable.
1.3079_05 02.10.2011
[ API CHANGES ]
* Deprecation of 'before', 'before_template' and 'after' in favor of hook
(Alberto Simões)
[ BUG FIXES ]
* Minor corrections (jamhed, felixdo)
* Log if a view and or a layout is not found (Alberto Simões, reported
by David Previous)
[ ENHANCEMENTS ]
* Add support for the HTTP 'PATCH' verb (David Precious)
1.3079_04 02.10.2011
[ ENHANCEMENTS ]
* PSGI handler code cleaned up (chromatic).
* Improved warning localizations (chromatic).
[ DOCUMENTATION ]
* Dancer::Plugins typos (Olof Johansson).
* PSGI handler documented (chromatic).
1.3079_03 10.09.2011
[ ENHANCEMENTS ]
* Support XML::Simple configuration for serializing/deserializing
(Alberto Simões)
* Hard deprecate lots of stuff (Alberto Simões)
[ BUG FIXES ]
* Don't clobber TT INCLUDE_PATH if the user set it specifically in the
config file - Issue 643 (David Precious, reported by meraxes)
* Don't require a space after semi-colon delimiting multiple name=value
cookie pairs - Issue 642 (David Precious, reported by travisbeck)
1.3079_02 28.08.2011
[ BUG FIXES ]
* Remove hard-coded version from 404.html and 500.html (Alberto Simões)
* Fix logging of UTF8-encoded strings (jamhed)
* Do not clean 'vars' during forward (Alberto Simões)
[ ENHANCEMENTS ]
* Add streaming support to send_file. (Sawyer X)
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 a88848f6e2b..342ad43a61c 100644 --- a/www/p5-Dancer/Makefile +++ b/www/p5-Dancer/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2011/10/21 04:04:27 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.5 2011/12/06 06:50:04 hiramatsu Exp $ -DISTNAME= Dancer-1.3072 +DISTNAME= Dancer-1.3080 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/} diff --git a/www/p5-Dancer/distinfo b/www/p5-Dancer/distinfo index ab231e0ae5e..b8991967ce1 100644 --- a/www/p5-Dancer/distinfo +++ b/www/p5-Dancer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2011/10/21 04:04:27 hiramatsu Exp $ +$NetBSD: distinfo,v 1.3 2011/12/06 06:50:04 hiramatsu Exp $ -SHA1 (Dancer-1.3072.tar.gz) = 4215bfd7c021a39bd847e590841119d88b7faa20 -RMD160 (Dancer-1.3072.tar.gz) = 573cb1a6e7ff6d00aa291514481d9a260df7757c -Size (Dancer-1.3072.tar.gz) = 274126 bytes +SHA1 (Dancer-1.3080.tar.gz) = 4540a7693404c92f999753c38fc5d5b49a7ad4d3 +RMD160 (Dancer-1.3080.tar.gz) = fdb744a4234d96e24ee3960a22388271dcbaaba0 +Size (Dancer-1.3080.tar.gz) = 276445 bytes |