Received: by mail.netbsd.org (Postfix, from userid 605) id 4396484E40; Mon, 28 Oct 2019 12:53:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BEC9984E3F for ; Mon, 28 Oct 2019 12:53:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id mg1eODzW3dEI for ; Mon, 28 Oct 2019 12:53:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 386A584E23 for ; Mon, 28 Oct 2019 12:53:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 36378FA8D; Mon, 28 Oct 2019 12:53:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1572267218283240" MIME-Version: 1.0 Date: Mon, 28 Oct 2019 12:53:38 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Test-Compile To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20191028125338.36378FA8D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1572267218283240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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 ) - 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. --_----------=_1572267218283240 Content-Disposition: inline Content-Length: 2513 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1572267218283240--