Wed Jan 28 02:09:17 2015 UTC ()
Update to 1.2.1 (as of 2014-12-08)
v1.2.1    UNRELEASED              (Evan Giles <egiles@cpan.org>)
    - Fix (skip where appropriate) failing CPAN test
    - Avoid warnings for empty files in all_pl_files (Nigel Gregoire)


(mef)
diff -r1.12 -r1.13 pkgsrc/devel/p5-Test-Compile/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/p5-Test-Compile/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/devel/p5-Test-Compile/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-Compile/Makefile 2014/11/23 15:14:42 1.12
+++ pkgsrc/devel/p5-Test-Compile/Makefile 2015/01/28 02:09:17 1.13
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.12 2014/11/23 15:14:42 wen Exp $ 1# $NetBSD: Makefile,v 1.13 2015/01/28 02:09:17 mef Exp $
2# 2#
3 3
4DISTNAME= Test-Compile-v1.2.0 4DISTNAME= Test-Compile-v1.2.1
5PKGNAME= p5-${DISTNAME:S/v1/1/} 5PKGNAME= p5-${DISTNAME:S/v1/1/}
6CATEGORIES= devel perl5 6CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Test-Compile/ 10HOMEPAGE= http://search.cpan.org/dist/Test-Compile/
11COMMENT= Perl 5 module to check whether Perl module files compile correctly 11COMMENT= Perl 5 module to check whether Perl module files compile correctly
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14USE_LANGUAGES= # empty 14USE_LANGUAGES= # empty
15PERL5_PACKLIST= auto/Test/Compile/.packlist 15PERL5_PACKLIST= auto/Test/Compile/.packlist
16 16
17BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple 17BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple

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

--- pkgsrc/devel/p5-Test-Compile/distinfo 2014/11/23 15:14:42 1.5
+++ pkgsrc/devel/p5-Test-Compile/distinfo 2015/01/28 02:09:17 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2014/11/23 15:14:42 wen Exp $ 1$NetBSD: distinfo,v 1.6 2015/01/28 02:09:17 mef Exp $
2 2
3SHA1 (Test-Compile-v1.2.0.tar.gz) = 3e7f9cb8e978e4ca30fb2cda53f1b24d4716e853 3SHA1 (Test-Compile-v1.2.1.tar.gz) = 2a56b985a4cf87f2db468c3683da315967397e26
4RMD160 (Test-Compile-v1.2.0.tar.gz) = 31afcca862dce4fe55bee718ae2a6e0d76eea113 4RMD160 (Test-Compile-v1.2.1.tar.gz) = 7b8b904ffd6442727580695954866e6e6126ffab
5Size (Test-Compile-v1.2.0.tar.gz) = 14942 bytes 5Size (Test-Compile-v1.2.1.tar.gz) = 15104 bytes