diff options
author | wen <wen@pkgsrc.org> | 2014-04-13 02:54:14 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-04-13 02:54:14 +0000 |
commit | a4cc6115e4a99eff62018d02dacacfbe8cd44ebb (patch) | |
tree | 79ca3668dfa336277098336a3049e662a3a2c128 /www | |
parent | 874e54049e65c45ebfd99c4496c070b46bde825c (diff) | |
download | pkgsrc-a4cc6115e4a99eff62018d02dacacfbe8cd44ebb.tar.gz |
Update to 1.3123
Upstream changes:
1.3123 2014-04-12
[ BUG FIXES ]
* Test was skipping wrong number of tests if JSON was absent.
1.3122 10.04.2014
[ DOCUMENTATION ]
* GH #995: Documentation improvements. (Colin Kuskie)
[ BUG FIXES ]
* Serializer::Mutable now consider 'Accept' before 'Content-Type'.
(GH#996, Bernhard Reutner-Fischer)
* Serializer::Mutable now correctly deals with content-types
with charsets. (GH#996, Bernhard Reutner-Fischer)
* Without Clone(), Dancer::Error::dumper() could clobber
values in deep structures. (GH#1006, fix by asergei)
* 'session_name' in Dancer::Session::Abstract couldn't be
redefined. (GH#1004, patch by Lee Carmichael)
[ MISC ]
* Unused function 'path_no_verify' removed. (GH#998,
reported by mjemmeson)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Dancer/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Dancer/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-Dancer/Makefile b/www/p5-Dancer/Makefile index 2f8066acbc6..af3728615ed 100644 --- a/www/p5-Dancer/Makefile +++ b/www/p5-Dancer/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2014/02/16 15:03:55 wen Exp $ +# $NetBSD: Makefile,v 1.23 2014/04/13 02:54:14 wen Exp $ -DISTNAME= Dancer-1.3121 +DISTNAME= Dancer-1.3123 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Y/YA/YANICK/} diff --git a/www/p5-Dancer/distinfo b/www/p5-Dancer/distinfo index 0232fcc4350..cf9d43f95dd 100644 --- a/www/p5-Dancer/distinfo +++ b/www/p5-Dancer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2014/02/16 15:03:55 wen Exp $ +$NetBSD: distinfo,v 1.18 2014/04/13 02:54:14 wen Exp $ -SHA1 (Dancer-1.3121.tar.gz) = 4143facb6b4f5616a3206206d6faf840f71dbdd2 -RMD160 (Dancer-1.3121.tar.gz) = a9c93e36dff303d2645db9ebf4bc46b93e8606c7 -Size (Dancer-1.3121.tar.gz) = 302837 bytes +SHA1 (Dancer-1.3123.tar.gz) = 3c72d464c415d108053630eacb7cf47666aa2458 +RMD160 (Dancer-1.3123.tar.gz) = e6ca71d238a39b920139b0a2fb12533873226502 +Size (Dancer-1.3123.tar.gz) = 304927 bytes |