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).
This commit is contained in:
wen 2013-02-25 02:23:13 +00:00
parent 877969c91f
commit a94e456f94
2 changed files with 8 additions and 7 deletions

View file

@ -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"

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.8 2013/02/17 15:10:59 wen Exp $
$NetBSD: distinfo,v 1.9 2013/02/25 02:23:13 wen Exp $
SHA1 (Dancer-1.3110.tar.gz) = 26f0249a5c83b3effcb7efc24adae4ae6a10625f
RMD160 (Dancer-1.3110.tar.gz) = 0ced259b4f13109267bce92c97f4cf575c6153b6
Size (Dancer-1.3110.tar.gz) = 293654 bytes
SHA1 (Dancer-1.3111.tar.gz) = 15ef2c1ab723d4e0f46ae3f05f6842f69b395a0c
RMD160 (Dancer-1.3111.tar.gz) = a1bf40014e00a957d39323b9737c1275ca19cf2f
Size (Dancer-1.3111.tar.gz) = 294142 bytes