summaryrefslogtreecommitdiff
path: root/www/p5-Dancer/Makefile
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2018-10-20 04:16:06 +0000
committerwen <wen@pkgsrc.org>2018-10-20 04:16:06 +0000
commit72954739b54fb65906724968fc889f97a5aa1c0e (patch)
tree51e96bb8b7ac9f613d8f065297316e9a334d06cf /www/p5-Dancer/Makefile
parente0dee47967ba36e46508e8a4a9513e915ae6f204 (diff)
downloadpkgsrc-72954739b54fb65906724968fc889f97a5aa1c0e.tar.gz
Update to 1.3500
Update DEPENDS Upstream changes: 1.3500 2018-10-12 21:31:46+01:00 Europe/London Promoting previous trial releases to stable. 1.3403 2018-10-11 23:41:11+01:00 Europe/London (TRIAL RELEASE) [ENHANCEMENTS] - request->address now respects behind_proxy - if behind_proxy is set, then request->address looks at HTTP_X_FORWARDED_FOR, so you get the user's IP, not the proxy. (PR-1199, bigpresh) - restore ability to use load_settings_from_yaml() without passing YAML parser class (PR-1198, snakpak) - Fixing some spurious cpantesters test failures by subclassing HTTP::Tiny in our tests and disabling proxying for 127.0.0.1 - otherwise smokers with HTTP proxy env vars set fail tests (PR-1197, bigpresh) - Tidied POD for Tutorial (PR-1196, manwar) 1.3402 2018-10-10 11:42:07+01:00 Europe/London (TRIAL RELEASE) 1.3401 2018-10-01 12:49:53+01:00 Europe/London (TRIAL RELEASE) [ENHANCEMENTS] - Avoid test failures on perls without '.' in @INC - censor cookie_key in dumps (PR-1193, thefatphil) - spelling fixes in POD from Debian Perl Group, PR-1191
Diffstat (limited to 'www/p5-Dancer/Makefile')
-rw-r--r--www/p5-Dancer/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/p5-Dancer/Makefile b/www/p5-Dancer/Makefile
index 70508565028..5b07f930ab7 100644
--- a/www/p5-Dancer/Makefile
+++ b/www/p5-Dancer/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2018/08/22 09:47:36 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2018/10/20 04:16:06 wen Exp $
-DISTNAME= Dancer-1.3400
+DISTNAME= Dancer-1.3500
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BI/BIGPRESH/}
@@ -15,10 +14,12 @@ USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Dancer/.packlist
BUILD_DEPENDS+= p5-CGI>=0:../../www/p5-CGI
+BUILD_DEPENDS+= p5-Devel-Hide>=0:../../devel/p5-Devel-Hide
BUILD_DEPENDS+= p5-HTTP-CookieJar>=0.008:../../www/p5-HTTP-CookieJar
BUILD_DEPENDS+= p5-Test-NoWarnings>=0:../../devel/p5-Test-NoWarnings
DEPENDS+= p5-Clone>=0:../../devel/p5-Clone
+DEPENDS+= p5-Data-Dump>=0:../../devel/p5-Data-Dump
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