summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwen <wen>2015-06-13 09:04:03 +0000
committerwen <wen>2015-06-13 09:04:03 +0000
commit329e38f977b1082a893d297e333a2852416b154d (patch)
tree9abf70cb2107df724b708ade4236189c1a1c0c0b
parent8fafd4c21a6a638900157199010b0d442a2d7f84 (diff)
downloadpkgsrc-329e38f977b1082a893d297e333a2852416b154d.tar.gz
Update to 1.3138
Change CGI module to BUILD_DEPEND instead of DEPEND Upstream changes: 1.3138 2015-06-12 - Promote 1.3137 to non-trial release. [ STATISTICS ] - code churn: 1 file changed, 1796 insertions(+), 1754 deletions(-) 1.3137 2015-06-05 [ BUG FIXES ] - Dancer::Logger->init invocation was using `setting()` instead of `settings()`. (GH#1103, jwittkoski) - Skip utf8 tests on cygwin. (GH#1046, mokko) - Dancer::Session::YAML now refuse cookies that aren't alphanumerical. (yanick) [ ENHANCEMENTS ] - Provide a way to load settings directly from hash. (GH#1113, fgabolde) - Remove 'auto-reload' feature. (GH#1058, alambike) - Add methods to interact with TT's wrappers. (GH#1034, David Zurborg) [ STATISTICS ] - code churn: 13 files changed, 277 insertions(+), 212 deletions(-)
-rw-r--r--www/p5-Dancer/Makefile8
-rw-r--r--www/p5-Dancer/distinfo8
2 files changed, 8 insertions, 8 deletions
diff --git a/www/p5-Dancer/Makefile b/www/p5-Dancer/Makefile
index b2781b882a8..9c859d4b42c 100644
--- a/www/p5-Dancer/Makefile
+++ b/www/p5-Dancer/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2015/06/12 10:51:58 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2015/06/13 09:04:03 wen Exp $
-DISTNAME= Dancer-1.3136
+DISTNAME= Dancer-1.3138
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Y/YA/YANICK/}
@@ -14,7 +13,8 @@ LICENSE= ${PERL5_LICENSE}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Dancer/.packlist
-DEPENDS+= p5-CGI>=0:../../www/p5-CGI
+BUILD_DEPENDS+= p5-CGI>=0:../../www/p5-CGI
+
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
diff --git a/www/p5-Dancer/distinfo b/www/p5-Dancer/distinfo
index 200067e94c1..b57be06c8b8 100644
--- a/www/p5-Dancer/distinfo
+++ b/www/p5-Dancer/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2015/06/12 03:06:30 wen Exp $
+$NetBSD: distinfo,v 1.26 2015/06/13 09:04:03 wen Exp $
-SHA1 (Dancer-1.3136.tar.gz) = af4d9d271cb89bb1205b4a6f4d2b1fcc77c8cad8
-RMD160 (Dancer-1.3136.tar.gz) = 15f2a4b892049912486411015093304bec591229
-Size (Dancer-1.3136.tar.gz) = 379237 bytes
+SHA1 (Dancer-1.3138.tar.gz) = 145329edc8fba4f82647024eca8d932ee682a31e
+RMD160 (Dancer-1.3138.tar.gz) = dbffd2c028a4f2111c91957f5b8ecedcbecb909d
+Size (Dancer-1.3138.tar.gz) = 392481 bytes