Sat Jul 23 23:45:00 2016 UTC ()
Update to 0.201000

Upstream changes:
0.201000  2016-07-22 08:26:18-05:00 America/Chicago

0.200004  2016-07-21 23:39:23-05:00 America/Chicago

    [ BUG FIXES ]
    * GH #1216: Make DSL work in edge-case of plugins calling DSL before the
      app class loaded Dancer2. (Sawyer X)
    * GH #1210: Show proper module/line number in log output (Masaaki Saito)

    [ ENHANCEMENTS ]
    * GH #900: Switch from to_json to encode/encode_json (Nuno Ramos Carvalho)
    * GH #1196: Move serializer from JSON to JSON::MaybeXS (Nuno Ramos Carvalho)
    * GH #1215: Remove unused DANCER2_SHARE_DIR env variable (Jason A. Crome)

    [ DOCUMENTATION ]
    * PR #1213: Clarify params merging docs and related examples
      (Daniel Perrett)
    * Add Peter Mottram (@SysPete) to list of core developers. (Russell Jenkins)
    * PR #1208: Introduce appdir before it's used; simplify description of what
      a view is (James E Keenan)
    * GH #1218: By request, remove David Golden from list of core developers.
      Created "emeritus" section to honor the contributions of former core
      developers. Thanks, xdg!

0.200003  2016-07-11 17:17:57+02:00 Europe/Amsterdam

    [ BUG FIXES ]
    * PR #1198: Session::YAML should not accept bad session cookie value
      from client (Peter Mottram)
    * Require minimum version of YAML of 0.86 (to satisfy GH #899) and a
      maximum version of YAML 1.15. YAML 1.16 causes test failures as
      reported by CPAN Testers.
    * Remove session test data from builds. (Peter Mottram)

    [ ENHANCEMENTS ]
    * Require minimum version of ExtUtils::MakeMaker of 7.1101 to support
      a range of prereq version numbers (rjbs, Jason Crome, Sawyer X)
    * GH #1188: Add error message to open_file (exercism-1)
    * Support showing private variables in templates under
      Template::Toolkit. (Alberto Simē¹­es)

    [ DOCUMENTATION ]
    * GH #1193: Spelling correction (Gregor Herrmann)
    * Fix typo of config option in Pod. (Nuno Carvalho)
    * Fix POD syntax error. (Nuno Carvalho)
    * Fix Manual error. (James E Keenan)
    * Move documentation index to dancer2. (Alan Berndt)
    * GH #1209: Clean up examples for 'set views' and 'set public_dir'
      in Dancer2::Manual (James E Keenan)

0.200002  2016-06-22 16:39:13+02:00 Europe/Amsterdam

    [ BUG FIXES ]
    * Using `var` with a `forward`ed request now works.
      (Sawyer X, Jason Crome)

0.200001  2016-06-16 15:51:04+02:00 Europe/Amsterdam

    [ BUG FIXES ]
    * GH #1175: Plugins are not required to be in the Dancer2::Plugin
      namespace. (Russell @veryrusty Jenkins)
    * GH #1176, #1177: Remove Test::Deep as a test dependency.
      (Nuno Carvalho, Peter Mottram)
    * GH #1185: Fails on 5.25.1. (Tony Cook)

    [ DOCUMENTATION ]
    * GH #1178: Update D2::Manual with links to new plugin architecture.
      (Joel Berger, Jason A. Crome)
    * GH #1184: Use 'before_template_render' rather than the special case
      'before_template' in D2::Manual and D2::Tutorial (Philippe Bricout)

    [ ENHANCEMENTS ]
    * GH #1018: Additional plugin hook tests (Ruben Amortegui)


(wen)
diff -r1.34 -r1.35 pkgsrc/www/p5-Dancer2/Makefile
diff -r1.29 -r1.30 pkgsrc/www/p5-Dancer2/distinfo

cvs diff -r1.34 -r1.35 pkgsrc/www/p5-Dancer2/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-Dancer2/Makefile 2016/06/08 19:25:01 1.34
+++ pkgsrc/www/p5-Dancer2/Makefile 2016/07/23 23:45:00 1.35
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.34 2016/06/08 19:25:01 wiz Exp $ 1# $NetBSD: Makefile,v 1.35 2016/07/23 23:45:00 wen Exp $
2 2
3DISTNAME= Dancer2-0.200000 3DISTNAME= Dancer2-0.201000
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= www perl5 5CATEGORIES= www perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CR/CROMEDOME/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Dancer2/ 9HOMEPAGE= http://search.cpan.org/dist/Dancer2/
11COMMENT= Lightweight yet powerful web application framework 10COMMENT= Lightweight yet powerful web application framework
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14USE_LANGUAGES= # empty 13USE_LANGUAGES= # empty
15PERL5_PACKLIST= auto/Dancer2/.packlist 14PERL5_PACKLIST= auto/Dancer2/.packlist
16 15
17BUILD_DEPENDS+= p5-Test-Memory-Cycle>=0:../../devel/p5-Test-Memory-Cycle 16BUILD_DEPENDS+= p5-Test-Memory-Cycle>=0:../../devel/p5-Test-Memory-Cycle
18BUILD_DEPENDS+= p5-Test-MockTime>=0:../../time/p5-Test-MockTime 17BUILD_DEPENDS+= p5-Test-MockTime>=0:../../time/p5-Test-MockTime
19BUILD_DEPENDS+= p5-Test-TCP>=0:../../net/p5-Test-TCP 18BUILD_DEPENDS+= p5-Test-TCP>=0:../../net/p5-Test-TCP
20BUILD_DEPENDS+= p5-Test-Fatal>=0:../../devel/p5-Test-Fatal 19BUILD_DEPENDS+= p5-Test-Fatal>=0:../../devel/p5-Test-Fatal

cvs diff -r1.29 -r1.30 pkgsrc/www/p5-Dancer2/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-Dancer2/distinfo 2016/06/01 01:13:06 1.29
+++ pkgsrc/www/p5-Dancer2/distinfo 2016/07/23 23:45:00 1.30
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.29 2016/06/01 01:13:06 wen Exp $ 1$NetBSD: distinfo,v 1.30 2016/07/23 23:45:00 wen Exp $
2 2
3SHA1 (Dancer2-0.200000.tar.gz) = 70ee8d271c4be4d44dc527bc9202ae7b9a5a0756 3SHA1 (Dancer2-0.201000.tar.gz) = 317cae77262918b3d16d91af040895dc6c4a1c2b
4RMD160 (Dancer2-0.200000.tar.gz) = 72ec43b0f0fb5ead6038a283f34608bf6f56f3b6 4RMD160 (Dancer2-0.201000.tar.gz) = 245fddfc16fb939755bb706f08d3649a9b0523ee
5SHA512 (Dancer2-0.200000.tar.gz) = b9ed999fdad0912cea7e8b9cb3501741298259e1766ac11c1a05834488d1e921240818f40b5efdf35b700d23ebfddcdd479fb0b0c4c5f3f9a547150562ce18b1 5SHA512 (Dancer2-0.201000.tar.gz) = 5a75799e02bf99bb0a3b4ee431da8332e920fbb4508fce800554572098125ef0541ed0c04c0299972ab20d66d4349aa9ce14f320e977183dca211c683eea12d6
6Size (Dancer2-0.200000.tar.gz) = 336765 bytes 6Size (Dancer2-0.201000.tar.gz) = 347831 bytes