Sat Jul 27 02:01:06 2013 UTC ()
Update to 1.003001

Upstream changes:
1.003001 - 2013-07-14
  - fix test accidentally requiring Class::Method::Modifiers

1.003000 - 2013-07-14
  - allow composing roles simultaneously that mutually require each other
    (RT#82711)
  - Fix _concrete_methods_of returning non-CODE entries
  - fix broken implementation of method conflict resolution
    (Perlmonks#1041015)
  - add is_role method for checking if a given package is a role
  - drop minimum perl version - code tests just fine on 5.6.1 and 5.6.2

1.002005 - 2013-02-01
  - complain loudly if Class::Method::Modifiers is too old (and skip tests)
  - don't use $_ as loop variable when calling arbitrary code


(wen)
diff -r1.7 -r1.8 pkgsrc/devel/p5-Role-Tiny/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/p5-Role-Tiny/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/devel/p5-Role-Tiny/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Role-Tiny/Makefile 2013/05/31 12:40:42 1.7
+++ pkgsrc/devel/p5-Role-Tiny/Makefile 2013/07/27 02:01:06 1.8
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.7 2013/05/31 12:40:42 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2013/07/27 02:01:06 wen Exp $
2 2
3DISTNAME= Role-Tiny-1.002004 3DISTNAME= Role-Tiny-1.003001
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/I/IL/ILMARI/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Role-Tiny/ 9HOMEPAGE= http://search.cpan.org/dist/Role-Tiny/
11COMMENT= Roles. Like a nouvelle cuisine portion size slice of Moose 10COMMENT= Roles. Like a nouvelle cuisine portion size slice of Moose
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14CONFLICTS+= p5-Moo<0.009014 13CONFLICTS+= p5-Moo<0.009014
15 14
16PKG_INSTALLATION_TYPES= overwrite pkgviews 15PKG_INSTALLATION_TYPES= overwrite pkgviews
17 16
18BUILD_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Moose 17BUILD_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Moose
19BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple 18BUILD_DEPENDS+= {perl>=5.14.1,p5-Test-Simple>=0.96}:../../devel/p5-Test-Simple
20 19

cvs diff -r1.3 -r1.4 pkgsrc/devel/p5-Role-Tiny/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Role-Tiny/distinfo 2012/11/29 02:35:09 1.3
+++ pkgsrc/devel/p5-Role-Tiny/distinfo 2013/07/27 02:01:06 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2012/11/29 02:35:09 wen Exp $ 1$NetBSD: distinfo,v 1.4 2013/07/27 02:01:06 wen Exp $
2 2
3SHA1 (Role-Tiny-1.002004.tar.gz) = b8cac3fbdc97baa7a87e0c8c1d5facbd808dd8f1 3SHA1 (Role-Tiny-1.003001.tar.gz) = 65103b26d4f14e7e480933c43f764be715be8679
4RMD160 (Role-Tiny-1.002004.tar.gz) = a4eb1b44d2e09b3c4b18e8cd1d5d47a0154fc3dd 4RMD160 (Role-Tiny-1.003001.tar.gz) = ce3dfb495eae857800c65444ab47fefb684ad593
5Size (Role-Tiny-1.002004.tar.gz) = 21517 bytes 5Size (Role-Tiny-1.003001.tar.gz) = 24815 bytes