Wed Jan 28 01:57:41 2015 UTC ()
Update 0.008 to 0.010
---------------------
0.010     2013-10-09 18:10:39 Europe/Amsterdam
          - Revert adding conventional [Test::CheckDeps] test, to avoid circular dependency

0.009     2013-10-09 15:39:01 Europe/Amsterdam
          - Added Synopsis
          - $Test::Builder::Level increased, so failing tests appear to come
            from the .t file rather than Test/CheckDeps.pm
          - also test 'develop' prereqs when AUTHOR_TESTING


(mef)
diff -r1.9 -r1.10 pkgsrc/devel/p5-Test-CheckDeps/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/p5-Test-CheckDeps/distinfo

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

--- pkgsrc/devel/p5-Test-CheckDeps/Makefile 2014/05/29 23:36:20 1.9
+++ pkgsrc/devel/p5-Test-CheckDeps/Makefile 2015/01/28 01:57:41 1.10
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.9 2014/05/29 23:36:20 wiz Exp $ 1# $NetBSD: Makefile,v 1.10 2015/01/28 01:57:41 mef Exp $
2# 2#
3 3
4DISTNAME= Test-CheckDeps-0.008 4DISTNAME= Test-CheckDeps-0.010
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 2 
7CATEGORIES= devel perl5 6CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Test-CheckDeps/ 10HOMEPAGE= http://search.cpan.org/dist/Test-CheckDeps/
12COMMENT= Perl 5 module to check for presence of dependencies 11COMMENT= Perl 5 module to check for presence of dependencies
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15DEPENDS+= {perl>=5.18.0,p5-CPAN-Meta>=2.120920}:../../devel/p5-CPAN-Meta 14DEPENDS+= {perl>=5.18.0,p5-CPAN-Meta>=2.120920}:../../devel/p5-CPAN-Meta
16DEPENDS+= p5-CPAN-Meta-Check>=0.007:../../devel/p5-CPAN-Meta-Check 15DEPENDS+= p5-CPAN-Meta-Check>=0.007:../../devel/p5-CPAN-Meta-Check
17 16
18USE_LANGUAGES= # empty 17USE_LANGUAGES= # empty
19PERL5_PACKLIST= auto/Test/CheckDeps/.packlist 18PERL5_PACKLIST= auto/Test/CheckDeps/.packlist

cvs diff -r1.4 -r1.5 pkgsrc/devel/p5-Test-CheckDeps/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-CheckDeps/distinfo 2013/10/02 08:06:11 1.4
+++ pkgsrc/devel/p5-Test-CheckDeps/distinfo 2015/01/28 01:57:41 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2013/10/02 08:06:11 wen Exp $ 1$NetBSD: distinfo,v 1.5 2015/01/28 01:57:41 mef Exp $
2 2
3SHA1 (Test-CheckDeps-0.008.tar.gz) = 67dd4a2f9670961a749530b560af22459a276b95 3SHA1 (Test-CheckDeps-0.010.tar.gz) = 6005b5db861133b63aec04dcfc96868fb3677600
4RMD160 (Test-CheckDeps-0.008.tar.gz) = 5356dbfb70abd36f240baaa8239e7d94eba6fa7e 4RMD160 (Test-CheckDeps-0.010.tar.gz) = 2da8474ff3d0dcf8e3e320e230727682d7e45a30
5Size (Test-CheckDeps-0.008.tar.gz) = 11303 bytes 5Size (Test-CheckDeps-0.010.tar.gz) = 11822 bytes