diff options
author | wen <wen> | 2015-10-01 02:16:00 +0000 |
---|---|---|
committer | wen <wen> | 2015-10-01 02:16:00 +0000 |
commit | c3dd559c2476f1999c091ef89d8a813476f3f8b8 (patch) | |
tree | b51f0537aab018dc8da17a868ec46a391091381f | |
parent | 8ba95bd64eec8d68608cbc1eb4803f35b0ef5ec4 (diff) | |
download | pkgsrc-c3dd559c2476f1999c091ef89d8a813476f3f8b8.tar.gz |
Update to 1.3142
Add missing DEPENDS
Upstream changes:
1.3142 2015-09-14
- Promotion to stable release.
[ STATISTICS ]
- code churn: 1 file changed, 15 insertions(+), 8 deletions(-)
1.3141 2015-09-07
[ BUG FIXES ]
- Dancer::Logger::Abstract now always try to convert to the configured
charset. (GH#1125, ironcamel)
- Fix test that was failing on Windows because of platform-specific
directory separators. (GH#1122, nanis)
-rw-r--r-- | www/p5-Dancer/Makefile | 7 | ||||
-rw-r--r-- | www/p5-Dancer/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/www/p5-Dancer/Makefile b/www/p5-Dancer/Makefile index d08761db79b..19bac6f9806 100644 --- a/www/p5-Dancer/Makefile +++ b/www/p5-Dancer/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2015/07/11 09:09:50 wen Exp $ +# $NetBSD: Makefile,v 1.35 2015/10/01 02:16:00 wen Exp $ -DISTNAME= Dancer-1.3140 +DISTNAME= Dancer-1.3142 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Y/YA/YANICK/} @@ -13,7 +13,8 @@ LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Dancer/.packlist -BUILD_DEPENDS+= p5-CGI>=0:../../www/p5-CGI +BUILD_DEPENDS+= p5-CGI>=0:../../www/p5-CGI \ + p5-Test-NoWarnings>=0:../../devel/p5-Test-NoWarnings DEPENDS+= p5-Clone>=0:../../devel/p5-Clone DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww diff --git a/www/p5-Dancer/distinfo b/www/p5-Dancer/distinfo index a23b73fb04f..0e1be799119 100644 --- a/www/p5-Dancer/distinfo +++ b/www/p5-Dancer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.27 2015/07/11 09:09:50 wen Exp $ +$NetBSD: distinfo,v 1.28 2015/10/01 02:16:00 wen Exp $ -SHA1 (Dancer-1.3140.tar.gz) = 918dc671bee0db4f4e5ae029ddfd62d4b6d48f69 -RMD160 (Dancer-1.3140.tar.gz) = cc844b671ede0b3c8d1b51742e9887730bf4f194 -Size (Dancer-1.3140.tar.gz) = 391001 bytes +SHA1 (Dancer-1.3142.tar.gz) = cbff26b94f688685662dfc322f963a8c63aa7bfc +RMD160 (Dancer-1.3142.tar.gz) = 7d9a62e0e375f4afad75b69b26f1b2e55e29f8dd +Size (Dancer-1.3142.tar.gz) = 379097 bytes |