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.150000



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6024a03ba6d7
branches:  trunk
changeset: 639453:6024a03ba6d7
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Sep 13 16:47:02 2014 +0000

description:
Update to 0.150000
Add missing DEPENDS.

Upstream changes:
0.150000  2014-08-17 01:35:16CEST+0200 Europe/Amsterdam

    [ DOCUMENTATION ]
    * GH #657: Update multi-app example in cookbook to include route
      merging. (Bas Bloemsaat)
    * GH #643: Improve session factory docs by mentioning Dancer2::Config.
      (Andy Jack)

    [ BUG FIXES ]
    * Postponed hooks are no longer sent to all Apps.
      (Sawyer X, Mickey Nasriachi)
    * 404 File Not Found Application reworked to stay up to date with
      postponed hooks merging in multiple apps. (Russell Jenkins)
    * GH #610, #662: Removed two circular references memory leaks!
      (Russell Jenkins)
    * GH #633: Log an error when a hook dies. (DavsX)

    [ ENHANCEMENT ]
    * Allow settings apps in the psgi_app() call by name or regex.
      (Sawyer X)
    * GH #651: silly typo in clearer method name (DavsX).

0.149000_02 2014-08-10 13:50:39CEST+0200 Europe/Amsterdam

    [ ENHANCEMENT ]
    * GH #641: Adding a shim layer to prevent available hooks (and
      thus plugins) from breaking.
    * Each App can now define its own configuration. The Runner's
      application-specific configure has been untangled.
      (Russell @veryrusty Jenkins, Sawyer X, Mickey Nasriachi)
    * Multiple Dancer App support. You can now create a App-specific
      PSGI application using MyApp->psgi_app.
      (Russell @veryrusty Jenkins, Sawyer X, Mickey Nasriachi)
    * Add routes and hooks to an existing app on import.
      (Russell @veryrusty Jenkins, Stevan Humphrey, Stefan racke
      Hornburg, Jean Stebens, Chunzi, Sawyer X, Mickey Nasriachi)
    * Allow DSL class to be specified in configuration file.
      (Stevan Humphrey)
    * forward() now returns a new request which is then just runs
      the dispatching loop again. (Sawyer X, Mickey Nasriachi)

    [ BUG FIXES ]
    * GH #336: Set log level correctly.
      (Andrew Solomon, Pedro Bruno)
    * GH #627, #607: Remove potential context issues with returning
      undef explicitly. (Javier Rojas)
    * GH #646: Fix whitespacing for tests. (DavsX)

0.149000_01 2014-07-23 21:31:21CEST+0200 Europe/Amsterdam

    *************************** NOTICE ***************************
    * This very is a major upgrade                               *
    * We untangled the context, DSL implementation a bit         *
    * Please check your code, including your plugins, thoroughly *
    * Thank you                                                  *

    [ ENHANCEMENTS ]
    * GH #589: Removing Dancer2::Core::Context global context variable.
      Finally in.
      (Sawyer X, Mickey Nasriachi, Russell @veryrusty Jenkins)

    [ BUG FIXES ]
    * GH #606, #605: Fix for setting public directory.
      (Ivan Kocienski, Russell Jenkins, Stefan @racke Hornburg)
    * GH #618, #620: Fix jQuery link generated by CLI skeleton.
      (Micha Wojciechowski)
    * GH #589: Major memory leak fix by removal of Dancer2::Core::Context.

    [ ENHANCEMENTS ]
    * GH #620: Bump jQuery to 1.11.1. (Micha Wojciechowski)

diffstat:

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

diffs (41 lines):

diff -r ae9ef78e51d0 -r 6024a03ba6d7 www/p5-Dancer2/Makefile
--- a/www/p5-Dancer2/Makefile   Sat Sep 13 16:41:38 2014 +0000
+++ b/www/p5-Dancer2/Makefile   Sat Sep 13 16:47:02 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2014/07/13 04:37:30 wen Exp $
+# $NetBSD: Makefile,v 1.11 2014/09/13 16:47:02 wen Exp $
 
-DISTNAME=      Dancer2-0.143000
+DISTNAME=      Dancer2-0.150000
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/}
@@ -28,6 +28,7 @@
 DEPENDS+=      p5-HTTP-Message>=0:../../www/p5-HTTP-Message
 DEPENDS+=      p5-HTTP-Server-Simple-PSGI>=0:../../www/p5-HTTP-Server-Simple-PSGI
 DEPENDS+=      p5-JSON>=0:../../converters/p5-JSON
+DEPENDS+=      p5-LWP-Protocol-PSGI>=0.06:../../www/p5-LWP-Protocol-PSGI
 DEPENDS+=      {perl>=5.7.3,p5-MIME-Base64>=0}:../../converters/p5-MIME-Base64
 DEPENDS+=      p5-MIME-Types>=0:../../mail/p5-MIME-Types
 DEPENDS+=      p5-Module-Pluggable>=0:../../devel/p5-Module-Pluggable
@@ -37,6 +38,7 @@
 DEPENDS+=      p5-Path-Class>=0:../../devel/p5-Path-Class
 DEPENDS+=      p5-Plack>=0:../../www/p5-Plack
 DEPENDS+=      p5-Return-MultiLevel>=0:../../devel/p5-Return-MultiLevel
+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-URI-Escape-XS>=0:../../www/p5-URI-Escape-XS
diff -r ae9ef78e51d0 -r 6024a03ba6d7 www/p5-Dancer2/distinfo
--- a/www/p5-Dancer2/distinfo   Sat Sep 13 16:41:38 2014 +0000
+++ b/www/p5-Dancer2/distinfo   Sat Sep 13 16:47:02 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2014/07/13 04:37:30 wen Exp $
+$NetBSD: distinfo,v 1.9 2014/09/13 16:47:02 wen Exp $
 
-SHA1 (Dancer2-0.143000.tar.gz) = f2c3ceb7369f69adab22aadeca9b47265bb3f2c8
-RMD160 (Dancer2-0.143000.tar.gz) = e22c8e8cef8b68f6b6d36a46ad34f332fbd522c4
-Size (Dancer2-0.143000.tar.gz) = 261251 bytes
+SHA1 (Dancer2-0.150000.tar.gz) = 653e2fed894ef7685d57b70c40fc2128da6f0f04
+RMD160 (Dancer2-0.150000.tar.gz) = c519a6be46151ac0794d1c92835510b11c834e34
+Size (Dancer2-0.150000.tar.gz) = 269173 bytes



Home | Main Index | Thread Index | Old Index