pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Test-Compile



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Oct 28 12:53:38 UTC 2019

Modified Files:
        pkgsrc/devel/p5-Test-Compile: Makefile distinfo

Log Message:
(devel/p5-Test-Compile) Updated 2.2.1 to 2.3.1

v2.3.1    2019-10-23
    - RT-130694: all_pm_files_ok and all_pl_files_ok should return true/false

v2.3.0    2019-10-09
    - Search for perl files in blib first (Alexandr Ciornii <alexchorny%gmail.com@localhost>)
    - Improve tests, remove redundant code,
    - Refactor POD, make the deprecation of the functional interface clearer


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/p5-Test-Compile/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-Test-Compile/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Test-Compile/Makefile
diff -u pkgsrc/devel/p5-Test-Compile/Makefile:1.23 pkgsrc/devel/p5-Test-Compile/Makefile:1.24
--- pkgsrc/devel/p5-Test-Compile/Makefile:1.23  Sun Aug 11 13:20:29 2019
+++ pkgsrc/devel/p5-Test-Compile/Makefile       Mon Oct 28 12:53:38 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2019/08/11 13:20:29 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2019/10/28 12:53:38 mef Exp $
 
-DISTNAME=      Test-Compile-v2.2.2
+DISTNAME=      Test-Compile-v2.3.1
 PKGNAME=       p5-${DISTNAME:S/-v/-/}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
 
@@ -11,12 +10,12 @@ HOMEPAGE=   https://metacpan.org/release/T
 COMMENT=       Perl 5 module to check whether Perl module files compile correctly
 LICENSE=       ${PERL5_LICENSE}
 
+DEPENDS+=      p5-UNIVERSAL-require-[0-9]*:../../devel/p5-UNIVERSAL-require
+TEST_DEPENDS+= p5-Devel-CheckOS-[0-9]*:../../devel/p5-Devel-CheckOS
+TEST_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
+
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/Test/Compile/.packlist
 
-#BUILD_DEPENDS+=       {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
-DEPENDS+=      p5-Devel-CheckOS-[0-9]*:../../devel/p5-Devel-CheckOS
-DEPENDS+=      p5-UNIVERSAL-require-[0-9]*:../../devel/p5-UNIVERSAL-require
-
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/p5-Test-Compile/distinfo
diff -u pkgsrc/devel/p5-Test-Compile/distinfo:1.9 pkgsrc/devel/p5-Test-Compile/distinfo:1.10
--- pkgsrc/devel/p5-Test-Compile/distinfo:1.9   Thu Jul 18 14:18:03 2019
+++ pkgsrc/devel/p5-Test-Compile/distinfo       Mon Oct 28 12:53:38 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2019/07/18 14:18:03 wen Exp $
+$NetBSD: distinfo,v 1.10 2019/10/28 12:53:38 mef Exp $
 
-SHA1 (Test-Compile-v2.2.2.tar.gz) = 244ebce23cdbcd2b0b1c23077a101dac790608b5
-RMD160 (Test-Compile-v2.2.2.tar.gz) = 9185c8f2901421f331a9e21b259655771a847aa1
-SHA512 (Test-Compile-v2.2.2.tar.gz) = 93e33597cae9c8e78143abc18ab30552e445961f6931a4ba7f58747f36f80fcf88f9be3556562da49d99eced431802d6e0f899808f255c3721c2b60f7af3d2d7
-Size (Test-Compile-v2.2.2.tar.gz) = 17532 bytes
+SHA1 (Test-Compile-v2.3.1.tar.gz) = ea590f24aac46db88213e7007c7e5feb4977d290
+RMD160 (Test-Compile-v2.3.1.tar.gz) = 8416f5f695b0f6bad4560b66f3c7763ff913d91b
+SHA512 (Test-Compile-v2.3.1.tar.gz) = adbdd9285aeee08a6f73ba23a995b0271a2f6687093b82fa0cfc7a2d9addd330dc52e3c1802869c9be8f28154cd7488d390bfee8cb1f116e47576594d44b6167
+Size (Test-Compile-v2.3.1.tar.gz) = 18096 bytes



Home | Main Index | Thread Index | Old Index