diff options
author | wen <wen@pkgsrc.org> | 2015-06-12 03:06:30 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-06-12 03:06:30 +0000 |
commit | 3855a533584a2625e39f77dbcb9911d70e5d333c (patch) | |
tree | e886cd10383435addeebec4854e42e72655b4894 /www/p5-Dancer | |
parent | d4f1ee457656594f97f7a97aad0d88ef7ef23e4d (diff) | |
download | pkgsrc-3855a533584a2625e39f77dbcb9911d70e5d333c.tar.gz |
Update to 1.3136
Upstream changes:
1.3136 2015-05-24
[DOCUMENTATION]
- Remove mention of format 'with_id' from Dancer::Logger::Abstract.
(GH#112, Fabrice Gabolde)
[ENHANCEMENTS]
- Cache sessions such that they are only retrieved once per request.
(GH#1105, GH#992, Yanick Champoux)
Diffstat (limited to 'www/p5-Dancer')
-rw-r--r-- | www/p5-Dancer/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Dancer/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/p5-Dancer/Makefile b/www/p5-Dancer/Makefile index 13fe3a88bef..618b09efaa5 100644 --- a/www/p5-Dancer/Makefile +++ b/www/p5-Dancer/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2015/04/24 13:22:48 wen Exp $ +# $NetBSD: Makefile,v 1.31 2015/06/12 03:06:30 wen Exp $ -DISTNAME= Dancer-1.3135 +DISTNAME= Dancer-1.3136 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Y/YA/YANICK/} @@ -13,6 +13,7 @@ LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Dancer/.packlist +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 d25d0082ad5..200067e94c1 100644 --- a/www/p5-Dancer/distinfo +++ b/www/p5-Dancer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2015/04/24 13:22:48 wen Exp $ +$NetBSD: distinfo,v 1.25 2015/06/12 03:06:30 wen Exp $ -SHA1 (Dancer-1.3135.tar.gz) = ed7d0ac1b73f1e9a58df3d62305bc3ac65d1142b -RMD160 (Dancer-1.3135.tar.gz) = 8f789cb83e66cc844d8bde594e55707c3808e743 -Size (Dancer-1.3135.tar.gz) = 378539 bytes +SHA1 (Dancer-1.3136.tar.gz) = af4d9d271cb89bb1205b4a6f4d2b1fcc77c8cad8 +RMD160 (Dancer-1.3136.tar.gz) = 15f2a4b892049912486411015093304bec591229 +Size (Dancer-1.3136.tar.gz) = 379237 bytes |