pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Dancer2 Update to 0.202000



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc35b63532ee
branches:  trunk
changeset: 351160:bc35b63532ee
user:      wen <wen%pkgsrc.org@localhost>
date:      Tue Aug 16 00:34:14 2016 +0000

description:
Update to 0.202000

Upstream changes:
0.202000  2016-08-13 13:50:30-05:00 America/Chicago

    [ BUG FIXES ]
    * Fix memory leak in plugins. (Sawyer X)
    * GH #1180, #1220: Revert (most of) GH #1120. Change back to using
      MooX::Types::MooseLike until issues around Type::Tiny are resolved.
      Peter (@SysPete) Mottram
    * GH #1192: Decode body|query|request_parameters (Peter Mottram)
    * GH #1224: Plugins defined with :PluginKeyword attribute are now
      exported. (Yanick Champoux)
    * GH #1226: Plugins can now call the DSL of the app via $self->dsl
      (Sawyer X)

    [ ENHANCEMENTS ]
    * PR #1223: Add YAML::XS to Recommends (Peter Mottram)
    * PR #1117: If installed, use HTTP::XSCookies and all cookie operations
      will be faster (Peter Mottram)
    * PR #1228: Allow register_plugin() to pass @_ properly (Sawyer X)
    * PR #1231: Plugins can now call the syntax of plugins they loaded
      (Sawyer X)

    [ DOCUMENTATION ]
    * PR #1151: Note that config is immutable after first read (Peter Mottram)
    * PR #1222: Update list of files generated by `dancer2 -a`, make name of
      sample app consistent (Daniel Perrett)

diffstat:

 www/p5-Dancer2/Makefile |   6 +++---
 www/p5-Dancer2/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r a3e8ede8a581 -r bc35b63532ee www/p5-Dancer2/Makefile
--- a/www/p5-Dancer2/Makefile   Tue Aug 16 00:24:10 2016 +0000
+++ b/www/p5-Dancer2/Makefile   Tue Aug 16 00:34:14 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2016/07/23 23:45:00 wen Exp $
+# $NetBSD: Makefile,v 1.36 2016/08/16 00:34:14 wen Exp $
 
-DISTNAME=      Dancer2-0.201000
+DISTNAME=      Dancer2-0.202000
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CR/CROMEDOME/}
@@ -43,7 +43,7 @@
 DEPENDS+=      p5-Safe-Isa>=0:../../devel/p5-Safe-Isa
 DEPENDS+=      p5-Template-Tiny>=0:../../textproc/p5-Template-Tiny
 DEPENDS+=      p5-Template-Toolkit>=0:../../www/p5-Template-Toolkit
-DEPENDS+=      p5-Type-Tiny>=0.008:../../devel/p5-Type-Tiny
+#DEPENDS+=     p5-Type-Tiny>=0.008:../../devel/p5-Type-Tiny
 DEPENDS+=      p5-URI>=0:../../www/p5-URI
 DEPENDS+=      p5-YAML>=0:../../textproc/p5-YAML
 DEPENDS+=      p5-YAML-LibYAML>=0:../../textproc/p5-YAML-LibYAML
diff -r a3e8ede8a581 -r bc35b63532ee www/p5-Dancer2/distinfo
--- a/www/p5-Dancer2/distinfo   Tue Aug 16 00:24:10 2016 +0000
+++ b/www/p5-Dancer2/distinfo   Tue Aug 16 00:34:14 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2016/07/23 23:45:00 wen Exp $
+$NetBSD: distinfo,v 1.31 2016/08/16 00:34:14 wen Exp $
 
-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
+SHA1 (Dancer2-0.202000.tar.gz) = 599aac8c5221402049d8c4745f75404ef83652a1
+RMD160 (Dancer2-0.202000.tar.gz) = c560e0b7c9c2b4f0fc556a9bc445820560f961dc
+SHA512 (Dancer2-0.202000.tar.gz) = c984f0a2a8b6275d4e571c0e4ae95a0c79305a6318da838f9840bdfdf8b6cbb2a6a99d425f8c7a194fbc1bfd7bfc64918d46455fa909ceefdddac21575425155
+Size (Dancer2-0.202000.tar.gz) = 351046 bytes



Home | Main Index | Thread Index | Old Index