Received: by mail.netbsd.org (Postfix, from userid 605) id F40B484D93; Wed, 2 May 2018 12:09:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7FEEA84D5F for ; Wed, 2 May 2018 12:09:54 +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 f6Ix9cBAtG67 for ; Wed, 2 May 2018 12:09:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0F8AB84CFC for ; Wed, 2 May 2018 12:09:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0DD2BFBEC; Wed, 2 May 2018 12:09:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1525262994217890" MIME-Version: 1.0 Date: Wed, 2 May 2018 12:09:54 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Test-Deep To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180502120954.0DD2BFBEC@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. --_----------=_1525262994217890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Wed May 2 12:09:53 UTC 2018 Modified Files: pkgsrc/devel/p5-Test-Deep: Makefile distinfo Log Message: p5-Test-Deep: update to 1.128. 1.128 2018-04-18 - numerous small improvements to documentation; thanks to Fabrice Gabolde, Daniel Böhmer, Lance Wicks, Matthew Horsfall - improved CI setup; thanks to eadjei and Philip J. Ludlam To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/p5-Test-Deep/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/p5-Test-Deep/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1525262994217890 Content-Disposition: inline Content-Length: 1726 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Test-Deep/Makefile diff -u pkgsrc/devel/p5-Test-Deep/Makefile:1.33 pkgsrc/devel/p5-Test-Deep/Makefile:1.34 --- pkgsrc/devel/p5-Test-Deep/Makefile:1.33 Mon Jun 5 14:23:42 2017 +++ pkgsrc/devel/p5-Test-Deep/Makefile Wed May 2 12:09:53 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2017/06/05 14:23:42 ryoon Exp $ +# $NetBSD: Makefile,v 1.34 2018/05/02 12:09:53 wiz Exp $ -DISTNAME= Test-Deep-1.127 +DISTNAME= Test-Deep-1.128 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/} Index: pkgsrc/devel/p5-Test-Deep/distinfo diff -u pkgsrc/devel/p5-Test-Deep/distinfo:1.20 pkgsrc/devel/p5-Test-Deep/distinfo:1.21 --- pkgsrc/devel/p5-Test-Deep/distinfo:1.20 Fri May 5 00:15:53 2017 +++ pkgsrc/devel/p5-Test-Deep/distinfo Wed May 2 12:09:53 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2017/05/05 00:15:53 mef Exp $ +$NetBSD: distinfo,v 1.21 2018/05/02 12:09:53 wiz Exp $ -SHA1 (Test-Deep-1.127.tar.gz) = 495497b21747b834e6088c15397a3b9180d5506f -RMD160 (Test-Deep-1.127.tar.gz) = bd2faa1abc841aef2c2af06b490228e97e14ea0c -SHA512 (Test-Deep-1.127.tar.gz) = d8cf3c495d62b6cbe01628115daed0a131ba330645a77074867740ffb7420cf261f2da0da62613e4fdbaab40167e6a77668a7f772e885038427518711a0ab4d7 -Size (Test-Deep-1.127.tar.gz) = 41606 bytes +SHA1 (Test-Deep-1.128.tar.gz) = c5e5276940b2a928d876f3f48e9bfd7a911abf55 +RMD160 (Test-Deep-1.128.tar.gz) = b6483d3c96207716467c34ebba4bf6ca39959772 +SHA512 (Test-Deep-1.128.tar.gz) = d4642b3268a10d8e882beabfbb3b3bf891a57aa7ebb74bc4919a4368df9c9acd2351498401538ae50299071f99e06b4443686d20f8c9f95f5fd588309ccee302 +Size (Test-Deep-1.128.tar.gz) = 41649 bytes --_----------=_1525262994217890--