Received: by mail.netbsd.org (Postfix, from userid 605) id D3DC184EF7; Sun, 4 Jul 2021 08:47:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0E8B384EFE for ; Sun, 4 Jul 2021 08:47:39 +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 iIMiX7O_DRgr for ; Sun, 4 Jul 2021 08:47:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6E23B84EFD for ; Sun, 4 Jul 2021 08:47:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 664C1FA7D; Sun, 4 Jul 2021 08:47:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1625388457139540" MIME-Version: 1.0 Date: Sun, 4 Jul 2021 08:47:37 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Test-Compile To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20210704084737.664C1FA7D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1625388457139540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Jul 4 08:47:37 UTC 2021 Modified Files: pkgsrc/devel/p5-Test-Compile: Makefile distinfo Log Message: Update to 2.4.2 Upstream changes: v2.4.2 2021-06-16 - (dboehmer) make 'all_files_ok()' more consistent - (dboehmer) Fix typo - More documentation improvements - Yet more tests - Update copyright To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/p5-Test-Compile/Makefile cvs rdiff -u -r1.12 -r1.13 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. --_----------=_1625388457139540 Content-Disposition: inline Content-Length: 1774 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.28 pkgsrc/devel/p5-Test-Compile/Makefile:1.29 --- pkgsrc/devel/p5-Test-Compile/Makefile:1.28 Mon May 24 19:51:41 2021 +++ pkgsrc/devel/p5-Test-Compile/Makefile Sun Jul 4 08:47:37 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2021/05/24 19:51:41 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2021/07/04 08:47:37 wen Exp $ -DISTNAME= Test-Compile-v2.4.1 +DISTNAME= Test-Compile-v2.4.2 PKGNAME= p5-${DISTNAME:S/-v/-/} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} Index: pkgsrc/devel/p5-Test-Compile/distinfo diff -u pkgsrc/devel/p5-Test-Compile/distinfo:1.12 pkgsrc/devel/p5-Test-Compile/distinfo:1.13 --- pkgsrc/devel/p5-Test-Compile/distinfo:1.12 Mon Sep 7 10:11:24 2020 +++ pkgsrc/devel/p5-Test-Compile/distinfo Sun Jul 4 08:47:37 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2020/09/07 10:11:24 wiz Exp $ +$NetBSD: distinfo,v 1.13 2021/07/04 08:47:37 wen Exp $ -SHA1 (Test-Compile-v2.4.1.tar.gz) = c32c8377176379fad3189874b20f5faeb8818d24 -RMD160 (Test-Compile-v2.4.1.tar.gz) = 3b17f4a7cccfcc185e260b26b402cc80ea4ef04d -SHA512 (Test-Compile-v2.4.1.tar.gz) = e6878fa16544be75581144d125f547a799cc79210b925b86f07ad236395026bdc197c22af1820e893f5887e53933f0ba827377ae133752f63076cb436b624aee -Size (Test-Compile-v2.4.1.tar.gz) = 18425 bytes +SHA1 (Test-Compile-v2.4.2.tar.gz) = c664ec85bad077885f4cbff3b6480ed8077c8a71 +RMD160 (Test-Compile-v2.4.2.tar.gz) = a674becda402a4b5512e5abfa617401b603e3e45 +SHA512 (Test-Compile-v2.4.2.tar.gz) = 3c16249d9cf14c3cc1dae5958c591b9beac320e26c3ef958a76ca74763ce30443ebe55e3e4efacd384252dfe1ef1cfca9c12d4f7a67780e0db20d6462b6d541c +Size (Test-Compile-v2.4.2.tar.gz) = 18842 bytes --_----------=_1625388457139540--