pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-CPAN-FindDependencies Update to 3.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be7b7f8cd4b2
branches:  trunk
changeset: 459246:be7b7f8cd4b2
user:      wen <wen%pkgsrc.org@localhost>
date:      Sat Oct 02 00:37:50 2021 +0000

description:
Update to 3.10
Add missing DEPENDS

Upstream changes:
3.10    2021-08-11

- Stop leaking filehandles, so it should still work even when we're not allowed
  to have many open files.

3.09    2021-07-14

- No functional changes. Internal improvements for handling bzipped archives,
  and less picky (and hence more correct) testing of the bundled scripts'
  rendered help output.

3.08    2021-07-08

- Work around another bug in perl on Windows

3.07    2021-07-05

- Work around bug in perl 5.20 and below on Windows when dealing with bzipped archives

3.06    2021-06-29

- Add documentation about tree pruning

3.05    2021-02-23      Skip tests that rely on bzip2 when it's not available

3.04    2020-11-08      Script args can be --args, to be a bit more conventional

3.03    2020-10-29      There are more exciting ways in which perldoc can be
                          missing

3.02    2020-10-28      Patch to force perldoc to not use a pager when the
                          scripts use it to show help

3.01    2020-10-27      Patch for broken systems that don't have perldoc

3.00    2020-10-27      configure_requires is now on by default (and can't be
                          switched off either);
                        Support multiple CPAN mirrors;
                        CPAN indices are only cached for three minutes instead
                          of for the life of your process;
                        maxdepth 0 now works;
                        Add cpandeps-diff script;
                        Add extra doco re dynamic dependencies

diffstat:

 devel/p5-CPAN-FindDependencies/Makefile |   7 ++++---
 devel/p5-CPAN-FindDependencies/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (39 lines):

diff -r 5a63e0453135 -r be7b7f8cd4b2 devel/p5-CPAN-FindDependencies/Makefile
--- a/devel/p5-CPAN-FindDependencies/Makefile   Sat Oct 02 00:22:53 2021 +0000
+++ b/devel/p5-CPAN-FindDependencies/Makefile   Sat Oct 02 00:37:50 2021 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2021/05/24 19:50:11 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2021/10/02 00:37:50 wen Exp $
 
-DISTNAME=      CPAN-FindDependencies-2.49
+DISTNAME=      CPAN-FindDependencies-3.10
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=CPAN/}
 
@@ -13,7 +12,9 @@
 
 DEPENDS+=      p5-Capture-Tiny>=0.05:../../devel/p5-Capture-Tiny
 DEPENDS+=      p5-Devel-CheckOS>=1.52:../../devel/p5-Devel-CheckOS
+DEPENDS+=      p5-Env-Path>=0.19:../../devel/p5-Env-Path
 #DEPENDS+=     {perl>=5.10.1,p5-File-Temp>=0.19}:../../devel/p5-File-Temp
+DEPENDS+=      p5-File-Type>=0:../../devel/p5-File-Type
 DEPENDS+=      p5-libwww>=1.41:../../www/p5-libwww
 DEPENDS+=      p5-Parse-CPAN-Packages>=2.31:../../devel/p5-Parse-CPAN-Packages
 DEPENDS+=      p5-URI-[0-9]*:../../www/p5-URI # really URI::file>=4.13
diff -r 5a63e0453135 -r be7b7f8cd4b2 devel/p5-CPAN-FindDependencies/distinfo
--- a/devel/p5-CPAN-FindDependencies/distinfo   Sat Oct 02 00:22:53 2021 +0000
+++ b/devel/p5-CPAN-FindDependencies/distinfo   Sat Oct 02 00:37:50 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2019/10/26 06:35:19 mef Exp $
+$NetBSD: distinfo,v 1.11 2021/10/02 00:37:50 wen Exp $
 
-SHA1 (CPAN-FindDependencies-2.49.tar.gz) = a46643d65d0c7b5a6e2f1bd1bc78e9bd8c3af386
-RMD160 (CPAN-FindDependencies-2.49.tar.gz) = 8b958415a0f5b71333bcf974c2ff4890cd829cff
-SHA512 (CPAN-FindDependencies-2.49.tar.gz) = 803c61f87e377ba0bc58df1c4b7baf85bc0c02148773fe45be7b451c9f9eb549d137fb6643a4023bd64c831172b8d748609934255d550675118a209e363fbdef
-Size (CPAN-FindDependencies-2.49.tar.gz) = 29361 bytes
+SHA1 (CPAN-FindDependencies-3.10.tar.gz) = e4020d1a7d226cd2530b8787ef79c528453765f9
+RMD160 (CPAN-FindDependencies-3.10.tar.gz) = 24b602e93771d2b86cb0574fdf41c5eaf0c55d92
+SHA512 (CPAN-FindDependencies-3.10.tar.gz) = a8efacf5bf60b4cd94830843693d6b563f9c84a3e579c16bb1c2c133eb58e2a6da444dc9c0581439e26abd32273aa717ebd5ed824d281b0f8b88aace9e830e20
+Size (CPAN-FindDependencies-3.10.tar.gz) = 49078 bytes



Home | Main Index | Thread Index | Old Index