diff options
author | wen <wen@pkgsrc.org> | 2013-10-01 11:10:09 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-10-01 11:10:09 +0000 |
commit | a16fd7855b48fef75b813ecf68d8fc7488e62f65 (patch) | |
tree | 5839c12e36a11078c50f03a3c8f998d37453dfd8 /www | |
parent | 0f30819a0daf87219b015533ef5759bba11beaf7 (diff) | |
download | pkgsrc-a16fd7855b48fef75b813ecf68d8fc7488e62f65.tar.gz |
Update to 0.10
Upstream changes:
0.10 2013-09-28 15:26:41 Europe/Paris
[ DOCUMENTATION ]
* GH#431: Miscellaneous documentation fixes (Gideon D'souza)
* Small POD corrections (Ashvini V)
[ ENHANCEMENTS ]
* GH#482: Show the startup banner when the worker starts by default
(Alexis Sukrieh).
* GH#481: Include local lib dir in @INC by defaults (Alexis Sukrieh).
* GH#423: Remove ':tests' from Dancer.pm import (Alberto Sim玫es).
* GH#422: Get rid of core_debug method (Alberto Sim玫es).
* GH#421: Support Plugin::Ajax content_type (Russell Jenkins).
* GH#428: Make default errors CSS path relocatable (Russell Jenkins).
* GH#427, GH#443: Replace global warnings with lexical (Russell Jenkins).
* GH#374: Don't create an app from app.psgi (Alberto Sim玫es).
* Cleanup Core::Request, Core::Request::Upload (Mickey Nasriachi).
* GH#445: Test Template::Simple (Alexis Sukrieh, Russell Jenkins).
* GH#449: Test Session hooks (Gideon D'souza)
* GH#434,440: Imutable attributes (Mickey Nasriachi).
* GH#435: Allow send_error to serialize error (Russell Jenkins).
* Add more tests to session id rw (Pedro Melo).
* Whitespace cleanup (Ivan Bessarabov).
[ BUG FIXES ]
* GH#424,425: Fix logger tests for different timezones, and close
logfile before deleting it: Windows dixit.
(Gideon D'souza, Russell Jenkins)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Dancer2/Makefile | 6 | ||||
-rw-r--r-- | www/p5-Dancer2/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/p5-Dancer2/Makefile b/www/p5-Dancer2/Makefile index b761d5457b3..2552d067a4c 100644 --- a/www/p5-Dancer2/Makefile +++ b/www/p5-Dancer2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2013/09/03 09:50:39 wen Exp $ +# $NetBSD: Makefile,v 1.4 2013/10/01 11:10:09 wen Exp $ -DISTNAME= Dancer2-0.09 +DISTNAME= Dancer2-0.10 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SU/SUKRIA/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Dancer2/ diff --git a/www/p5-Dancer2/distinfo b/www/p5-Dancer2/distinfo index f25799ec260..a8db03b1d0a 100644 --- a/www/p5-Dancer2/distinfo +++ b/www/p5-Dancer2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2013/09/03 09:50:39 wen Exp $ +$NetBSD: distinfo,v 1.4 2013/10/01 11:10:09 wen Exp $ -SHA1 (Dancer2-0.09.tar.gz) = 4127253e30ba268a0dcfd7c8ee665bd6b4acd367 -RMD160 (Dancer2-0.09.tar.gz) = 1324cdc7eff0f49455b8523b437d87bec6bc7104 -Size (Dancer2-0.09.tar.gz) = 234110 bytes +SHA1 (Dancer2-0.10.tar.gz) = df1448ef1cbc34802c441caa238de4c6327baeb2 +RMD160 (Dancer2-0.10.tar.gz) = c93ba83d46e670051ad2f8fe968a81495a9bca25 +Size (Dancer2-0.10.tar.gz) = 241175 bytes |