Sat Aug 15 12:24:52 2015 UTC ()
Update to 0.27
   - remove build/IFiles.pm from the shipped dist, as it is meant to be
     auto-generated at install time (was added in 0.26)
   - Support native B::OP::parent with 5.21.2 -DPERL_OP_PARENT (Reini Urban)
   - fix t/utils/40walk.t with 5.6 (Reini Urban)
   - Add $op->_parent method as fallback to our parent method since 5.21.2.


(mef)
diff -r1.20 -r1.21 pkgsrc/devel/p5-B-Utils/Makefile
diff -r1.11 -r1.12 pkgsrc/devel/p5-B-Utils/distinfo

cvs diff -r1.20 -r1.21 pkgsrc/devel/p5-B-Utils/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-B-Utils/Makefile 2015/06/12 10:48:55 1.20
+++ pkgsrc/devel/p5-B-Utils/Makefile 2015/08/15 12:24:52 1.21
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.20 2015/06/12 10:48:55 wiz Exp $ 1# $NetBSD: Makefile,v 1.21 2015/08/15 12:24:52 mef Exp $
2 2
3DISTNAME= B-Utils-0.26 3DISTNAME= B-Utils-0.27
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=B/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=B/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/B-Utils/ 9HOMEPAGE= http://search.cpan.org/dist/B-Utils/
11COMMENT= Perl 5 module providing op tree manipulation helper functions 10COMMENT= Perl 5 module providing op tree manipulation helper functions
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken 13DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
15BUILD_DEPENDS+= p5-ExtUtils-Depends>=0.302:../../devel/p5-ExtUtils-Depends 14BUILD_DEPENDS+= p5-ExtUtils-Depends>=0.302:../../devel/p5-ExtUtils-Depends
16 15
17USE_LANGUAGES= c 16USE_LANGUAGES= c
18PERL5_PACKLIST= auto/B/Utils/.packlist 17PERL5_PACKLIST= auto/B/Utils/.packlist

cvs diff -r1.11 -r1.12 pkgsrc/devel/p5-B-Utils/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-B-Utils/distinfo 2015/04/29 11:28:43 1.11
+++ pkgsrc/devel/p5-B-Utils/distinfo 2015/08/15 12:24:52 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2015/04/29 11:28:43 mef Exp $ 1$NetBSD: distinfo,v 1.12 2015/08/15 12:24:52 mef Exp $
2 2
3SHA1 (B-Utils-0.26.tar.gz) = e422b6f9403ecc8d698c1032c24fbdaf32a93fd0 3SHA1 (B-Utils-0.27.tar.gz) = 927c9642a0aff247172ea0457ee86ece6fe29ce7
4RMD160 (B-Utils-0.26.tar.gz) = 159f88a7e730f2c494bfff2f0966cd6de558fde5 4RMD160 (B-Utils-0.27.tar.gz) = cd042df7263fd09c08421f0e10d1897826240eb8
5Size (B-Utils-0.26.tar.gz) = 73325 bytes 5Size (B-Utils-0.27.tar.gz) = 74612 bytes