pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Compile (devel/p5-Test-Compile) Updated ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5991e8235d79
branches:  trunk
changeset: 416646:5991e8235d79
user:      mef <mef%pkgsrc.org@localhost>
date:      Mon Oct 28 12:53:38 2019 +0000

description:
(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

diffstat:

 devel/p5-Test-Compile/Makefile |  13 ++++++-------
 devel/p5-Test-Compile/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 12 deletions(-)

diffs (46 lines):

diff -r 6ccb31d76011 -r 5991e8235d79 devel/p5-Test-Compile/Makefile
--- a/devel/p5-Test-Compile/Makefile    Mon Oct 28 12:53:07 2019 +0000
+++ b/devel/p5-Test-Compile/Makefile    Mon Oct 28 12:53:38 2019 +0000
@@ -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 @@
 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"
diff -r 6ccb31d76011 -r 5991e8235d79 devel/p5-Test-Compile/distinfo
--- a/devel/p5-Test-Compile/distinfo    Mon Oct 28 12:53:07 2019 +0000
+++ b/devel/p5-Test-Compile/distinfo    Mon Oct 28 12:53:38 2019 +0000
@@ -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