Skip to content

Commit

Permalink
(devel/p5-Devel-PatchPerl) Updated 1.64 to 1.78
Browse files Browse the repository at this point in the history
-----------------------------------------
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 <chris@bingosnet.co.uk>

-----------------------------------------
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.
  • Loading branch information
mef committed Nov 16, 2019
1 parent 328d349 commit 98e7c88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/p5-Devel-PatchPerl/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down
10 changes: 5 additions & 5 deletions devel/p5-Devel-PatchPerl/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 98e7c88

Please sign in to comment.