Tue Nov 15 12:49:16 2011 UTC ()
Update package for CPAN module Any::Moose in devel/p5-Any-Moose from
0.15 to 0.18.

pkgsrc changes:
- update fetch location (maintainer independent dist location on CPAN)
- adjust dependencies

Upstream changes:
0.18 2011-11-07
  * Try to cope with broken smokers better by recording a Moose
    prereq when it is used. (Chris Williams)
    - see https://rt.cpan.org/Public/Bug/Display.html?id=72043

0.17 2011-09-16
  * Better indicate that this module is dynamically configured.
    - fixes [rt.cpan.org #70996]

0.16 2011-09-15
  * If you have Moose installed you no longer get the Mouse dependency (rjbs, reported by andk)
    Any::Moose has long had both runtime and test support for Moose
    without Mouse, but the toolchain has not, until recently, been
    good enough to handle alternatives. This change is designed
    to affect very few people.
    - fixes [rt.cpan.org #70597]


(sno)
diff -r1.9 -r1.10 pkgsrc/devel/p5-Any-Moose/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/p5-Any-Moose/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/devel/p5-Any-Moose/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Any-Moose/Makefile 2011/08/07 05:59:47 1.9
+++ pkgsrc/devel/p5-Any-Moose/Makefile 2011/11/15 12:49:16 1.10
@@ -1,19 +1,20 @@ @@ -1,19 +1,20 @@
1# $NetBSD: Makefile,v 1.9 2011/08/07 05:59:47 adam Exp $ 1# $NetBSD: Makefile,v 1.10 2011/11/15 12:49:16 sno Exp $
2 2
3DISTNAME= Any-Moose-0.15 3DISTNAME= Any-Moose-0.18
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SA/SARTAK/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Any/}
7 7
8MAINTAINER= rhaen@NetBSD.org 8MAINTAINER= rhaen@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Any-Moose/ 9HOMEPAGE= http://search.cpan.org/dist/Any-Moose/
10COMMENT= Perl extension to check dependencies on Moose or Mouse 10COMMENT= Perl extension to check dependencies on Moose or Mouse
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13DEPENDS+= p5-Mouse>=0.40:../../devel/p5-Mouse 13DEPENDS+= {p5-Moose-[0-9]*,p5-Mouse>=0.40}:../../devel/p5-Mouse
 14BUILD_DEPENDS+= {p5-MooseX-Types-[0-9]*,p5-MouseX-Types-[0-9]*}:../../devel/p5-MouseX-Types
14 15
15PERL5_PACKLIST= auto/Any/Moose/.packlist 16PERL5_PACKLIST= auto/Any/Moose/.packlist
16PKG_DESTDIR_SUPPORT= user-destdir 17PKG_DESTDIR_SUPPORT= user-destdir
17 18
18.include "../../lang/perl5/module.mk" 19.include "../../lang/perl5/module.mk"
19.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/devel/p5-Any-Moose/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Any-Moose/distinfo 2011/08/07 05:59:47 1.7
+++ pkgsrc/devel/p5-Any-Moose/distinfo 2011/11/15 12:49:16 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2011/08/07 05:59:47 adam Exp $ 1$NetBSD: distinfo,v 1.8 2011/11/15 12:49:16 sno Exp $
2 2
3SHA1 (Any-Moose-0.15.tar.gz) = 36ad0770b67a707658146fc2e3522699cb90baf4 3SHA1 (Any-Moose-0.18.tar.gz) = b16af5dbbd1fc15b2fecb013ba462448f6c28e63
4RMD160 (Any-Moose-0.15.tar.gz) = bbbaa0ac6639b18cf9d247350488a3f52489501a 4RMD160 (Any-Moose-0.18.tar.gz) = 7574a18beadabfd39d31ea0b6afcbb9008269385
5Size (Any-Moose-0.15.tar.gz) = 14359 bytes 5Size (Any-Moose-0.18.tar.gz) = 15319 bytes