From aab002b88508867e4e9a527434cf86293430779d Mon Sep 17 00:00:00 2001 From: wen Date: Sat, 5 Jan 2013 13:52:36 +0000 Subject: [PATCH] Update to 0.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream changes: 0.2.1 2012-12-02 17:44:34 Europe/Oslo Updated all traits to use Moose::Util::meta_attribute_alias() to specify trait aliases. Requires at least Moose 0.89. Fixed bug with duplicate class names being returned by Data::Visitor::Callback when traversing a Moose type constraint on perl 5.17.6. Reported by Andreas J. König. (RT #81519) 0.1.1 2011-10-23 14:56:18 Europe/Oslo Fixed bug with has_xpath_value_map throwing exception if xpath_value query returns empty result set. (RT #71815) Reported by Jeffery M. Thompson. 0.1.0 2011-09-27 14:46:03 Europe/Oslo Added multiple helper/sugar functions. (GitHub #2) Fixed problem with XML::Rabbit::Role::Node->dump_xml() throwing exception because of wide characters in print. 0.0.4 2011-03-22 16:16:02 Europe/Oslo Fixed missing trait imports in XML::Rabbit::Role::Node. --- textproc/p5-XML-Rabbit/Makefile | 8 ++++---- textproc/p5-XML-Rabbit/distinfo | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/textproc/p5-XML-Rabbit/Makefile b/textproc/p5-XML-Rabbit/Makefile index 11c9b6ae26d76..2a423e95e944e 100644 --- a/textproc/p5-XML-Rabbit/Makefile +++ b/textproc/p5-XML-Rabbit/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2012/10/25 06:56:39 asau Exp $ +# $NetBSD: Makefile,v 1.9 2013/01/05 13:52:36 wen Exp $ -DISTNAME= XML-Rabbit-0.0.3 +DISTNAME= XML-Rabbit-0.2.1 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} @@ -17,10 +16,11 @@ PERL5_PACKLIST= auto/XML/Rabbit/.packlist REPLACE_PERL+= bin/* DEPENDS+= p5-Data-Visitor-[0-9]*:../../devel/p5-Data-Visitor -DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose +DEPENDS+= p5-Moose>=0.89:../../devel/p5-Moose DEPENDS+= p5-MooseX-Role-Parameterized-[0-9]*:../../devel/p5-MooseX-Role-Parameterized DEPENDS+= p5-Perl6-Junction-[0-9]*:../../devel/p5-Perl6-Junction DEPENDS+= p5-XML-LibXML>=1.70:../../textproc/p5-XML-LibXML +DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-XML-Rabbit/distinfo b/textproc/p5-XML-Rabbit/distinfo index 6af37c1aabf01..b1559e5fb866e 100644 --- a/textproc/p5-XML-Rabbit/distinfo +++ b/textproc/p5-XML-Rabbit/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/09/19 11:09:46 wiz Exp $ +$NetBSD: distinfo,v 1.4 2013/01/05 13:52:36 wen Exp $ -SHA1 (XML-Rabbit-0.0.3.tar.gz) = 7711958ea7f6217727e9f27ec8aec6a8e016a1de -RMD160 (XML-Rabbit-0.0.3.tar.gz) = 4b30734cceed8fac2efe4d86c8f9a94b80a70ef7 -Size (XML-Rabbit-0.0.3.tar.gz) = 42769 bytes +SHA1 (XML-Rabbit-0.2.1.tar.gz) = 408b01b651f843b205ca1a678a43d7176648e80a +RMD160 (XML-Rabbit-0.2.1.tar.gz) = 89113c567da4dcc576aa7782fb782b917ef4d098 +Size (XML-Rabbit-0.2.1.tar.gz) = 55357 bytes