pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/p5-Dancer2



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Jul 23 23:45:00 UTC 2016

Modified Files:
        pkgsrc/www/p5-Dancer2: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/p5-Dancer2/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/p5-Dancer2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/p5-Dancer2/Makefile
diff -u pkgsrc/www/p5-Dancer2/Makefile:1.34 pkgsrc/www/p5-Dancer2/Makefile:1.35
--- pkgsrc/www/p5-Dancer2/Makefile:1.34 Wed Jun  8 19:25:01 2016
+++ pkgsrc/www/p5-Dancer2/Makefile      Sat Jul 23 23:45:00 2016
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.34 2016/06/08 19:25:01 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2016/07/23 23:45:00 wen Exp $
 
-DISTNAME=      Dancer2-0.200000
+DISTNAME=      Dancer2-0.201000
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/}
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CR/CROMEDOME/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Dancer2/

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



Home | Main Index | Thread Index | Old Index