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 unified 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,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.17 2014/12/08 08:08:19 wen Exp $ 1# $NetBSD: Makefile,v 1.18 2015/01/04 12:36:16 wen Exp $
2 2
3DISTNAME= Dancer2-0.156000 3DISTNAME= Dancer2-0.158000
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= www perl5 5CATEGORIES= www perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Dancer2/ 9HOMEPAGE= http://search.cpan.org/dist/Dancer2/
10COMMENT= Lightweight yet powerful web application framework 10COMMENT= Lightweight yet powerful web application framework
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13USE_LANGUAGES= # empty 13USE_LANGUAGES= # empty
14PERL5_PACKLIST= auto/Dancer2/.packlist 14PERL5_PACKLIST= auto/Dancer2/.packlist
15 15
16BUILD_DEPENDS+= p5-Test-MockTime>=0:../../time/p5-Test-MockTime 16BUILD_DEPENDS+= p5-Test-MockTime>=0:../../time/p5-Test-MockTime
@@ -39,20 +39,21 @@ DEPENDS+= p5-MooX-Types-MooseLike-Numeri @@ -39,20 +39,21 @@ DEPENDS+= p5-MooX-Types-MooseLike-Numeri
39DEPENDS+= p5-Path-Class>=0:../../devel/p5-Path-Class 39DEPENDS+= p5-Path-Class>=0:../../devel/p5-Path-Class
40DEPENDS+= p5-Plack>=0:../../www/p5-Plack 40DEPENDS+= p5-Plack>=0:../../www/p5-Plack
41DEPENDS+= p5-Plack-Middleware-FixMissingBodyInRedirect>=0:../../www/p5-Plack-Middleware-FixMissingBodyInRedirect 41DEPENDS+= p5-Plack-Middleware-FixMissingBodyInRedirect>=0:../../www/p5-Plack-Middleware-FixMissingBodyInRedirect
42DEPENDS+= p5-Plack-Middleware-RemoveRedundantBody>=0:../../www/p5-Plack-Middleware-RemoveRedundantBody 42DEPENDS+= p5-Plack-Middleware-RemoveRedundantBody>=0:../../www/p5-Plack-Middleware-RemoveRedundantBody
43DEPENDS+= p5-Return-MultiLevel>=0:../../devel/p5-Return-MultiLevel 43DEPENDS+= p5-Return-MultiLevel>=0:../../devel/p5-Return-MultiLevel
44DEPENDS+= p5-Safe-Isa>=0:../../devel/p5-Safe-Isa 44DEPENDS+= p5-Safe-Isa>=0:../../devel/p5-Safe-Isa
45DEPENDS+= p5-Template-Tiny>=0:../../textproc/p5-Template-Tiny 45DEPENDS+= p5-Template-Tiny>=0:../../textproc/p5-Template-Tiny
46DEPENDS+= p5-Template-Toolkit>=0:../../www/p5-Template-Toolkit 46DEPENDS+= p5-Template-Toolkit>=0:../../www/p5-Template-Toolkit
47DEPENDS+= p5-URI-Escape-XS>=0:../../www/p5-URI-Escape-XS 47DEPENDS+= p5-URI-Escape-XS>=0:../../www/p5-URI-Escape-XS
48DEPENDS+= p5-YAML>=0:../../textproc/p5-YAML 48DEPENDS+= p5-YAML>=0:../../textproc/p5-YAML
49DEPENDS+= p5-YAML-LibYAML>=0:../../textproc/p5-YAML-LibYAML 49DEPENDS+= p5-YAML-LibYAML>=0:../../textproc/p5-YAML-LibYAML
50DEPENDS+= p5-libwww>=0:../../www/p5-libwww 50DEPENDS+= p5-libwww>=0:../../www/p5-libwww
51 51
52REPLACE_PERL+= share/skel/bin/+app.pl 52REPLACE_PERL+= share/skel/bin/+app.psgi
 53REPLACE_PERL+= script/dancer2
53 54
54post-extract: 55post-extract:
55 ${CHMOD} -x ${WRKSRC}/share/skel/public/+dispatch.cgi 56 ${CHMOD} -x ${WRKSRC}/share/skel/public/+dispatch.cgi
56 57
57.include "../../lang/perl5/module.mk" 58.include "../../lang/perl5/module.mk"
58.include "../../mk/bsd.pkg.mk" 59.include "../../mk/bsd.pkg.mk"

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