Received: by mail.netbsd.org (Postfix, from userid 605) id DD91184E57; Sat, 20 May 2023 06:50:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1982984CCA for ; Sat, 20 May 2023 06:50:12 +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 BTq5Sgp6tVRW for ; Sat, 20 May 2023 06:50:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8924984CC9 for ; Sat, 20 May 2023 06:50:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 86B0BFA87; Sat, 20 May 2023 06:50:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168456541160220" MIME-Version: 1.0 Date: Sat, 20 May 2023 06:50:11 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-File-ShareDir-Install To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230520065011.86B0BFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168456541160220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat May 20 06:50:11 UTC 2023 Modified Files: pkgsrc/devel/p5-File-ShareDir-Install: Makefile distinfo Log Message: p5-File-ShareDir-Install: update to 0.14. 0.14 2022-07-01 03:46:36Z - work around a build issue on windows (RT#125571) To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/p5-File-ShareDir-Install/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-File-ShareDir-Install/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168456541160220 Content-Disposition: inline Content-Length: 1803 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-File-ShareDir-Install/Makefile diff -u pkgsrc/devel/p5-File-ShareDir-Install/Makefile:1.21 pkgsrc/devel/p5-File-ShareDir-Install/Makefile:1.22 --- pkgsrc/devel/p5-File-ShareDir-Install/Makefile:1.21 Tue Jun 28 11:32:27 2022 +++ pkgsrc/devel/p5-File-ShareDir-Install/Makefile Sat May 20 06:50:11 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2022/06/28 11:32:27 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2023/05/20 06:50:11 wiz Exp $ -DISTNAME= File-ShareDir-Install-0.13 +DISTNAME= File-ShareDir-Install-0.14 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} Index: pkgsrc/devel/p5-File-ShareDir-Install/distinfo diff -u pkgsrc/devel/p5-File-ShareDir-Install/distinfo:1.9 pkgsrc/devel/p5-File-ShareDir-Install/distinfo:1.10 --- pkgsrc/devel/p5-File-ShareDir-Install/distinfo:1.9 Tue Oct 26 10:16:38 2021 +++ pkgsrc/devel/p5-File-ShareDir-Install/distinfo Sat May 20 06:50:11 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/10/26 10:16:38 nia Exp $ +$NetBSD: distinfo,v 1.10 2023/05/20 06:50:11 wiz Exp $ -BLAKE2s (File-ShareDir-Install-0.13.tar.gz) = 58fe9fe0b18f57e43ec913655eb19aee2819c4fc5c889936033c8f9a9a7fd4c9 -SHA512 (File-ShareDir-Install-0.13.tar.gz) = a119e38491fad8ae0ebd95913e3b608e09a2b99376a5160e75083a28abe4f83c4f6a36df216365527ff87bf8ec095254b16a2f6d2515c69f34609df8672605ca -Size (File-ShareDir-Install-0.13.tar.gz) = 31191 bytes +BLAKE2s (File-ShareDir-Install-0.14.tar.gz) = e23f1ea9d15d1f3264f5bdc24dd34f95498053ba4020f350be442e7e4e1f3f21 +SHA512 (File-ShareDir-Install-0.14.tar.gz) = 92c1c3899bc58d3e1686fef775ac09e9aab7e3ce6b61d1a8e754127dc1f84627cf1e23e78a5d0042934e011685c0676c706ef7964778c06e073e8725155af34d +Size (File-ShareDir-Install-0.14.tar.gz) = 31637 bytes --_----------=_168456541160220--