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 Jan  2 02:48:26 UTC 2021

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

Log Message:
Update to 2.06

Upstream changes:
version 2.06 at 2020-12-23 17:32:27 +0000
-----------------------------------------

  Change: 3d44f83c8ccc5eba3ad3f449bab2a985464b7726
  Author: Chris 'BinGOs' Williams <chris%bingosnet.co.uk@localhost>
  Date : 2020-12-23 17:32:27 +0000

    Fixes for Big Sur

    Dynaloader fix:

    https://github.com/perl/perl5/commit/d296ead16762852ec34d173616a271c8
    56711f77

    ExtUtils::MakeMaker fix:

    https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/commit/21a4
    41da515d55654bca4971f21ad2550de069d2

    Made adjustments to the check_patchperl tool

-----------------------------------------
version 2.04 at 2020-11-20 12:36:29 +0000
-----------------------------------------

  Change: 771e4fd9595bcc90f482f454203d84c568814966
  Author: Chris 'BinGOs' Williams <chris%bingosnet.co.uk@localhost>
  Date : 2020-11-20 12:36:29 +0000

    Tweaked hints patching

    Hints file patching now occurs before other patching and has an
    independent certified perl version.

    Updated included hints files to v5.33.4 level.

-----------------------------------------
version 2.02 at 2020-11-08 19:28:50 +0000
-----------------------------------------

  Change: f02eab39c2f0073e6aceff6bb0b73f4d03e39b8f
  Author: Chris 'BinGOs' Williams <chris%bingosnet.co.uk@localhost>
  Date : 2020-11-08 19:28:50 +0000

    This is 2.02

  Change: fa458343e6ae7f70412c466eb604633db44bf24b
  Author: Chris 'BinGOs' Williams <chris%bingosnet.co.uk@localhost>
  Date : 2020-11-08 19:19:39 +0000

    Finesse the check_patchperl script

    Suppress the git output and only show patchperl output if there is a
    problem with patching

  Change: d4fe0e9fa23d0fd78b368a5edb34550120e2c233
  Author: Ichinose Shogo <shogo82148%gmail.com@localhost>
  Date : 2020-11-08 19:18:21 +0000

    fix env command syntax

  Change: 20692277283d6eb1616eab987583b33cfb612198
  Author: Ichinose Shogo <shogo82148%gmail.com@localhost>
  Date : 2020-11-08 19:18:21 +0000

    update deprecated GitHub Actions commands

    add-path and set-env are deprecated for security reason.
    https://github.blog/changelog/2020-10-01-github-actions-deprecating-s
    et-env-and-add-path-commands/ update them to use the new environment
    files.
    https://docs.github.com/en/free-pro-team@latest/actions/reference/wor
    kflow-commands-for-github-actions#environment-files

  Change: 175ccb4bc8c88a0e3e3f4600fe1db09f023a9999
  Author: Ichinose Shogo <shogo82148%gmail.com@localhost>
  Date : 2020-11-07 09:17:00 +0000

    fix -Duseshrplib builds on darwin

    port of https://github.com/Perl/perl5/issues/15057

  Change: 7c806f542ffd0b5e75d724404012fd8bc9afc4e4
  Author: Ichinose Shogo <shogo82148%gmail.com@localhost>
  Date : 2020-11-07 09:12:34 +0000

    Patch Time::HiRes in 5.24.2

    Time::HiRes is broken on threaded darwin in 5.24.2, not only 5.24.1
    and 5.24.0. https://github.com/bingos/devel-patchperl/pull/26 is need
    in Perl 5.24.2.

  Change: eaf8ec2500acde369ad78aea12d1de0011480a0e
  Author: Ichinose Shogo <shogo82148%gmail.com@localhost>
  Date : 2020-06-23 15:26:13 +0000

    Perl 5.32.0 is released

  Change: 0b60d5d7d06de737cc4e033f658aad8cff906657
  Author: Chris 'BinGOs' Williams <chris%bingosnet.co.uk@localhost>
  Date : 2020-06-09 16:26:25 +0000

    Fix make depend problems with v5.9.[0-4]

  Change: df4f5009c804675bf97160490a95af8a67ded395
  Author: Chris 'BinGOs' Williams <chris%bingosnet.co.uk@localhost>
  Date : 2020-06-09 16:00:56 +0000

    Fix patching the v5.7.x series

  Change: 3dce408aaf97a3b245b29303f20b30a7584fb362
  Author: Chris 'BinGOs' Williams <chris%bingosnet.co.uk@localhost>
  Date : 2020-06-08 21:13:06 +0000

    Added a tool to check patchperl from the repository

    It checkouts the perl5 git repository and runs patchperl for all of
    the supported perl versions

  Change: 3e819851d4e28806c629ed783ef56b02f6e5ad12
  Author: Chris 'BinGOs' Williams <chris%bingosnet.co.uk@localhost>
  Date : 2020-06-08 19:09:04 +0000

    Fixed utils/h2ph.PL patching

    v5.21.9 actually already had the fix

  Change: 647e88747c8469d9c9b418a78a5b999984f17acb
  Author: Ichinose Shogo <shogo82148%gmail.com@localhost>
  Date : 2020-06-08 12:28:52 +0000

    introduce GitHub Actions


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/p5-Devel-PatchPerl/Makefile
cvs rdiff -u -r1.24 -r1.25 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.35 pkgsrc/devel/p5-Devel-PatchPerl/Makefile:1.36
--- pkgsrc/devel/p5-Devel-PatchPerl/Makefile:1.35       Mon Aug 31 18:07:53 2020
+++ pkgsrc/devel/p5-Devel-PatchPerl/Makefile    Sat Jan  2 02:48:26 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2020/08/31 18:07:53 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2021/01/02 02:48:26 wen Exp $
 
-DISTNAME=      Devel-PatchPerl-2.00
+DISTNAME=      Devel-PatchPerl-2.06
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 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.24 pkgsrc/devel/p5-Devel-PatchPerl/distinfo:1.25
--- pkgsrc/devel/p5-Devel-PatchPerl/distinfo:1.24       Sat Jun  6 14:04:49 2020
+++ pkgsrc/devel/p5-Devel-PatchPerl/distinfo    Sat Jan  2 02:48:26 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2020/06/06 14:04:49 wen Exp $
+$NetBSD: distinfo,v 1.25 2021/01/02 02:48:26 wen Exp $
 
-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
+SHA1 (Devel-PatchPerl-2.06.tar.gz) = dcbd046a95c3cf71d26deb160308ae2dc7f18d67
+RMD160 (Devel-PatchPerl-2.06.tar.gz) = 68177164e0bda0fe3db0b78cd18a816545fd703f
+SHA512 (Devel-PatchPerl-2.06.tar.gz) = e2e801c514c5238bcd9e587d92c5c2c0b78328b6ec0d0b877fce253cd699dfbdc6b437093f7cf245571f23f16e67e983afde76ff1be3343f03885ba2230c73d4
+Size (Devel-PatchPerl-2.06.tar.gz) = 183205 bytes



Home | Main Index | Thread Index | Old Index