diff options
author | hiramatsu <hiramatsu> | 2011-12-17 12:13:29 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu> | 2011-12-17 12:13:29 +0000 |
commit | d409837545edbc880100cc87667a61ee15ce0cdc (patch) | |
tree | db470e2e54da5c66b12467eb143a631e8068a037 /www/p5-Dancer | |
parent | d8a9eee4d90edcb1b9adfa4d6ac19fe74877fbd2 (diff) | |
download | pkgsrc-d409837545edbc880100cc87667a61ee15ce0cdc.tar.gz |
Update p5-Dancer to 1.3090.
Changes from previous:
----------------------
1.3090 13.12.2011
** Codename: Hornburg of Hannover // Stefan Hornburg (racke) **
[ BUG FIXES ]
* GH #685: Set VERSION for Dancer::Plugin::Ajax.
(Sawyer X, Naveed Massjouni)
[ DOCUMENTATION ]
* GH #694: Typo fix. (Yanick Champoux)
* GH #698: Document further TT init options. (Dennis Lichtenthaeler)
* GH #709: Update POD documentation regarding hook. (Stefan Hornburg)
1.3089_01 26.11.2011
[ BUG FIXES ]
* Fix bug that made system() fail with -1 under Dancer (felixdo).
* Support for 'content_type' option on send_file when sending a
system wide file (Emmanuel Rodriguez).
* Support HTTP_X_FORWARDED_HOST in behing proxy (Ipaponov).
* Deserialize PATCH requests (Sam Kington).
* Encode log messages properly if charset UTF-8 is set (David Precious,
thanks to Penfold for the fix & MiklerGM for reporting).
[ ENHANCEMENTS ]
* Continuations-style exception system! (Damien Krotkine).
* The ability for dancer_response to send file contents for file uploads
as a scalar, instead of reading from file on disk (Squeeks).
[ DOCUMENTATION ]
* Clean up "plack_middlewares" example in docs (Richard Simões).
Diffstat (limited to 'www/p5-Dancer')
-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 342ad43a61c..56f2b8bdd31 100644 --- a/www/p5-Dancer/Makefile +++ b/www/p5-Dancer/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2011/12/06 06:50:04 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.6 2011/12/17 12:13:29 hiramatsu Exp $ -DISTNAME= Dancer-1.3080 +DISTNAME= Dancer-1.3090 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 b8991967ce1..418ead73583 100644 --- a/www/p5-Dancer/distinfo +++ b/www/p5-Dancer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2011/12/06 06:50:04 hiramatsu Exp $ +$NetBSD: distinfo,v 1.4 2011/12/17 12:13:29 hiramatsu Exp $ -SHA1 (Dancer-1.3080.tar.gz) = 4540a7693404c92f999753c38fc5d5b49a7ad4d3 -RMD160 (Dancer-1.3080.tar.gz) = fdb744a4234d96e24ee3960a22388271dcbaaba0 -Size (Dancer-1.3080.tar.gz) = 276445 bytes +SHA1 (Dancer-1.3090.tar.gz) = 3fb0fd987ab16b605fa63b577353a122c0241e05 +RMD160 (Dancer-1.3090.tar.gz) = 5a603f3445fffbd279b9bb63b1b5142845a6f33b +Size (Dancer-1.3090.tar.gz) = 283374 bytes |