diff options
author | wen <wen@pkgsrc.org> | 2013-08-05 09:53:16 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-08-05 09:53:16 +0000 |
commit | bd09d1121b310a12461d6d0d34bdc8b87bc30b2f (patch) | |
tree | 8420a387bbe70c7cac716c418f228ff491b74a83 /www/p5-Dancer2 | |
parent | b1b3410fa11edd3b1727517a82ed51ae2f3df119 (diff) | |
download | pkgsrc-bd09d1121b310a12461d6d0d34bdc8b87bc30b2f.tar.gz |
Update to 0.07
Upstream changes:
0.07 2013-08-04 01:14:59 Asia/Jerusalem
[ ENHANCEMENTS ]
* GH#344, GH#284: Now forward() calls preserve sessions (cym0n, Alberto Sim玫es)
* Separation of engines from triggers and configuration (Sawyer X, Franck Cuny)
* GH#347: Remove old compatibility option 'log_path' (Franck Cuny)
* GH#156, GH#250, GH#349: Remove unused module (Alberto Sim玫es, mokko)
* GH#331: Hook cleanups and documentation. (Franck Cuny)
* GH#335: Serializing cleanup. (Franck Cuny)
* GH#332: Clean up multiple definitions of core_debug (Franck Cuny)
* GH#338: Clean up route builder (Mickey Nasriachi)
* Clean up of the dzil configuration (Alberto Sim玫es)
[ BUG FIXES ]
* GH#334: Fix for GH#86, to display custom 500 page/template on
internal server errors (Russell Jenkins)
* GH#346: Fix tests on 5.8.9 (Albert Sim玫es)
[ DOCUMENTATION ]
* GH#345: Documentation reorganization (Alberto Sim玫es, Franck Cuny)
0.06 2013-07-30 (Sawyer X)
[ ENHANCEMENTS ]
* Clean up of the dzil configuration (Alberto Sim玫es,Franck Cuny, Russel Jenkins)
* GH#327: Add support for 'info' log level (Russell Jenkins)
* Remove 'for_versions' usage from tests (Alberto Sim玫es)
[ BUG FIXES ]
* GH#326, GH#232: don't end up with empty views and layout (Franck Cuny)
* GH#325: don't die or complain when two routes have the same path (Franck Cuny)
* GH#320: fix plugin_setting deprecation warning (David Golden)
[ DOCUMENTATION ]
* POD cleanup (Sawyer X, Franck Cuny)
Diffstat (limited to 'www/p5-Dancer2')
-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 ba276020364..653119f5fdb 100644 --- a/www/p5-Dancer2/Makefile +++ b/www/p5-Dancer2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2013/07/21 14:19:06 wen Exp $ +# $NetBSD: Makefile,v 1.2 2013/08/05 09:53:16 wen Exp $ -DISTNAME= Dancer2-0.05 +DISTNAME= Dancer2-0.07 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SU/SUKRIA/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/} 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 6a495dd94c8..6f796c9a20f 100644 --- a/www/p5-Dancer2/distinfo +++ b/www/p5-Dancer2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2013/07/21 14:19:06 wen Exp $ +$NetBSD: distinfo,v 1.2 2013/08/05 09:53:16 wen Exp $ -SHA1 (Dancer2-0.05.tar.gz) = 842af24039cde54bc1178343964b337670714b4e -RMD160 (Dancer2-0.05.tar.gz) = 8007daae692237fa1fa92c412394a0a6d63c2945 -Size (Dancer2-0.05.tar.gz) = 234452 bytes +SHA1 (Dancer2-0.07.tar.gz) = 1ee8b08751e2ca0a6e193699b7a01fb2e9544cf7 +RMD160 (Dancer2-0.07.tar.gz) = d94fc98b9c2cbd554a6f7a3499a10ecaa525f4b9 +Size (Dancer2-0.07.tar.gz) = 229557 bytes |