Received: by mail.netbsd.org (Postfix, from userid 605) id 45FB984D57; Wed, 16 Jan 2019 01:08:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9F20384D52 for ; Wed, 16 Jan 2019 01:08:03 +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 innmjNsRhrMJ for ; Wed, 16 Jan 2019 01:08:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DA95C84CDF for ; Wed, 16 Jan 2019 01:08:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CE767FB16; Wed, 16 Jan 2019 01:07:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1547600879181700" MIME-Version: 1.0 Date: Wed, 16 Jan 2019 01:07:59 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Test-CheckManifest To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20190116010759.CE767FB16@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. --_----------=_1547600879181700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Wed Jan 16 01:07:59 UTC 2019 Modified Files: pkgsrc/devel/p5-Test-CheckManifest: Makefile distinfo Log Message: Update to 1.38 Upstream changes: 1.38 2018-12-13 16:26:00 [BUGFIX] * require at least Cwd 3.75 1.35 2018-12-12 09:05:00 [BUGFIX] * Tests failed 1.34 2018-12-11 [BUGFIX] * Tests failed on Windows (github #9) * 'exclude' is meant to be a list of directories, but it was handled as regular expressions [IMPROVEMENTS] * rewrite larger parts of the module * add lots of tests To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-Test-CheckManifest/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-Test-CheckManifest/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1547600879181700 Content-Disposition: inline Content-Length: 1861 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Test-CheckManifest/Makefile diff -u pkgsrc/devel/p5-Test-CheckManifest/Makefile:1.17 pkgsrc/devel/p5-Test-CheckManifest/Makefile:1.18 --- pkgsrc/devel/p5-Test-CheckManifest/Makefile:1.17 Wed Aug 22 09:44:44 2018 +++ pkgsrc/devel/p5-Test-CheckManifest/Makefile Wed Jan 16 01:07:59 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2018/08/22 09:44:44 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2019/01/16 01:07:59 wen Exp $ -DISTNAME= Test-CheckManifest-1.33 +DISTNAME= Test-CheckManifest-1.38 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} Index: pkgsrc/devel/p5-Test-CheckManifest/distinfo diff -u pkgsrc/devel/p5-Test-CheckManifest/distinfo:1.8 pkgsrc/devel/p5-Test-CheckManifest/distinfo:1.9 --- pkgsrc/devel/p5-Test-CheckManifest/distinfo:1.8 Sun Feb 25 17:39:18 2018 +++ pkgsrc/devel/p5-Test-CheckManifest/distinfo Wed Jan 16 01:07:59 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2018/02/25 17:39:18 wiz Exp $ +$NetBSD: distinfo,v 1.9 2019/01/16 01:07:59 wen Exp $ -SHA1 (Test-CheckManifest-1.33.tar.gz) = b5a5c380b796aa422f5d34498ea06876a085bc24 -RMD160 (Test-CheckManifest-1.33.tar.gz) = dd7dea0b25e73d78cde54cd54ce0f4fa7d4f8ca9 -SHA512 (Test-CheckManifest-1.33.tar.gz) = 0599b87694b40bd8df1a6436b8b38922988e9336e45a4c7aa2c48552b6d823864d71783291091d83551f57f6bc3b76b30913ae3dbdcb8166bfbf70fe272d93cb -Size (Test-CheckManifest-1.33.tar.gz) = 10996 bytes +SHA1 (Test-CheckManifest-1.38.tar.gz) = 7297d71dc7c056cc858c5a62cef65068e863bd8c +RMD160 (Test-CheckManifest-1.38.tar.gz) = fb40631adbf08bcceeebfc83f06c0461785c61c6 +SHA512 (Test-CheckManifest-1.38.tar.gz) = f83aa2bd2b0b039c8af812ee8c48d442d75998914c6f75d51245bbc0a5cc549f911f721f8cfa184ee366a6c74fcc3e0389321ec1288cf5e61593886a1b4f3fe5 +Size (Test-CheckManifest-1.38.tar.gz) = 13900 bytes --_----------=_1547600879181700--