Mon Jul 15 01:25:29 2013 UTC ()
Update to 0.25

Upstream changes:
0.25 Thu, July 4, 2013
    - Drop compatibility from 5.6.2 to 5.6.0
    - Pod typo fixes (RT#77453, RT#85357)
    - Only ask for Devel::Hide on perls where it will be actually used
      (RT#81106)
    - Fix SYNOPSIS to actually be executable (RT#78327)


(wen)
diff -r1.15 -r1.16 pkgsrc/devel/p5-Class-C3/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/p5-Class-C3/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/devel/p5-Class-C3/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Class-C3/Makefile 2013/05/31 12:40:07 1.15
+++ pkgsrc/devel/p5-Class-C3/Makefile 2013/07/15 01:25:29 1.16
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.15 2013/05/31 12:40:07 wiz Exp $ 1# $NetBSD: Makefile,v 1.16 2013/07/15 01:25:29 wen Exp $
2 2
3DISTNAME= Class-C3-0.24 3DISTNAME= Class-C3-0.25
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Class-C3/ 9HOMEPAGE= http://search.cpan.org/dist/Class-C3/
11COMMENT= Pragma to use the C3 method resolution order algortihm 10COMMENT= Pragma to use the C3 method resolution order algortihm
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-Algorithm-C3-[0-9]*:../../devel/p5-Algorithm-C3 13DEPENDS+= p5-Algorithm-C3-[0-9]*:../../devel/p5-Algorithm-C3
15 14
16USE_LANGUAGES= # empty 15USE_LANGUAGES= # empty
17PERL5_PACKLIST= auto/Class/C3/.packlist 16PERL5_PACKLIST= auto/Class/C3/.packlist
18 17

cvs diff -r1.6 -r1.7 pkgsrc/devel/p5-Class-C3/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Class-C3/distinfo 2012/07/06 09:11:22 1.6
+++ pkgsrc/devel/p5-Class-C3/distinfo 2013/07/15 01:25:29 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2012/07/06 09:11:22 sno Exp $ 1$NetBSD: distinfo,v 1.7 2013/07/15 01:25:29 wen Exp $
2 2
3SHA1 (Class-C3-0.24.tar.gz) = 5a85db835d01609989f00f9ed98a31b004bcaeb7 3SHA1 (Class-C3-0.25.tar.gz) = b1550548d2ecef5677eab7a21f477a2eea100fcc
4RMD160 (Class-C3-0.24.tar.gz) = efe01e3c85ad965461a062d550371a26a3392e70 4RMD160 (Class-C3-0.25.tar.gz) = 71f11b34dc265b399d57d76ef89b69695a249bb1
5Size (Class-C3-0.24.tar.gz) = 38023 bytes 5Size (Class-C3-0.25.tar.gz) = 39566 bytes