Sat Feb 11 03:22:10 2012 UTC ()
Update p5-parent to 0.225.

Changes from previous:
----------------------
0.225  20110308
    . Applied a docpatch by Robin Barker to fix the documentation
      about the warning of inheriting from yourself.
      Fixes RT #66459

0.224  20101031
    . Change assignment @ISA = (@ISA, 'new::class')
      to use push @ISA, 'new::class'
      This should make class creation faster from 5.10 onwards
      and reverts a change made in 2.14. If this is critically slow for you
      and you can't upgrade your version of Perl, use the old way.


(hiramatsu)
diff -r1.5 -r1.6 pkgsrc/devel/p5-parent/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/p5-parent/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/devel/p5-parent/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-parent/Attic/Makefile 2011/08/14 12:26:49 1.5
+++ pkgsrc/devel/p5-parent/Attic/Makefile 2012/02/11 03:22:10 1.6
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.5 2011/08/14 12:26:49 obache Exp $ 1# $NetBSD: Makefile,v 1.6 2012/02/11 03:22:10 hiramatsu Exp $
2# 2#
3 3
4DISTNAME= parent-0.223 4DISTNAME= parent-0.225
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 2 
7CATEGORIES= devel perl5 6CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CO/CORION/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CO/CORION/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/~corion/parent/ 10HOMEPAGE= http://search.cpan.org/~corion/parent/
12COMMENT= Establish an ISA relationship with base classes at compile time 11COMMENT= Establish an ISA relationship with base classes at compile time
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15USE_LANGUAGES= # empty 14USE_LANGUAGES= # empty
16PERL5_PACKLIST= auto/parent/.packlist 15PERL5_PACKLIST= auto/parent/.packlist
17 16
18PKG_DESTDIR_SUPPORT= user-destdir 17PKG_DESTDIR_SUPPORT= user-destdir
19 18

cvs diff -r1.2 -r1.3 pkgsrc/devel/p5-parent/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-parent/Attic/distinfo 2009/09/12 18:31:17 1.2
+++ pkgsrc/devel/p5-parent/Attic/distinfo 2012/02/11 03:22:10 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2009/09/12 18:31:17 sno Exp $ 1$NetBSD: distinfo,v 1.3 2012/02/11 03:22:10 hiramatsu Exp $
2 2
3SHA1 (parent-0.223.tar.gz) = 563030b1139dbf20f71168ef1e8887d8c4145768 3SHA1 (parent-0.225.tar.gz) = b855f33fceb4828d72e0da12437c1627be2938fc
4RMD160 (parent-0.223.tar.gz) = 2553889ea930fdc208a3124cd331b936133b6d9b 4RMD160 (parent-0.225.tar.gz) = 6b13e06a0ff650374661390099319be628f41fd2
5Size (parent-0.223.tar.gz) = 5334 bytes 5Size (parent-0.225.tar.gz) = 5533 bytes