diff options
author | wen <wen@pkgsrc.org> | 2013-07-27 01:09:52 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-07-27 01:09:52 +0000 |
commit | 191172b303ee202a3bad5fc8827a4d66f028de32 (patch) | |
tree | e5261a2f06b6ef2d98d7e1238239ef507f957fb8 /devel/p5-Data-Visitor | |
parent | 4f728f34e8f882f5b760146ee33073153a10fb39 (diff) | |
download | pkgsrc-191172b303ee202a3bad5fc8827a4d66f028de32.tar.gz |
Update to 0.30
Upstream changes:
0.30 2013-06-24
- doy/data-visitor should probably be the canonical repository at this
point
0.29 2013-06-24
- The class callbacks to be run for an object are now chosen once, at the
start of visiting that object. Previously, it always looked through the
entire list of callbacks every time, in a loop in which the object in
question could be changed by the callback. Since the class callbacks are
only partially ordered, this lead to differences in whether a callback
would be called or not based on hash order. reported by Robin Smidsrd.
Diffstat (limited to 'devel/p5-Data-Visitor')
-rw-r--r-- | devel/p5-Data-Visitor/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Data-Visitor/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Data-Visitor/Makefile b/devel/p5-Data-Visitor/Makefile index 62f85436001..6e74fc1df43 100644 --- a/devel/p5-Data-Visitor/Makefile +++ b/devel/p5-Data-Visitor/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2013/05/31 12:40:13 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2013/07/27 01:09:52 wen Exp $ -DISTNAME= Data-Visitor-0.28 +DISTNAME= Data-Visitor-0.30 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} diff --git a/devel/p5-Data-Visitor/distinfo b/devel/p5-Data-Visitor/distinfo index 9359c1690f1..e7de4804e7f 100644 --- a/devel/p5-Data-Visitor/distinfo +++ b/devel/p5-Data-Visitor/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2012/07/18 09:12:21 sno Exp $ +$NetBSD: distinfo,v 1.11 2013/07/27 01:09:52 wen Exp $ -SHA1 (Data-Visitor-0.28.tar.gz) = 3164ba8620989b3f39fc19b260612c4b98aa2c4a -RMD160 (Data-Visitor-0.28.tar.gz) = d8c89c5c65d7a3cfbf816df5a72e2dc0ae13a1df -Size (Data-Visitor-0.28.tar.gz) = 23571 bytes +SHA1 (Data-Visitor-0.30.tar.gz) = 1b68132cae25963c6408e49e8419f552d7e75dfe +RMD160 (Data-Visitor-0.30.tar.gz) = a237c27ecf1ff91c8a23f1d575fb7b2def2c1b8a +Size (Data-Visitor-0.30.tar.gz) = 24542 bytes |