summaryrefslogtreecommitdiff
path: root/www/p5-Dancer/Makefile
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2015-02-23 11:13:59 +0000
committerwen <wen@pkgsrc.org>2015-02-23 11:13:59 +0000
commit610c10397532a38c8e6c5a6357c103aafd33b24e (patch)
tree90ace1ff017e9ec50645690b06ce2b5e5370e52a /www/p5-Dancer/Makefile
parentb46b53d62640a255deb4fcc93e8cc978df734bca (diff)
downloadpkgsrc-610c10397532a38c8e6c5a6357c103aafd33b24e.tar.gz
Update to 1.3134
Add missing DEPENDS Upstream changes: 1.3134 2015-02-22 [DOCUMENTATION] - Improve Dancer::Request documentation. (GH#1095, Gabor Szabo) - Added descriptions to a bunch of internal modules. (GH#1097, Brad Macpherson) - Correcting the documentation's grammar. (GH#1101, Jonathan Hall) - Improve Dancer.pm's documentation wrt the export of 'warnings'. (GH#1100, Brad Macpherson) - Generated development.yml was saying the logs appear on STDOUT whereas it's really STDERR. (GH#1102, Fabrice Gabolde) [ENHANCEMENTS] - Skip tests requiring 'fork' if on a perl that doesn't implement it. (GH#1094, Steve Hay) - Using ':script' disable command-line argument munging globally. (GH#1098, Brad Macpherson) [STATISTICS] - code churn: 33 files changed, 173 insertions(+), 113 deletions(-) 1.3133 2014-11-26 [BUG FIXES] - Test was failing for Perl 5.21+ (error message changed). (GH#1073, cpansprout) [DOCUMENTATION] - Mention environment variables in Dancer::Config. (GH#1085, Sniperovitch) - Replace "return send_file" with "send_file". (GH#1089, Ashley Willis) - Fix NAME section for Dancer::Plugin::Ajax. (GH#1090, Ivan Bessarabov) - Fix wrong layout directory in documentation. (GH#1091, olof) [ENHANCEMENTS] - Speedup in the upload of large files. (GH#1092, snakpak) [STATISTICS] - code churn: 6 files changed, 100 insertions(+), 35 deletions(-)
Diffstat (limited to 'www/p5-Dancer/Makefile')
-rw-r--r--www/p5-Dancer/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-Dancer/Makefile b/www/p5-Dancer/Makefile
index 3a388369ecd..20ad47a9a83 100644
--- a/www/p5-Dancer/Makefile
+++ b/www/p5-Dancer/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2014/10/27 13:57:11 wen Exp $
+# $NetBSD: Makefile,v 1.29 2015/02/23 11:13:59 wen Exp $
-DISTNAME= Dancer-1.3132
+DISTNAME= Dancer-1.3134
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Y/YA/YANICK/}
@@ -15,6 +15,7 @@ PERL5_PACKLIST= auto/Dancer/.packlist
DEPENDS+= p5-Clone>=0:../../devel/p5-Clone
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
+DEPENDS+= p5-Hash-Merge-Simple-[0-9]*:../../devel/p5-Hash-Merge-Simple
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