Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id B23DE1A921F for ; Sat, 2 Apr 2022 02:20:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AEC9F8505F; Sat, 2 Apr 2022 02:20:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E642985030 for ; Sat, 2 Apr 2022 02:20:07 +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 hq1lhRpTceO4 for ; Sat, 2 Apr 2022 02:20:07 +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 6842A84C71 for ; Sat, 2 Apr 2022 02:20:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5C580FB24; Sat, 2 Apr 2022 02:20:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1648866007251360" MIME-Version: 1.0 Date: Sat, 2 Apr 2022 02:20:07 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-File-Slurper To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20220402022007.5C580FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1648866007251360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Apr 2 02:20:07 UTC 2022 Modified Files: pkgsrc/devel/p5-File-Slurper: Makefile distinfo Log Message: Update to 0.013 Upstream changes: Changes for version 0.013 - 2021-12-25 Always split on newlines in read_lines To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-File-Slurper/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-File-Slurper/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1648866007251360 Content-Disposition: inline Content-Length: 1647 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-File-Slurper/Makefile diff -u pkgsrc/devel/p5-File-Slurper/Makefile:1.12 pkgsrc/devel/p5-File-Slurper/Makefile:1.13 --- pkgsrc/devel/p5-File-Slurper/Makefile:1.12 Mon May 24 19:50:43 2021 +++ pkgsrc/devel/p5-File-Slurper/Makefile Sat Apr 2 02:20:07 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2021/05/24 19:50:43 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2022/04/02 02:20:07 wen Exp $ -DISTNAME= File-Slurper-0.012 +DISTNAME= File-Slurper-0.013 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} Index: pkgsrc/devel/p5-File-Slurper/distinfo diff -u pkgsrc/devel/p5-File-Slurper/distinfo:1.8 pkgsrc/devel/p5-File-Slurper/distinfo:1.9 --- pkgsrc/devel/p5-File-Slurper/distinfo:1.8 Tue Oct 26 10:16:38 2021 +++ pkgsrc/devel/p5-File-Slurper/distinfo Sat Apr 2 02:20:07 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 10:16:38 nia Exp $ +$NetBSD: distinfo,v 1.9 2022/04/02 02:20:07 wen Exp $ -BLAKE2s (File-Slurper-0.012.tar.gz) = d5b29d01ae5c64793687bf18e49249c49a1d16dc3fb81c467c54fb5dc8db5098 -SHA512 (File-Slurper-0.012.tar.gz) = 276b510c85b4e28fff4b8bd77c81031367b073426138743efb5d54fe01fa9825409f86090788779e96625b43207d1f864f348cc11554c51d36868dfed568f2bb -Size (File-Slurper-0.012.tar.gz) = 15517 bytes +BLAKE2s (File-Slurper-0.013.tar.gz) = 60b93124e20ea08b68d5924f20cda4c915015ded68017e4573bdcb6330647380 +SHA512 (File-Slurper-0.013.tar.gz) = c804372b5828eaec777083fddef06d805efadfdfb5fd99aa6be68f914e70d9d812bb08fe6e1c661fcbbb0deec1460cd6813c3bf3c0a91c047636eb2bec594ccb +Size (File-Slurper-0.013.tar.gz) = 16095 bytes --_----------=_1648866007251360--