Received: by mail.netbsd.org (Postfix, from userid 605) id 28A9E84E57; Sat, 20 May 2023 07:30:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5712D84D8B for ; Sat, 20 May 2023 07:30:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id kDw16-rjt2PQ for ; Sat, 20 May 2023 07:30:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CBC9084D05 for ; Sat, 20 May 2023 07:30:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C961CFA87; Sat, 20 May 2023 07:30:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168456782061300" MIME-Version: 1.0 Date: Sat, 20 May 2023 07:30:20 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/p5-File-Remove To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230520073020.C961CFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168456782061300 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:30:20 UTC 2023 Modified Files: pkgsrc/sysutils/p5-File-Remove: Makefile distinfo Log Message: p5-File-Remove: update to 1.61. 1.61 2022-06-13 - Shlomi Fish - Merged https://github.com/shlomif/File-Remove/pull/4 To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/sysutils/p5-File-Remove/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/p5-File-Remove/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168456782061300 Content-Disposition: inline Content-Length: 1659 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/p5-File-Remove/Makefile diff -u pkgsrc/sysutils/p5-File-Remove/Makefile:1.37 pkgsrc/sysutils/p5-File-Remove/Makefile:1.38 --- pkgsrc/sysutils/p5-File-Remove/Makefile:1.37 Tue Jun 28 11:36:00 2022 +++ pkgsrc/sysutils/p5-File-Remove/Makefile Sat May 20 07:30:20 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2022/06/28 11:36:00 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2023/05/20 07:30:20 wiz Exp $ -DISTNAME= File-Remove-1.60 +DISTNAME= File-Remove-1.61 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= sysutils perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} Index: pkgsrc/sysutils/p5-File-Remove/distinfo diff -u pkgsrc/sysutils/p5-File-Remove/distinfo:1.17 pkgsrc/sysutils/p5-File-Remove/distinfo:1.18 --- pkgsrc/sysutils/p5-File-Remove/distinfo:1.17 Tue Oct 26 11:19:56 2021 +++ pkgsrc/sysutils/p5-File-Remove/distinfo Sat May 20 07:30:20 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2021/10/26 11:19:56 nia Exp $ +$NetBSD: distinfo,v 1.18 2023/05/20 07:30:20 wiz Exp $ -BLAKE2s (File-Remove-1.60.tar.gz) = 6a36546481dffca8b2b8103d431e61379858a8cdcfdd6ebdaa00c95c2c39ad32 -SHA512 (File-Remove-1.60.tar.gz) = 7781629896f16f0b34574a879803473002249c32cf03001f4c1c290edd379571d96d5b1049874f9f71bdb8d7881c3f30a86dcdd0d4f42b4e78998cd6a96de750 -Size (File-Remove-1.60.tar.gz) = 25997 bytes +BLAKE2s (File-Remove-1.61.tar.gz) = 21394281e4889842b3b9e16b438b6b894ce08f7bbd5154cb8404e2aaf1dc5414 +SHA512 (File-Remove-1.61.tar.gz) = 2ff999f7d71349b7e4a7db8728cfe2b5669c76fb27ca42fe006b0e0061bb73a29d556f3e3da88c004a4dd23bf2d9e12a1e1054b85237e8c14fb2b58c1086971f +Size (File-Remove-1.61.tar.gz) = 26346 bytes --_----------=_168456782061300--