Received: by mail.netbsd.org (Postfix, from userid 605) id D7D1B84DCF; Wed, 2 Sep 2020 12:33:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5DCE984DCD for ; Wed, 2 Sep 2020 12:33:13 +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 PEmJfEsw2zDp for ; Wed, 2 Sep 2020 12:33:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CE0AC84D73 for ; Wed, 2 Sep 2020 12:33:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C248BFB28; Wed, 2 Sep 2020 12:33:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599049992182500" MIME-Version: 1.0 Date: Wed, 2 Sep 2020 12:33:12 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Test-Simple To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200902123312.C248BFB28@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. --_----------=_1599049992182500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Wed Sep 2 12:33:12 UTC 2020 Modified Files: pkgsrc/devel/p5-Test-Simple: Makefile distinfo Log Message: (devel/p5-Test-Simple) Updated 1.302175 to 1.302177 1.302177 2020-08-06 21:46:06-07:00 America/Los_Angeles - Minor fix to author downstream test - No significant changes since the last trial 1.302176 2020-08-05 21:45:19-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix Test::More's $TODO inside intercept (#862) To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 pkgsrc/devel/p5-Test-Simple/Makefile cvs rdiff -u -r1.69 -r1.70 pkgsrc/devel/p5-Test-Simple/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1599049992182500 Content-Disposition: inline Content-Length: 1779 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Test-Simple/Makefile diff -u pkgsrc/devel/p5-Test-Simple/Makefile:1.102 pkgsrc/devel/p5-Test-Simple/Makefile:1.103 --- pkgsrc/devel/p5-Test-Simple/Makefile:1.102 Mon Aug 31 18:09:07 2020 +++ pkgsrc/devel/p5-Test-Simple/Makefile Wed Sep 2 12:33:12 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.102 2020/08/31 18:09:07 wiz Exp $ +# $NetBSD: Makefile,v 1.103 2020/09/02 12:33:12 mef Exp $ -DISTNAME= Test-Simple-1.302175 +DISTNAME= Test-Simple-1.302177 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} Index: pkgsrc/devel/p5-Test-Simple/distinfo diff -u pkgsrc/devel/p5-Test-Simple/distinfo:1.69 pkgsrc/devel/p5-Test-Simple/distinfo:1.70 --- pkgsrc/devel/p5-Test-Simple/distinfo:1.69 Sat Apr 18 11:29:18 2020 +++ pkgsrc/devel/p5-Test-Simple/distinfo Wed Sep 2 12:33:12 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.69 2020/04/18 11:29:18 mef Exp $ +$NetBSD: distinfo,v 1.70 2020/09/02 12:33:12 mef Exp $ -SHA1 (Test-Simple-1.302175.tar.gz) = f3907e8205007211d7d6b180724d8ce261aca77d -RMD160 (Test-Simple-1.302175.tar.gz) = fda566e4a10a48c1ede6bad45ff863ea12e78101 -SHA512 (Test-Simple-1.302175.tar.gz) = 526b876f7e8b783e1f5c4b16a40d1a1392f4c43c782106117bfebecf3d7eddc0b98c6168b6baae7da48d1df15079ca9c35787310f0785a7ba7ce806b2fb177a7 -Size (Test-Simple-1.302175.tar.gz) = 307529 bytes +SHA1 (Test-Simple-1.302177.tar.gz) = 63be906ff3efc748533ceea33a39575834f72869 +RMD160 (Test-Simple-1.302177.tar.gz) = bfcb1ddeaa5a091dd5334fddca50512c0b30fec3 +SHA512 (Test-Simple-1.302177.tar.gz) = 382b3a614946d0701f6a3b4914ae0bc66db5368e657cd47f40136ffd1b22a117258e28a38db71ea11aecb083c8366479690a7bd59b0af4b05470b140e6e1cdd4 +Size (Test-Simple-1.302177.tar.gz) = 308599 bytes --_----------=_1599049992182500--