Received: by mail.netbsd.org (Postfix, from userid 605) id 4ED8484F36; Sat, 20 May 2023 07:29:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7BA6184D8B for ; Sat, 20 May 2023 07:29:23 +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 R_cOxjDhstU2 for ; Sat, 20 May 2023 07:29:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DF19284D05 for ; Sat, 20 May 2023 07:29:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5879FFA87; Sat, 20 May 2023 07:28:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168456771582500" MIME-Version: 1.0 Date: Sat, 20 May 2023 07:28:35 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Sub-Install To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230520072835.5879FFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168456771582500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat May 20 07:28:35 UTC 2023 Modified Files: pkgsrc/devel/p5-Sub-Install: Makefile distinfo Log Message: p5-Sub-Install: update to 0.929. 0.929 2022-12-31 15:58:28-05:00 America/New_York - update packaging and metadata To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/p5-Sub-Install/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-Sub-Install/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168456771582500 Content-Disposition: inline Content-Length: 1651 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Sub-Install/Makefile diff -u pkgsrc/devel/p5-Sub-Install/Makefile:1.21 pkgsrc/devel/p5-Sub-Install/Makefile:1.22 --- pkgsrc/devel/p5-Sub-Install/Makefile:1.21 Tue Jun 28 11:33:16 2022 +++ pkgsrc/devel/p5-Sub-Install/Makefile Sat May 20 07:28:35 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2022/06/28 11:33:16 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2023/05/20 07:28:35 wiz Exp $ -DISTNAME= Sub-Install-0.928 +DISTNAME= Sub-Install-0.929 PKGNAME= p5-${DISTNAME} -PKGREVISION= 8 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/} Index: pkgsrc/devel/p5-Sub-Install/distinfo diff -u pkgsrc/devel/p5-Sub-Install/distinfo:1.8 pkgsrc/devel/p5-Sub-Install/distinfo:1.9 --- pkgsrc/devel/p5-Sub-Install/distinfo:1.8 Tue Oct 26 10:17:31 2021 +++ pkgsrc/devel/p5-Sub-Install/distinfo Sat May 20 07:28:35 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 10:17:31 nia Exp $ +$NetBSD: distinfo,v 1.9 2023/05/20 07:28:35 wiz Exp $ -BLAKE2s (Sub-Install-0.928.tar.gz) = e7603f6c43c87b26a2bd6552e191adfb9e9e0e5b9656debe1bd379d408d65000 -SHA512 (Sub-Install-0.928.tar.gz) = 3f25df9f5992075968830d4235e9f6520c526331b9180391e41483241d43253a61ad8dc381d77aaeb6c6fb841cfc5c097598e62abb46208894275c393a133ade -Size (Sub-Install-0.928.tar.gz) = 18669 bytes +BLAKE2s (Sub-Install-0.929.tar.gz) = 6f41f9cbecbd4724dd871dfe9d4af4bd94b380e9d9c7b1c193aa8928b38930be +SHA512 (Sub-Install-0.929.tar.gz) = f51992531607af97ff6b8700bf23a2918261d05f24886781f36e2676c130df5d109a42ad3d6f8d089a6ee2c050af27ec5fc2ef9610ee993eca6549866a4fe8d7 +Size (Sub-Install-0.929.tar.gz) = 21122 bytes --_----------=_168456771582500--