diff options
author | abs <abs> | 2012-01-22 20:00:26 +0000 |
---|---|---|
committer | abs <abs> | 2012-01-22 20:00:26 +0000 |
commit | 9dff8de6734a33d62827dd419869fc85b67af97f (patch) | |
tree | bea4c94b6e0da469549cff9dd134a860b2ffe982 /www/p5-Dancer | |
parent | 49410f87d5533729dc059ea32c7b87098ea94ab0 (diff) | |
download | pkgsrc-9dff8de6734a33d62827dd419869fc85b67af97f.tar.gz |
Updated www/p5-Dancer to 1.3091
1.3091 17.12.2011
[ BUG FIXES ]
* Reverting template() behavior by popular demand. (Damien Krotkine)
* GH #714: Run post-request hooks when custom continuations were created.
(Damien Krotkine)
* Always call write_session_id() to update expires. (David Precious)
[ ENHANCEMENTS ]
* GH #711, #652: Add server_tokens variable to allow removal of headers.
(John Wittkoski)
[ DOCUMENTATION ]
* GH #680: Document problems with multiple apps in Dancer using
Plack::Handler::Apache2 and recommend a workaround.
(Asaf Gordon, Pedro Melo)
* RT #73258: Spelling glitches. (Damyan Ivanov)
* Use ":script" instead of ":syntax" in Cookbook. (John Barrett)
* Typos in Deployment doc. (David Precious)
Diffstat (limited to 'www/p5-Dancer')
-rw-r--r-- | www/p5-Dancer/Makefile | 8 | ||||
-rw-r--r-- | www/p5-Dancer/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/www/p5-Dancer/Makefile b/www/p5-Dancer/Makefile index 56f2b8bdd31..311c13a006e 100644 --- a/www/p5-Dancer/Makefile +++ b/www/p5-Dancer/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2011/12/17 12:13:29 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.7 2012/01/22 20:00:26 abs Exp $ -DISTNAME= Dancer-1.3090 +DISTNAME= Dancer-1.3091 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/} @@ -16,11 +16,11 @@ USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Dancer/.packlist DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww -DEPENDS+= p5-HTTP-Body-[0-9]*:../../www/p5-HTTP-Body +DEPENDS+= p5-HTTP-Body>=1.07:../../www/p5-HTTP-Body DEPENDS+= p5-HTTP-Server-Simple-PSGI>=0.11:../../www/p5-HTTP-Server-Simple-PSGI DEPENDS+= p5-MIME-Types-[0-9]*:../../mail/p5-MIME-Types DEPENDS+= p5-Test-Simple>=0.87:../../devel/p5-Test-Simple -DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI +DEPENDS+= p5-URI>=1.59:../../www/p5-URI .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Dancer/distinfo b/www/p5-Dancer/distinfo index 418ead73583..b9cc748f648 100644 --- a/www/p5-Dancer/distinfo +++ b/www/p5-Dancer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2011/12/17 12:13:29 hiramatsu Exp $ +$NetBSD: distinfo,v 1.5 2012/01/22 20:00:26 abs Exp $ -SHA1 (Dancer-1.3090.tar.gz) = 3fb0fd987ab16b605fa63b577353a122c0241e05 -RMD160 (Dancer-1.3090.tar.gz) = 5a603f3445fffbd279b9bb63b1b5142845a6f33b -Size (Dancer-1.3090.tar.gz) = 283374 bytes +SHA1 (Dancer-1.3091.tar.gz) = 0926f9cd9dfa2f1faa3c0a61805509c0352bfbb2 +RMD160 (Dancer-1.3091.tar.gz) = 1165c72712d44a4efe3ab16e6b609bafcbc2b8b1 +Size (Dancer-1.3091.tar.gz) = 284139 bytes |