pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-CPAN-FindDependencies



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Oct  2 00:37:51 UTC 2021

Modified Files:
        pkgsrc/devel/p5-CPAN-FindDependencies: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/p5-CPAN-FindDependencies/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-CPAN-FindDependencies/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-CPAN-FindDependencies/Makefile
diff -u pkgsrc/devel/p5-CPAN-FindDependencies/Makefile:1.26 pkgsrc/devel/p5-CPAN-FindDependencies/Makefile:1.27
--- pkgsrc/devel/p5-CPAN-FindDependencies/Makefile:1.26 Mon May 24 19:50:11 2021
+++ pkgsrc/devel/p5-CPAN-FindDependencies/Makefile      Sat Oct  2 00:37:50 2021
@@ -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 @@ LICENSE=      ${PERL5_LICENSE}
 
 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

Index: pkgsrc/devel/p5-CPAN-FindDependencies/distinfo
diff -u pkgsrc/devel/p5-CPAN-FindDependencies/distinfo:1.10 pkgsrc/devel/p5-CPAN-FindDependencies/distinfo:1.11
--- pkgsrc/devel/p5-CPAN-FindDependencies/distinfo:1.10 Sat Oct 26 06:35:19 2019
+++ pkgsrc/devel/p5-CPAN-FindDependencies/distinfo      Sat Oct  2 00:37:50 2021
@@ -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