Tue Feb 23 12:47:56 2010 UTC ()
Updating devel/p5-MooseX-Types-Common from 0.001001 to 0.001002

pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.001002 2010-02-22 17:00EST
  - Add Test::Exception to the test_requires (RT#54357)
  - Warning when you try to import things from MooseX::Types::Common rather
    than one of the specific String/Numeric modules in the distribution.


(sno)
diff -r1.3 -r1.4 pkgsrc/devel/p5-MooseX-Types-Common/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/p5-MooseX-Types-Common/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/devel/p5-MooseX-Types-Common/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-MooseX-Types-Common/Makefile 2010/01/16 17:56:53 1.3
+++ pkgsrc/devel/p5-MooseX-Types-Common/Makefile 2010/02/23 12:47:56 1.4
@@ -1,24 +1,27 @@ @@ -1,24 +1,27 @@
1# $NetBSD: Makefile,v 1.3 2010/01/16 17:56:53 sno Exp $ 1# $NetBSD: Makefile,v 1.4 2010/02/23 12:47:56 sno Exp $
2# 2#
3 3
4DISTNAME= MooseX-Types-Common-0.001001 4DISTNAME= MooseX-Types-Common-0.001002
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6#PKGREVISION= 1 6#PKGREVISION= 1
7CATEGORIES= devel perl5 7CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/MooseX-Types-Common/ 11HOMEPAGE= http://search.cpan.org/dist/MooseX-Types-Common/
12COMMENT= Commonly-used type constraints that do not ship with Moose by default 12COMMENT= Commonly-used type constraints that do not ship with Moose by default
13LICENSE= ${PERL5_LICENSE} 13LICENSE= ${PERL5_LICENSE}
14 14
15DEPENDS+= p5-Moose>=0.39:../../devel/p5-Moose 15DEPENDS+= p5-Moose>=0.39:../../devel/p5-Moose
16DEPENDS+= p5-MooseX-Types>=0.04:../../devel/p5-MooseX-Types 16DEPENDS+= p5-MooseX-Types>=0.04:../../devel/p5-MooseX-Types
17 17
 18BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
 19
18PKG_DESTDIR_SUPPORT= user-destdir 20PKG_DESTDIR_SUPPORT= user-destdir
19 21
20USE_LANGUAGES= # empty 22USE_LANGUAGES= # empty
21PERL5_PACKLIST= auto/MooseX/Types/Common/.packlist 23PERL5_PACKLIST= auto/MooseX/Types/Common/.packlist
 24PERL5_MODULE_TYPE= Module::Install::Bundled
22 25
23.include "../../lang/perl5/module.mk" 26.include "../../lang/perl5/module.mk"
24.include "../../mk/bsd.pkg.mk" 27.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/devel/p5-MooseX-Types-Common/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-MooseX-Types-Common/distinfo 2010/01/16 17:56:53 1.2
+++ pkgsrc/devel/p5-MooseX-Types-Common/distinfo 2010/02/23 12:47:56 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2010/01/16 17:56:53 sno Exp $ 1$NetBSD: distinfo,v 1.3 2010/02/23 12:47:56 sno Exp $
2 2
3SHA1 (MooseX-Types-Common-0.001001.tar.gz) = 2eb59bc4201ec10ce55ab5dbcb93b3ae59598dd6 3SHA1 (MooseX-Types-Common-0.001002.tar.gz) = 78be7f227c31f7763c27bd77a741ad293b7155e3
4RMD160 (MooseX-Types-Common-0.001001.tar.gz) = d237e8c28a1a271ca8e98d6941877999868ce9e4 4RMD160 (MooseX-Types-Common-0.001002.tar.gz) = 97bdf55ab77800de789b5d4262366c23399a5e2b
5Size (MooseX-Types-Common-0.001001.tar.gz) = 16341 bytes 5Size (MooseX-Types-Common-0.001002.tar.gz) = 16897 bytes