Received: by mail.netbsd.org (Postfix, from userid 605) id BBDBC84D35; Mon, 7 Sep 2020 10:15:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4280A84D02 for ; Mon, 7 Sep 2020 10:15:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id diRXuGrg2ptd for ; Mon, 7 Sep 2020 10:15:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AE02384CE2 for ; Mon, 7 Sep 2020 10:15:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AB3B0FB28; Mon, 7 Sep 2020 10:15:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599473733114250" MIME-Version: 1.0 Date: Mon, 7 Sep 2020 10:15:33 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Test-TempDir To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200907101533.AB3B0FB28@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. --_----------=_1599473733114250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Sep 7 10:15:33 UTC 2020 Modified Files: pkgsrc/devel/p5-Test-TempDir: Makefile distinfo Log Message: p5-Test-TempDir: update to 0.11. Add missing test dependency. 0.11 2020-07-28 18:47:57Z - bump prereq on File::Temp to 0.2308 in order to change the default for EXLOCK on *bsd systems - all usage of File::NFSLock removed due to security risk To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/p5-Test-TempDir/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-Test-TempDir/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1599473733114250 Content-Disposition: inline Content-Length: 2565 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Test-TempDir/Makefile diff -u pkgsrc/devel/p5-Test-TempDir/Makefile:1.23 pkgsrc/devel/p5-Test-TempDir/Makefile:1.24 --- pkgsrc/devel/p5-Test-TempDir/Makefile:1.23 Fri Sep 4 13:45:15 2020 +++ pkgsrc/devel/p5-Test-TempDir/Makefile Mon Sep 7 10:15:33 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2020/09/04 13:45:15 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2020/09/07 10:15:33 wiz Exp $ -DISTNAME= Test-TempDir-0.10 +DISTNAME= Test-TempDir-0.11 PKGNAME= p5-${DISTNAME} -PKGREVISION= 7 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} @@ -12,15 +11,17 @@ COMMENT= Temporary files support for tes LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-File-NFSLock>=0:../../devel/p5-File-NFSLock -#DEPENDS+= {p5-File-Path>=2.04,perl>=5.10}:../../devel/p5-File-Path DEPENDS+= p5-Moose>=0.87:../../devel/p5-Moose DEPENDS+= p5-MooseX-Types-Path-Class>=0:../../devel/p5-MooseX-Types-Path-Class DEPENDS+= p5-Path-Class>=0:../../devel/p5-Path-Class DEPENDS+= p5-Sub-Exporter>=0:../../devel/p5-Sub-Exporter DEPENDS+= p5-namespace-clean>=0.08:../../devel/p5-namespace-clean +TEST_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires USE_LANGUAGES= # empty -PERL5_PACKLIST= auto/Test/TempDir/.packlist + +PERL5_PACKLIST= auto/Test/TempDir/.packlist +PERL5_MODULE_TYPE= Module::Build::Tiny .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/p5-Test-TempDir/distinfo diff -u pkgsrc/devel/p5-Test-TempDir/distinfo:1.6 pkgsrc/devel/p5-Test-TempDir/distinfo:1.7 --- pkgsrc/devel/p5-Test-TempDir/distinfo:1.6 Tue Nov 3 03:28:54 2015 +++ pkgsrc/devel/p5-Test-TempDir/distinfo Mon Sep 7 10:15:33 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 03:28:54 agc Exp $ +$NetBSD: distinfo,v 1.7 2020/09/07 10:15:33 wiz Exp $ -SHA1 (Test-TempDir-0.10.tar.gz) = 58ec7a5b7fb7d4bbf131435017fb2d37706ae7fa -RMD160 (Test-TempDir-0.10.tar.gz) = 90c81c2f660c572225146a04633e3e115bfdf115 -SHA512 (Test-TempDir-0.10.tar.gz) = 89611be65e201cf83229fe6ca3ab3af5c716ceffc699a56ca804901edbfce2ad671f43c9afc84d9affb34345852213ed551b24d5a2fd054278e9c7bc5fb7a820 -Size (Test-TempDir-0.10.tar.gz) = 30932 bytes +SHA1 (Test-TempDir-0.11.tar.gz) = e29ed5648ee3c354bb01568b0286721cdf895dda +RMD160 (Test-TempDir-0.11.tar.gz) = 8e41c718bf7fcde64082c471029de8ff9d0a715c +SHA512 (Test-TempDir-0.11.tar.gz) = 15edacc32ad0d23685c6ddb4bd1e6d9c13cc0d9806087e39617bd9cbdc99997b3b8b0c7f72f15566743af813e8a332523a49fd11b51252d7ef959476b9682030 +Size (Test-TempDir-0.11.tar.gz) = 35260 bytes --_----------=_1599473733114250--