Received: by mail.netbsd.org (Postfix, from userid 605) id E373084D56; Sun, 16 Aug 2020 02:37:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6881084D41 for ; Sun, 16 Aug 2020 02:37:37 +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 i75HA7TKEXja for ; Sun, 16 Aug 2020 02:37:37 +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 E10C284D39 for ; Sun, 16 Aug 2020 02:37:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D8C97FB28; Sun, 16 Aug 2020 02:37:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159754545694470" MIME-Version: 1.0 Date: Sun, 16 Aug 2020 02:37:36 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-File-Slurp To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20200816023736.D8C97FB28@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. --_----------=_159754545694470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Aug 16 02:37:36 UTC 2020 Modified Files: pkgsrc/devel/p5-File-Slurp: Makefile distinfo Log Message: Update to 9999.32 Upstream changes: 9999.32 2020-06-30 - Re-release after fixing MANIFEST 9999.31 2020-06-28 - Remove TravisCI and AppVeyor - Test using GitHub Actions/workflows on Windows, Mac, and Linux - Add See Also section to the docs. (PR#24 Thanks, Dan Book) - Add file existence and size checks (RT 132900 - Thanks, Bao Haojun) To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/p5-File-Slurp/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-File-Slurp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159754545694470 Content-Disposition: inline Content-Length: 1718 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-File-Slurp/Makefile diff -u pkgsrc/devel/p5-File-Slurp/Makefile:1.28 pkgsrc/devel/p5-File-Slurp/Makefile:1.29 --- pkgsrc/devel/p5-File-Slurp/Makefile:1.28 Sat Apr 11 12:09:25 2020 +++ pkgsrc/devel/p5-File-Slurp/Makefile Sun Aug 16 02:37:36 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2020/04/11 12:09:25 mef Exp $ +# $NetBSD: Makefile,v 1.29 2020/08/16 02:37:36 wen Exp $ -DISTNAME= File-Slurp-9999.30 +DISTNAME= File-Slurp-9999.32 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} Index: pkgsrc/devel/p5-File-Slurp/distinfo diff -u pkgsrc/devel/p5-File-Slurp/distinfo:1.10 pkgsrc/devel/p5-File-Slurp/distinfo:1.11 --- pkgsrc/devel/p5-File-Slurp/distinfo:1.10 Sat Apr 11 12:09:25 2020 +++ pkgsrc/devel/p5-File-Slurp/distinfo Sun Aug 16 02:37:36 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2020/04/11 12:09:25 mef Exp $ +$NetBSD: distinfo,v 1.11 2020/08/16 02:37:36 wen Exp $ -SHA1 (File-Slurp-9999.30.tar.gz) = bcfecfef13716e14503d73b0a447c27537a4357f -RMD160 (File-Slurp-9999.30.tar.gz) = aa2ba9ded270cd427b450573669cc86a192e80ba -SHA512 (File-Slurp-9999.30.tar.gz) = ea512f0e6683be0a48dc8a58200ed032492234dc6c9c8ee1051a476915467c8c1aece7817a3c12cb6833b9f153530e2e8bb1dfe43e9b6aa8883dcb2de1486702 -Size (File-Slurp-9999.30.tar.gz) = 37889 bytes +SHA1 (File-Slurp-9999.32.tar.gz) = 1b6215dd9f297a88957aba75b15a68c6f90edfbe +RMD160 (File-Slurp-9999.32.tar.gz) = c4d59e1665739085c9b2e4206afc919168fa809d +SHA512 (File-Slurp-9999.32.tar.gz) = 413337e0257e95e8e8d2aabf684bec81e746000a741809935b058490b8c42b494064f724e618b250330d8bb67a0a7a2a5adad17e3e6c96d4b193531a192a4d56 +Size (File-Slurp-9999.32.tar.gz) = 34574 bytes --_----------=_159754545694470--