pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Devel-PatchPerl



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Jun  6 14:04:50 UTC 2020

Modified Files:
        pkgsrc/devel/p5-Devel-PatchPerl: Makefile distinfo

Log Message:
Update to 2.00

Upstream changes:
version 2.00 at 2020-06-04 10:20:07 +0000
-----------------------------------------

  Change: 0ab4bf0d8b02af79e1afed7fac9e91b75f1c1fda
  Author: Chris 'BinGOs' Williams <chris%bingosnet.co.uk@localhost>
  Date : 2020-06-04 11:20:07 +0000

    Resolve patching issues with v5.22.x and v5.24.x

    https://github.com/bingos/devel-patchperl/issues/44

    Configure changes had been backported to the v5.22 and v5.24 maint
    releases, so what worked for .0 releases didn't work for later maint
    releases.

    I have adjusted and tested the patch application criteria for all
    v5.22.x and v5.24.x releases.

-----------------------------------------
version 1.98 at 2020-05-25 18:17:30 +0000
-----------------------------------------

  Change: 25ccc65e1b2bd688983ced340c23561888456921
  Author: Chris 'BinGOs' Williams <chris%bingosnet.co.uk@localhost>
  Date : 2020-05-25 19:17:30 +0000

    Added command line switches to patchperl

    --version prints version of Devel::PatchPerl and exits

    --patchlevel will update patchlevel.h even in a git repository

    One may also set the PERL5_PATCHPERL_PATCHLEVEL env var to have the
    same effect as --patchlevel

-----------------------------------------
version 1.96 at 2020-05-25 11:21:50 +0000
-----------------------------------------

  Change: 15cdb6b32538d3cefc779735413f0fe8522aa27b
  Author: Chris 'BinGOs' Williams <chris%bingosnet.co.uk@localhost>
  Date : 2020-05-25 12:21:50 +0000

    Resolve reported issue with 1.94 release

    https://github.com/bingos/devel-patchperl/issues/42

    Will successfully patch all the way back to v5.6.0

-----------------------------------------
version 1.94 at 2020-05-24 12:52:39 +0000
-----------------------------------------

  Change: 14c825fc079cb8f0d626b6b9769d048db9771bc0
  Author: Chris 'BinGOs' Williams <chris%bingosnet.co.uk@localhost>
  Date : 2020-05-24 13:52:39 +0000

    Added Configure patch for GCC10

    https://github.com/perl/perl5/commit/9f4e6307232229875331a55e44e1245b
    0b91e219

    Fedora 32 now ships with GCC 10 as the system compiler


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/p5-Devel-PatchPerl/Makefile
cvs rdiff -u -r1.23 -r1.24 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.

Modified files:

Index: pkgsrc/devel/p5-Devel-PatchPerl/Makefile
diff -u pkgsrc/devel/p5-Devel-PatchPerl/Makefile:1.33 pkgsrc/devel/p5-Devel-PatchPerl/Makefile:1.34
--- pkgsrc/devel/p5-Devel-PatchPerl/Makefile:1.33       Mon May  4 12:48:16 2020
+++ pkgsrc/devel/p5-Devel-PatchPerl/Makefile    Sat Jun  6 14:04:49 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2020/05/04 12:48:16 mef Exp $
+# $NetBSD: Makefile,v 1.34 2020/06/06 14:04:49 wen Exp $
 
-DISTNAME=      Devel-PatchPerl-1.92
+DISTNAME=      Devel-PatchPerl-2.00
 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.23 pkgsrc/devel/p5-Devel-PatchPerl/distinfo:1.24
--- pkgsrc/devel/p5-Devel-PatchPerl/distinfo:1.23       Mon May  4 12:48:16 2020
+++ pkgsrc/devel/p5-Devel-PatchPerl/distinfo    Sat Jun  6 14:04:49 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2020/05/04 12:48:16 mef Exp $
+$NetBSD: distinfo,v 1.24 2020/06/06 14:04:49 wen Exp $
 
-SHA1 (Devel-PatchPerl-1.92.tar.gz) = 74bd2fae575a731fd5f289aa0c15aa8decbbe07d
-RMD160 (Devel-PatchPerl-1.92.tar.gz) = f6189480ca971d8e9d4c76c07315a8e51e2b640f
-SHA512 (Devel-PatchPerl-1.92.tar.gz) = 54c1528b17b70df1ab2719ba272f9fd3c2f1de7867839bea762501d3100bd63986547d8a9eb20e0ffe55e6b0c7aae0bf8812de916fd0945ccc1a02944af6b690
-Size (Devel-PatchPerl-1.92.tar.gz) = 172986 bytes
+SHA1 (Devel-PatchPerl-2.00.tar.gz) = f73809fffc4f2d23669e130ba1ea05be4beda178
+RMD160 (Devel-PatchPerl-2.00.tar.gz) = 70f69a72e20debe5bc43528dc6caaed0c5dc1cb7
+SHA512 (Devel-PatchPerl-2.00.tar.gz) = bb7fc6efdd636b462f9cb73331abc252dcfc015ee458152e8c5d86f7b6f939fefcfc1c6a7cf815c30a4d77eeacab7a681a583350f1eafa076101c9de5fa80a79
+Size (Devel-PatchPerl-2.00.tar.gz) = 176990 bytes



Home | Main Index | Thread Index | Old Index