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.
This commit is contained in:
parent
7e37701c46
commit
db32544ec4
2 changed files with 11 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.3 2010/01/16 17:56:53 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2010/02/23 12:47:56 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= MooseX-Types-Common-0.001001
|
||||
DISTNAME= MooseX-Types-Common-0.001002
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
#PKGREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
|
@ -15,10 +15,13 @@ LICENSE= ${PERL5_LICENSE}
|
|||
DEPENDS+= p5-Moose>=0.39:../../devel/p5-Moose
|
||||
DEPENDS+= p5-MooseX-Types>=0.04:../../devel/p5-MooseX-Types
|
||||
|
||||
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/MooseX/Types/Common/.packlist
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/MooseX/Types/Common/.packlist
|
||||
PERL5_MODULE_TYPE= Module::Install::Bundled
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2010/01/16 17:56:53 sno Exp $
|
||||
$NetBSD: distinfo,v 1.3 2010/02/23 12:47:56 sno Exp $
|
||||
|
||||
SHA1 (MooseX-Types-Common-0.001001.tar.gz) = 2eb59bc4201ec10ce55ab5dbcb93b3ae59598dd6
|
||||
RMD160 (MooseX-Types-Common-0.001001.tar.gz) = d237e8c28a1a271ca8e98d6941877999868ce9e4
|
||||
Size (MooseX-Types-Common-0.001001.tar.gz) = 16341 bytes
|
||||
SHA1 (MooseX-Types-Common-0.001002.tar.gz) = 78be7f227c31f7763c27bd77a741ad293b7155e3
|
||||
RMD160 (MooseX-Types-Common-0.001002.tar.gz) = 97bdf55ab77800de789b5d4262366c23399a5e2b
|
||||
Size (MooseX-Types-Common-0.001002.tar.gz) = 16897 bytes
|
||||
|
|
Loading…
Reference in a new issue