Received: by mail.netbsd.org (Postfix, from userid 605) id 25A2B84F1D; Sat, 11 Mar 2023 03:19:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5671984D57 for ; Sat, 11 Mar 2023 03:19:48 +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 1EerOk0Z3Jhj for ; Sat, 11 Mar 2023 03:19:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C8BA484CE3 for ; Sat, 11 Mar 2023 03:19:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 90F65FA90; Sat, 11 Mar 2023 03:19:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1678504780210080" MIME-Version: 1.0 Date: Sat, 11 Mar 2023 03:19:40 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Test-File To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230311031940.90F65FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1678504780210080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Mar 11 03:19:40 UTC 2023 Modified Files: pkgsrc/devel/p5-Test-File: Makefile distinfo Log Message: Update to 1.993 Upstream changes: 1.993 2022-12-31T20:33:55Z * Try harder to check for symlinks on Windows by stealing some code from Win32:: (Jean-Damien Durand) GitHub #36 1.992_01 2022-11-10T21:59:59Z * Try harder to test Windows symlinks, #36 from Jean-Damien Durand To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/p5-Test-File/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/p5-Test-File/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1678504780210080 Content-Disposition: inline Content-Length: 1621 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Test-File/Makefile diff -u pkgsrc/devel/p5-Test-File/Makefile:1.21 pkgsrc/devel/p5-Test-File/Makefile:1.22 --- pkgsrc/devel/p5-Test-File/Makefile:1.21 Sat Oct 1 08:19:46 2022 +++ pkgsrc/devel/p5-Test-File/Makefile Sat Mar 11 03:19:40 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2022/10/01 08:19:46 wen Exp $ +# $NetBSD: Makefile,v 1.22 2023/03/11 03:19:40 wen Exp $ # -DISTNAME= Test-File-1.992 -PKGNAME= p5-Test-File-1.99.2 +DISTNAME= Test-File-1.993 +PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} Index: pkgsrc/devel/p5-Test-File/distinfo diff -u pkgsrc/devel/p5-Test-File/distinfo:1.13 pkgsrc/devel/p5-Test-File/distinfo:1.14 --- pkgsrc/devel/p5-Test-File/distinfo:1.13 Sat Oct 1 08:19:46 2022 +++ pkgsrc/devel/p5-Test-File/distinfo Sat Mar 11 03:19:40 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2022/10/01 08:19:46 wen Exp $ +$NetBSD: distinfo,v 1.14 2023/03/11 03:19:40 wen Exp $ -BLAKE2s (Test-File-1.992.tar.gz) = 475a2853f0179a281cc045e51aedf5353a69f9a79431f1d17f712751624db820 -SHA512 (Test-File-1.992.tar.gz) = 16ba17d3d83374d21d272f5c5ab4dbcb99d09d569025ba415e90963cad3ebe65fedc72a8a6ba57b6ee1fae657aaca7e51999038efd83b90e0b5694e8222c398d -Size (Test-File-1.992.tar.gz) = 31001 bytes +BLAKE2s (Test-File-1.993.tar.gz) = 455a77fe25516fbc009df410c3ef5885297472726b888ed23a761518236866db +SHA512 (Test-File-1.993.tar.gz) = 0e14580a11afc2f3115d5594be226237803ad8e462c314a2b775ca96bf491cfeea84bd90ae92a70c58d3d8fc7c0f21d38b54a58d29dd01a2c082c0cbfecb0aaf +Size (Test-File-1.993.tar.gz) = 34406 bytes --_----------=_1678504780210080--