summaryrefslogtreecommitdiff
path: root/www/p5-Dancer/Makefile
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2013-06-11 07:26:08 +0000
committerwen <wen@pkgsrc.org>2013-06-11 07:26:08 +0000
commitb339bddfad2a3504e0ff9de47c276ef8eb5a09ab (patch)
treedfa9f7057904ac90a1c3bfdc444c912adcc170ac /www/p5-Dancer/Makefile
parent4c96ef1c860bff41d2834f1c4a3aa2f70da5ba3c (diff)
downloadpkgsrc-b339bddfad2a3504e0ff9de47c276ef8eb5a09ab.tar.gz
Update to 1.3115
Update DEPENDS Upstream changes: 1.3115 09.06.2013 [ BUG FIXES ] * GH #605: pass'ed megasplat with no further routes cause 404, not 500. (vlyon) [ DOCUMENTATION ] * GH #934: Added example of HAProxy deployment. (Anton Gerasimov) [ MISC ] * Tests now require Test::TCP v1.30+ (previous version had too short a timeout and tests were failing). (Yanick Champoux) 1.3114 02.06.2013 [ ENHANCEMENTS ] * GH #919: 'dancer' script exits with code 255 if application name is invalid. (ppisar) * GH #871: now recognize HTTP_X_FORWARDED_PROTO. (mlbarrow) * GH #926: make messages from fatal warnings show up in the logs. (Max Maischein) * GH #930: speed improvement. (ichesnokov) * GH #859: strip illegal characters from cookie name. (Colin Keith) * GH #924: non-'/' apps behind proxies now possible using 'request-base' header. (Mikolaj Kucharski) [ BUG FIXES ] * GH #724: app.pl obeys --confdir. (Yanick Champoux) * GH #927: logging format using 'h' now play nicely if no header present. (ironcamel) [ DOCUMENTATION ] * GH #922: Add example of request parameters. (Gabor Szabo) * Add scheme line for ngnix config in D::Deployment.
Diffstat (limited to 'www/p5-Dancer/Makefile')
-rw-r--r--www/p5-Dancer/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/www/p5-Dancer/Makefile b/www/p5-Dancer/Makefile
index e728a918ce4..183a216a0dd 100644
--- a/www/p5-Dancer/Makefile
+++ b/www/p5-Dancer/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2013/05/31 12:42:40 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2013/06/11 07:26:08 wen Exp $
-DISTNAME= Dancer-1.3113
+DISTNAME= Dancer-1.3115
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Y/YA/YANICK/}
@@ -19,10 +18,12 @@ DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
DEPENDS+= p5-HTTP-Body>=1.07:../../www/p5-HTTP-Body
DEPENDS+= p5-HTTP-Server-Simple-PSGI>=0.11:../../www/p5-HTTP-Server-Simple-PSGI
DEPENDS+= p5-MIME-Types-[0-9]*:../../mail/p5-MIME-Types
+DEPENDS+= p5-Module-Runtime>=0:../../devel/p5-Module-Runtime
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-TCP>=1.30:../../net/p5-Test-TCP
DEPENDS+= p5-Test-Pod-Coverage>=1.08:../../devel/p5-Test-Pod-Coverage
+DEPENDS+= p5-Try-Tiny>=0.09:../../devel/p5-Try-Tiny
DEPENDS+= p5-YAML>=0:../../textproc/p5-YAML
.include "../../lang/perl5/module.mk"