Sun Jan 4 12:36:16 2015 UTC ()
Update to 0.158000

Upstream changes:
0.158000  2015-01-01 18:08:04+01:00 Europe/Amsterdam

    ** Happy new year! **

    [ ENHANCEMENT ]
    * GH #778: Avoid hard-coded static page location. (D.vid Kov.cs)
    * Speed up big uploads significantly. (Rick Myers)
    * GH #821: Use Import::Into to import pragmas. (Russell Jenkins)
    * GH #782: Fix utf8 pragma import. (Maxim Vuets)
    * GH #786: Perlbrew fix. (D.vid Kov.cs)
    * GH #622: Refactoring. (James Raspass)

    [ DOCUMENTATION ]
    * GH #713: Change order of statements in Cookbook to not imply that
      D2::P::Ajax::ajax() calls have priority. (Sawyer X)

0.157001  2014-12-21 20:40:13+01:00 Europe/Amsterdam

    [ ENHANCEMENT ]
    * GH #814, #815: Rename "app.pl" to "app.psgi". (Sawyer X)

0.157000  2014-12-14 18:23:33+01:00 Europe/Amsterdam

    [ BUG FIXES ]
    * GH #799: Set current request earlier so log formats using requests
      will work. (Sawyer X)
    * GH #650: Provide default environment to app for templating.
      (D.vid Kov.cs, Chi Trinh)
    * GH #800: Better portability code, for different Windows situations.
      (Christian Walde)
    * Less littering of the test directories with session files. (Sawyer X)

    [ ENHANCEMENT ]
    * GH #810: strict && warnings in the app.pl. (Sawyer X)
    * Use to_app keyword in skeleton. (Sawyer X)
    * GH #801: Under production, server tokens are disabled. (Sawyer X)
    * GH #588, #779: Remove LWP::UserAgent in favor of HTTP::Tiny.
      (D.vid Kov.cs, simbabque, Sawyer X)
    * Remove all usages of Test::TCP in favor of Plack::Test. (Sawyer X)

    [ DOCUMENTATION ]
    * GH #802: Remove indication of warnings configuration option
      and add explanation in migration document. (Sawyer X)
    * GH #806: Link in main docs to the migration document. (Gabor Szabo)
    * GH #807: Update migration document with more session data,
      changes to app.pl, and Template::Toolkit configuration. (Gabor Szabo)
    * GH #813: Update migration document with information on encoding and
      usage of Plack::Request internally. (Gabor Szabo, Sawyer X)

0.156001  2014-12-08 23:03:43+01:00 Europe/Amsterdam

    [ DOCUMENTATION ]
    * Documentations suggested serializers aren't consistent. We fixed it
      so we make sure docs reflect that. (Sawyer X)


(wen)
diff -r1.17 -r1.18 pkgsrc/www/p5-Dancer2/Makefile
diff -r1.15 -r1.16 pkgsrc/www/p5-Dancer2/distinfo

cvs diff -r1.17 -r1.18 pkgsrc/www/p5-Dancer2/Makefile (expand / switch to context diff)
--- pkgsrc/www/p5-Dancer2/Makefile 2014/12/08 08:08:19 1.17
+++ pkgsrc/www/p5-Dancer2/Makefile 2015/01/04 12:36:16 1.18
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2014/12/08 08:08:19 wen Exp $
+# $NetBSD: Makefile,v 1.18 2015/01/04 12:36:16 wen Exp $
 
-DISTNAME=	Dancer2-0.156000
+DISTNAME=	Dancer2-0.158000
 PKGNAME=	p5-${DISTNAME}
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/}
@@ -49,7 +49,8 @@
 DEPENDS+=	p5-YAML-LibYAML>=0:../../textproc/p5-YAML-LibYAML
 DEPENDS+=	p5-libwww>=0:../../www/p5-libwww
 
-REPLACE_PERL+=	share/skel/bin/+app.pl
+REPLACE_PERL+=	share/skel/bin/+app.psgi
+REPLACE_PERL+=	script/dancer2
 
 post-extract:
 	${CHMOD} -x ${WRKSRC}/share/skel/public/+dispatch.cgi

cvs diff -r1.15 -r1.16 pkgsrc/www/p5-Dancer2/distinfo (expand / switch to context diff)
--- pkgsrc/www/p5-Dancer2/distinfo 2014/12/08 08:08:19 1.15
+++ pkgsrc/www/p5-Dancer2/distinfo 2015/01/04 12:36:16 1.16
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2014/12/08 08:08:19 wen Exp $
+$NetBSD: distinfo,v 1.16 2015/01/04 12:36:16 wen Exp $
 
-SHA1 (Dancer2-0.156000.tar.gz) = b8d6826d4aa1b6ffa86f50f15c39fb821f626dcd
+SHA1 (Dancer2-0.158000.tar.gz) = bf87aa060526eee3e54375d11e181b73c05bf98e
-RMD160 (Dancer2-0.156000.tar.gz) = 854fe2e251490cd5bd88a4927da36e4168951949
+RMD160 (Dancer2-0.158000.tar.gz) = 4453692a2ad9b03ed432b6f86c9589bba69ca6f6
-Size (Dancer2-0.156000.tar.gz) = 290688 bytes
+Size (Dancer2-0.158000.tar.gz) = 291353 bytes