pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Devel-PatchPerl (devel/p5-Devel-PatchPerl) Up...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aff68516313d
branches:  trunk
changeset: 404670:aff68516313d
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Nov 16 00:47:38 2019 +0000

description:
(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 <chris%bingosnet.co.uk@localhost>

-----------------------------------------
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.

diffstat:

 devel/p5-Devel-PatchPerl/Makefile |   4 ++--
 devel/p5-Devel-PatchPerl/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r a3bcfe036de1 -r aff68516313d devel/p5-Devel-PatchPerl/Makefile
--- a/devel/p5-Devel-PatchPerl/Makefile Sat Nov 16 00:41:20 2019 +0000
+++ b/devel/p5-Devel-PatchPerl/Makefile Sat Nov 16 00:47:38 2019 +0000
@@ -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/}
diff -r a3bcfe036de1 -r aff68516313d devel/p5-Devel-PatchPerl/distinfo
--- a/devel/p5-Devel-PatchPerl/distinfo Sat Nov 16 00:41:20 2019 +0000
+++ b/devel/p5-Devel-PatchPerl/distinfo Sat Nov 16 00:47:38 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index