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:           Tue Aug 16 00:34:14 UTC 2016

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/www/p5-Dancer2/Makefile
cvs rdiff -u -r1.30 -r1.31 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.35 pkgsrc/www/p5-Dancer2/Makefile:1.36
--- pkgsrc/www/p5-Dancer2/Makefile:1.35 Sat Jul 23 23:45:00 2016
+++ pkgsrc/www/p5-Dancer2/Makefile      Tue Aug 16 00:34:14 2016
@@ -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-Role-Tiny>=2.000000:../../d
 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

Index: pkgsrc/www/p5-Dancer2/distinfo
diff -u pkgsrc/www/p5-Dancer2/distinfo:1.30 pkgsrc/www/p5-Dancer2/distinfo:1.31
--- pkgsrc/www/p5-Dancer2/distinfo:1.30 Sat Jul 23 23:45:00 2016
+++ pkgsrc/www/p5-Dancer2/distinfo      Tue Aug 16 00:34:14 2016
@@ -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