pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Data-Visitor Update from version 0.18nb1 to 0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8001700cc9c
branches:  trunk
changeset: 549419:a8001700cc9c
user:      he <he%pkgsrc.org@localhost>
date:      Sun Nov 02 19:19:36 2008 +0000

description:
Update from version 0.18nb1 to 0.21.

Pkgsrc changes:
 o Convert some BUILD_DEPENDS to DEPENDS, in accordance with META.yml
 o Update the dependency on p5-Mouse

Upstream changes:

0.21
        - Fix a bug in Data::Visitor::Callback WRT returning non
          reference values from callbacks (#38306).
        - Refactor the visit_tied split
        - Propagation of void context

0.20
        - Split visit_tied into methods per each reftype, to make it possible to
          return something that is an object but still doesn't get tied.

0.19
        - Support multiple arguments to visit()
        - use BUILDARGS for argument processing
        - remove Data::Alias dep for now, it breaks on windows & aix with 5.8.8

diffstat:

 devel/p5-Data-Visitor/Makefile |  11 +++++------
 devel/p5-Data-Visitor/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 10 deletions(-)

diffs (45 lines):

diff -r 2ad488587cd4 -r a8001700cc9c devel/p5-Data-Visitor/Makefile
--- a/devel/p5-Data-Visitor/Makefile    Sun Nov 02 17:25:36 2008 +0000
+++ b/devel/p5-Data-Visitor/Makefile    Sun Nov 02 19:19:36 2008 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2008/10/19 19:17:51 he Exp $
+# $NetBSD: Makefile,v 1.5 2008/11/02 19:19:36 he Exp $
 
-DISTNAME=      Data-Visitor-0.18
+DISTNAME=      Data-Visitor-0.21
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Data/}
 
@@ -10,14 +9,14 @@
 HOMEPAGE=      http://search.cpan.org/dist/Data-Visitor/
 COMMENT=       Visitor style traversal of Perl data structures
 
-DEPENDS+=      p5-Mouse>=0.04:../../devel/p5-Mouse
+DEPENDS+=      p5-Mouse>=0.06:../../devel/p5-Mouse
 DEPENDS+=      p5-namespace-clean>=0.08:../../devel/p5-namespace-clean
 DEPENDS+=      p5-Class-Accessor>=0:../../devel/p5-Class-Accessor
 DEPENDS+=      p5-Tie-ToObject>=0.01:../../devel/p5-Tie-ToObject
 DEPENDS+=      p5-Data-Alias>=0:../../devel/p5-Data-Alias
 DEPENDS+=      p5-Task-Weaken>=0:../../devel/p5-Task-Weaken
-BUILD_DEPENDS+=        p5-Test-MockObject>=1.04:../../devel/p5-Test-MockObject
-BUILD_DEPENDS+=        p5-Test-use-ok>=0:../../devel/p5-Test-use-ok
+DEPENDS+=      p5-Test-MockObject>=1.04:../../devel/p5-Test-MockObject
+DEPENDS+=      p5-Test-use-ok>=0:../../devel/p5-Test-use-ok
 
 PERL5_PACKLIST=        auto/Data/Visitor/.packlist
 
diff -r 2ad488587cd4 -r a8001700cc9c devel/p5-Data-Visitor/distinfo
--- a/devel/p5-Data-Visitor/distinfo    Sun Nov 02 17:25:36 2008 +0000
+++ b/devel/p5-Data-Visitor/distinfo    Sun Nov 02 19:19:36 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2008/07/22 23:59:14 he Exp $
+$NetBSD: distinfo,v 1.4 2008/11/02 19:19:36 he Exp $
 
-SHA1 (Data-Visitor-0.18.tar.gz) = f0d7cc30cea1f533d61c6022f4f0567127d74891
-RMD160 (Data-Visitor-0.18.tar.gz) = c373775a2fed797c4a01b78388f858e71cb5cd4e
-Size (Data-Visitor-0.18.tar.gz) = 12576 bytes
+SHA1 (Data-Visitor-0.21.tar.gz) = 5d5c3337cae7829dd728b322a2c00102e3a0aa0a
+RMD160 (Data-Visitor-0.21.tar.gz) = 204a2c52dc26e0bba16ed3d3e80404d75abf297b
+Size (Data-Visitor-0.21.tar.gz) = 13901 bytes



Home | Main Index | Thread Index | Old Index