Received: by mail.netbsd.org (Postfix, from userid 605) id 6DBD284D73; Sat, 16 Nov 2019 00:47:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E989B84D66 for ; Sat, 16 Nov 2019 00:47:39 +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 lYMnyYpcjJBd for ; Sat, 16 Nov 2019 00:47:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2E42784CE2 for ; Sat, 16 Nov 2019 00:47:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 28411FA97; Sat, 16 Nov 2019 00:47:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1573865259149670" MIME-Version: 1.0 Date: Sat, 16 Nov 2019 00:47:39 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/p5-Devel-PatchPerl To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20191116004739.28411FA97@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. --_----------=_1573865259149670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Nov 16 00:47:39 UTC 2019 Modified Files: pkgsrc/devel/p5-Devel-PatchPerl: Makefile distinfo Log Message: (devel/p5-Devel-PatchPerl) Updated 1.64 to 1.78 ----------------------------------------- version 1.78 at 2019-11-14 14:18:25 +0000 ----------------------------------------- - Release engineering for 1.78 - No functional changes, removed stray file from the dist. GH #37 ----------------------------------------- version 1.76 at 2019-11-10 21:56:25 +0000 ----------------------------------------- - Release engineering for 1.76 - Fix issues with patching utils/h2ph.PL on v5.8.x - Whilst I was at it got it working for the v5.9.x series and converted patch storage to base64 ----------------------------------------- version 1.74 at 2019-11-10 19:12:13 +0000 ----------------------------------------- - Release engineering for 1.74 - fix #35; restore file permission - Revert "Fix issue where Configure was left not executable" - This reverts commit 8c5111233d3120fc9e5c11045755a4d96d247848. - Will apply skaji's solution as it is much more elegant. ----------------------------------------- version 1.72 at 2019-11-10 17:14:02 +0000 ----------------------------------------- - Release engineering for 1.72 - Fix issue where Configure was left not executable - Added test prereq Test::More as suggested by CPANTS. - Signed-off-by: Chris 'BinGOs' Williams ----------------------------------------- version 1.70 at 2019-11-08 02:01:40 +0000 ----------------------------------------- - Release engineering for 1.70 - Added Base64 encoding of patches ----------------------------------------- version 1.68 at 2019-11-07 10:11:25 +0000 ----------------------------------------- - Release engineering for 1.68 - Don't index package Errno ----------------------------------------- version 1.66 at 2019-11-07 00:59:46 +0000 ----------------------------------------- - Release engineering for 1.66 - Fix issues with v5.7.x (h2ph.PL and Errno.pm.PL) - Fix utils/h2ph.PL patching on v5.8.0 - Set files to be patched to 0644 if they are 0444, set back after. - Issue 31: In an environment that uses the Lustre file system, it's been seen that any files that are set to 0444 (read only) will cause fatal filesystem errors when the patch is attempted. This makes using perlbrew to install perl on these systems impossible This change detects read-only files about to be patched, sets them to 0644 for the duration of the patching, then sets them back to 0444 so that they exist as expected during the actual build process. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/p5-Devel-PatchPerl/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/p5-Devel-PatchPerl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1573865259149670 Content-Disposition: inline Content-Length: 1791 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Devel-PatchPerl/Makefile diff -u pkgsrc/devel/p5-Devel-PatchPerl/Makefile:1.29 pkgsrc/devel/p5-Devel-PatchPerl/Makefile:1.30 --- pkgsrc/devel/p5-Devel-PatchPerl/Makefile:1.29 Tue Oct 15 14:36:20 2019 +++ pkgsrc/devel/p5-Devel-PatchPerl/Makefile Sat Nov 16 00:47:38 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2019/10/15 14:36:20 mef Exp $ +# $NetBSD: Makefile,v 1.30 2019/11/16 00:47:38 mef Exp $ -DISTNAME= Devel-PatchPerl-1.64 +DISTNAME= Devel-PatchPerl-1.78 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/} Index: pkgsrc/devel/p5-Devel-PatchPerl/distinfo diff -u pkgsrc/devel/p5-Devel-PatchPerl/distinfo:1.19 pkgsrc/devel/p5-Devel-PatchPerl/distinfo:1.20 --- pkgsrc/devel/p5-Devel-PatchPerl/distinfo:1.19 Tue Oct 15 14:36:20 2019 +++ pkgsrc/devel/p5-Devel-PatchPerl/distinfo Sat Nov 16 00:47:38 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2019/10/15 14:36:20 mef Exp $ +$NetBSD: distinfo,v 1.20 2019/11/16 00:47:38 mef Exp $ -SHA1 (Devel-PatchPerl-1.64.tar.gz) = 297ef2da2f3246cbfdf95d83e1464e896f80b84a -RMD160 (Devel-PatchPerl-1.64.tar.gz) = 6fc0047d03da6eb6f0f5ceba94763358ffa14227 -SHA512 (Devel-PatchPerl-1.64.tar.gz) = 32f9abfa899145a8ace26932930b18bbed7a2699672ead20a31844ac6a128784dc48e1721c83e9c1e54cf3780fe8978ac12757e5f07f64d6eb0ff97fd751e947 -Size (Devel-PatchPerl-1.64.tar.gz) = 130408 bytes +SHA1 (Devel-PatchPerl-1.78.tar.gz) = 91db7eceea76fe64b4a5cdec590fdef515732ffd +RMD160 (Devel-PatchPerl-1.78.tar.gz) = a1c1e800093ff4b7912131fa00031d28690b2c52 +SHA512 (Devel-PatchPerl-1.78.tar.gz) = f15e266abcc2aa7a0c8916c2cba697e2292834cfb18e2af76a23e555df310446f1da6b2b9afdffef424abd6c196e1b9f70f4486bb3d2160e86e11fe5a87f4d84 +Size (Devel-PatchPerl-1.78.tar.gz) = 167628 bytes --_----------=_1573865259149670--