Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/devel/p5-Test-CheckDeps/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/devel/p5-Test-CheckDeps/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- pkgsrc/devel/p5-Test-CheckDeps/Makefile 2013/05/31 12:40:47 1.5 +++ pkgsrc/devel/p5-Test-CheckDeps/Makefile 2013/08/13 02:30:02 1.6 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2013/05/31 12:40:47 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2013/08/13 02:30:02 wen Exp $ # -DISTNAME= Test-CheckDeps-0.004 +DISTNAME= Test-CheckDeps-0.006 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} @@ -12,11 +11,12 @@ HOMEPAGE= http://search.cpan.org/dist/Te COMMENT= Perl 5 module to check for presence of dependencies LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-CPAN-Meta>=2.12092:../../devel/p5-CPAN-Meta -DEPENDS+= p5-CPAN-Meta-Check-[0-9]*:../../devel/p5-CPAN-Meta-Check +DEPENDS+= p5-CPAN-Meta>=2.120920:../../devel/p5-CPAN-Meta +DEPENDS+= p5-CPAN-Meta-Check>=0.004:../../devel/p5-CPAN-Meta-Check USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Test/CheckDeps/.packlist +PERL5_MODULE_TYPE= Module::Build::Tiny .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk"