From a94e456f942fa0158390f5f9340d217bb839c317 Mon Sep 17 00:00:00 2001 From: wen Date: Mon, 25 Feb 2013 02:23:13 +0000 Subject: Update to 1.3111 Add p5-YAML as DEPENDS Upstream changes: 1.3111 [ BUG FIXES ] * GH #877: fix Dancer Error when so that 'exception' object is not passed to serializers, because XML/JSON serializers don't understand objects (rikbrown). * GH #858: Check for definedness, not truth, when testing if we read into the buffer when parsing a request body (florolf). * GH #845: Fix uninitialized warning when loading modules (Fabrice Gabolde). * GH #851, GH #853: Atomic YAML session writing (Roman Galeev). * GH #852: Saner UTF logging (Roman Galeev). * GH #849, GH #850: Serve autopages with text/html content type. (Philippe Bruhat - BooK) * GH #848: Handle If-Modified-Since header in the request for static files. (Philippe Bruhat - BooK) * GH #848: Send a Last-Modified header for static files. (Philippe Bruhat - BooK) * GH #856: Don't export non-existing subroutine (mokko). * GH #874: Reduce dependence on %ENV for internal code (Kent Fredric). * GH #875: Don't expect specific order in cookies (Yanick Champoux). * Remove 'exception' object from message being passed to serializers. (Rik Brown) * Added .travis.yml to MANIFEST.SKIP so t/manifest.t passes (Kaitlyn Parkhurst). * GH #887, GH #890: keyword 'global_warnings' added to replace 'import_warnings' (Kaitlyn Parkhurst). * GH #892: add 'private_key' to the list of potentially sensitive keys (Tom Heady). [ DOCUMENTATION ] * GH #847: Fix typo (John Wittkoski). * GH #865: Correct 'before' hook documentation (David Precious, Maurice). * GH #860, GH #844, GH #760: Misleading plack middleware documentation. (Paul Fenwick) * GH #862: Fix heading level for strict_config entry in Dancer::Config. (Stefan Hornburg - Racke) * GH #863: Correct example apache config (John Wittkoski). * GH #867: correct doc for ModuleLoader::load_with_params (mokko). * Document route_cache option (David Precious). * Docs for route_cache_size_limit & route_cache_path_limit (David Precious). * Remove meaningless 'encoding' to TT config (David Precious). * Remove docs for mounting multiple apps (Naveed Massjouni). * Update doc URLs (David Precious). * Fix inconsistency in Perlbal deployment example (Slaven Rezi., Racke). * GH #894: Replace spurious character in Dancer::Session's POD (Racke). * GH #880: Add deprecation mention for 'after' (pdl and Yanick Champoux). --- www/p5-Dancer/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'www/p5-Dancer/Makefile') diff --git a/www/p5-Dancer/Makefile b/www/p5-Dancer/Makefile index 85eb6a81c1f..ac53d0a7459 100644 --- a/www/p5-Dancer/Makefile +++ b/www/p5-Dancer/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2013/02/17 15:10:59 wen Exp $ +# $NetBSD: Makefile,v 1.13 2013/02/25 02:23:13 wen Exp $ -DISTNAME= Dancer-1.3110 +DISTNAME= Dancer-1.3111 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Y/YA/YANICK/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://perldancer.org/ @@ -22,6 +22,7 @@ DEPENDS+= p5-URI>=1.59:../../www/p5-URI DEPENDS+= p5-Test-Output>=0:../../devel/p5-Test-Output DEPENDS+= p5-Test-TCP>=0:../../net/p5-Test-TCP DEPENDS+= p5-Test-Pod-Coverage>=1.08:../../devel/p5-Test-Pod-Coverage +DEPENDS+= p5-YAML>=0:../../textproc/p5-YAML .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3