pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-ExtUtils-MakeMaker



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Oct 17 14:33:11 UTC 2019

Modified Files:
        pkgsrc/devel/p5-ExtUtils-MakeMaker: Makefile distinfo

Log Message:
(devel/p5-ExtUtils-MakeMaker) Updated 7.34 to 7.38

7.38 Wed 11 Sep 10:01:46 BST 2019
    No changes since v7.37_04

7.37_04 Thu 22 Aug 15:20:34 BST 2019
    Bug fixes:
    - Fix static linking on macOS

7.37_03 Sat Aug  3 12:37:29 BST 2019
    Enhancements:
    - Improved mandoc section detection

7.37_02 Thu Jun 27 11:10:39 BST 2019
    Test fixes:
    - Fix test failures in 02-xsdynamic.t on Android native builds
      Github issue #337

7.37_01 Fri Jun  7 11:21:39 BST 2019
    Test fixes:
    - [rt.cpan.org #129763] fixed test errors with latest Pod::Simple

7.36  Sun Apr 28 16:28:20 BST 2019
    No changes since v7.35_14

    This release was made possible by the kind
    sponsors of the 2019 Perl Toolchain Summit
    held in Marlow, UK:

    Booking.com, cPanel, MaxMind, FastMail, ZipRecruiter,
    Cogendo, Elastic, OpenCage Data, Bluehost, Perl Services,
    Zoopla, Archer Education, OpusVL, Oetiker+Partner, YEF

7.35_14 Sun Apr 28 14:12:22 BST 2019
    Win32 fixes:
    - Add ExtUtils::PL2Bat path to pl2bat when PERL_CORE

7.35_13 Sun Apr 28 11:57:57 BST 2019
    Bug fixes:
    - Suppress warnings from EUMM::Locale code page workaround

7.35_12 Sat Apr 27 22:37:26 BST 2019
    Enhancements:
    - add AppVeyor CI configuration
      see <https://github.com/rivy/CI.AppVeyor.helpers-perl> for more information

    Bug fixes:
    - Resolve RTs 127028 && 127316 on Mojave system perl
    - Honour man page disablement under INSTALL_BASE
    - fix `dmake` warning by removing dmake-superfluous ".NOTPARALLEL" target
    - suppress inherited AUTOLOAD warning for 'Win32::ConsoleCP()'
    - fix perl image (aka, executable) quoting for `dmake` builds
    - skip broken test for Win32 strawberry perl v5.10 (and some earlier versions)
    - add workaround to ExtUtils::MakeMaker::Locale for code pages 'cp65000' and 'cp65001'

7.35_11 Thu Apr 25 11:53:59 BST 2019
    Bug fixes:
    - Fix RT#128004 gcc AIX builds broken

7.35_10 Wed Feb 20 10:03:50 GMT 2019
    Test fixes:
    - Skip "merged /usr" tests on MSWin32

7.35_09 Mon Feb 18 10:05:42 GMT 2019
    Bug fixes:
    - stringify version before comparing

    Test fixes:
    - Changed wording of skip message for xsstatic

    QA fixes:
    - travis is deprecating container-based environments

7.35_08 Thu Dec  6 10:22:02 GMT 2018
    Enhancements:
    - propagate all variables used by Buildroot to subdirs

7.35_07 Fri Nov 23 11:34:27 GMT 2018
    Bug fixes:
    - Avoid mangling /bin non-perl shebangs on merged-/usr systems

    VMS fixes:
    - Handle PERL_ARCHLIBDEP and DESTINSTALL... macros on VMS.
    - Remove trailing space from multi-in.PL in PL_FILES.t
    - Skip "merged /usr" tests on VMS.

7.35_06 Thu Jul 19 20:30:55 BST 2018
    Enhancements:
    - Override shebang with PERL_MM_SHEBANG=relocatable env var

    Bug fixes:
    - Refactored Liblist::Kid tests, enabling UNIX testing

7.35_05 Tue Jul 10 09:44:25 BST 2018
    Win32 fixes:
    -  add Visual C parallel building support

7.35_04 Mon Jul  9 10:21:59 BST 2018
    Bug fixes:
    - Fix manification on MSWin32

    Doc fixes:
    - Mention manifypods target in FAQ for
      man creation on non-un*x OS

7.35_03 Fri Apr 27 14:28:21 BST 2018
    Enhancements:
    - Allow specifying extra inputs for PL_FILES scripts

7.35_02 Tue Apr 24 11:38:39 BST 2018
    Core fixes:
    - Win32 fixes for gmake 4.2.1 in quoting literals

7.35_01 Thu Apr 19 13:17:35 BST 2018
    Core fixes:
    - use tr instead of eval on $VERSION
    - Fix PUREPERL_ONLY warnings


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/p5-ExtUtils-MakeMaker/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/p5-ExtUtils-MakeMaker/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-ExtUtils-MakeMaker/Makefile
diff -u pkgsrc/devel/p5-ExtUtils-MakeMaker/Makefile:1.51 pkgsrc/devel/p5-ExtUtils-MakeMaker/Makefile:1.52
--- pkgsrc/devel/p5-ExtUtils-MakeMaker/Makefile:1.51    Sun Aug 11 13:19:23 2019
+++ pkgsrc/devel/p5-ExtUtils-MakeMaker/Makefile Thu Oct 17 14:33:11 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.51 2019/08/11 13:19:23 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2019/10/17 14:33:11 mef Exp $
 
-DISTNAME=      ExtUtils-MakeMaker-7.34
+DISTNAME=      ExtUtils-MakeMaker-7.38
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BI/BINGOS/}
 

Index: pkgsrc/devel/p5-ExtUtils-MakeMaker/distinfo
diff -u pkgsrc/devel/p5-ExtUtils-MakeMaker/distinfo:1.33 pkgsrc/devel/p5-ExtUtils-MakeMaker/distinfo:1.34
--- pkgsrc/devel/p5-ExtUtils-MakeMaker/distinfo:1.33    Wed Mar 21 12:36:14 2018
+++ pkgsrc/devel/p5-ExtUtils-MakeMaker/distinfo Thu Oct 17 14:33:11 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.33 2018/03/21 12:36:14 wiz Exp $
+$NetBSD: distinfo,v 1.34 2019/10/17 14:33:11 mef Exp $
 
-SHA1 (ExtUtils-MakeMaker-7.34.tar.gz) = d0b625774460453a01f3da4bbf8a6f37576ff621
-RMD160 (ExtUtils-MakeMaker-7.34.tar.gz) = 631856e14797c64b150d49da0cf64f3363e03a57
-SHA512 (ExtUtils-MakeMaker-7.34.tar.gz) = dbbd404ff65ea1fc9105a6aeb8ebc2250fa23bf1009cb56a900d049782a50db8b894278c0144d61dcea5e3b45558d6e16527ac60313bb6ff7127c1dff0558df6
-Size (ExtUtils-MakeMaker-7.34.tar.gz) = 471349 bytes
+SHA1 (ExtUtils-MakeMaker-7.38.tar.gz) = 2f917db24233dc7998c528206207762e44c440aa
+RMD160 (ExtUtils-MakeMaker-7.38.tar.gz) = e356f8f78823d77a787cc50a55309b28553ee057
+SHA512 (ExtUtils-MakeMaker-7.38.tar.gz) = f6fcd28e96a11b321eca3e71d5378f5abf9e6281e314109414b772f33ad2e43a668e50ccac150c66b9aa0fb7a2152fcc8e8075d617e93ec7164f37b2d0039bd1
+Size (ExtUtils-MakeMaker-7.38.tar.gz) = 475927 bytes
 SHA1 (patch-ab) = 02e70f6a0ff56977d3ffa45d083412be7185d1cf



Home | Main Index | Thread Index | Old Index