pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-FindBin-libs



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sat Oct 26 19:23:54 UTC 2024

Modified Files:
        pkgsrc/devel/p5-FindBin-libs: Makefile distinfo

Log Message:
p5-FindBin-libs: update to 4.0.3. Changes:

- Add missing '' to catpath.
- Move canonpath into rel2abs, saves re-running it for each directory
  up the tree.
- Avoid undef value in m// with defined check.
- Fixes to setup-dist shell script for creating the placeholder
  FindBin/libs.pm file with the correct version.
- Remove all use of abs_path, including FindBin; this will now handle
  symlinks properly using rel2abs.
- Replace FindBin with FindBin::Bin & FindBin::Parents modeled after
  their Raku counterparts.
- Update the test numbers a bit to test the separate modules with 0*.t;
  push tests and MANIFEST into the version dir's.
- Update the dist prepare script to extract its package line from the
  installed lib/FindBin/libs.pm so that the Makefile.PL can use
  VERSION_FROM again.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/p5-FindBin-libs/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/p5-FindBin-libs/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-FindBin-libs/Makefile
diff -u pkgsrc/devel/p5-FindBin-libs/Makefile:1.29 pkgsrc/devel/p5-FindBin-libs/Makefile:1.30
--- pkgsrc/devel/p5-FindBin-libs/Makefile:1.29  Thu Jul  6 09:39:15 2023
+++ pkgsrc/devel/p5-FindBin-libs/Makefile       Sat Oct 26 19:23:53 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2023/07/06 09:39:15 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2024/10/26 19:23:53 schmonz Exp $
 
-DISTNAME=              FindBin-libs-v3.0.2
+DISTNAME=              FindBin-libs-v4.0.3
 PKGNAME=               p5-${DISTNAME:S/-v/-/}
-PKGREVISION=           1
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=FindBin/}
 
@@ -14,7 +13,7 @@ LICENSE=              ${PERL5_LICENSE}
 PERL5_PACKLIST=                auto/FindBin/libs/.packlist
 
 DEPENDS+=              p5-Module-FromPerlVer>=0.000005:../../devel/p5-Module-FromPerlVer
-DEPENDS+=              p5-File-Copy-Recursive-Reduced>=0.006:../../sysutils/p5-File-Copy-Recursive-Reduced
+DEPENDS+=              p5-File-Copy-Recursive-Reduced>=0.002:../../sysutils/p5-File-Copy-Recursive-Reduced
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/p5-FindBin-libs/distinfo
diff -u pkgsrc/devel/p5-FindBin-libs/distinfo:1.20 pkgsrc/devel/p5-FindBin-libs/distinfo:1.21
--- pkgsrc/devel/p5-FindBin-libs/distinfo:1.20  Sat Sep 17 12:15:01 2022
+++ pkgsrc/devel/p5-FindBin-libs/distinfo       Sat Oct 26 19:23:53 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2022/09/17 12:15:01 schmonz Exp $
+$NetBSD: distinfo,v 1.21 2024/10/26 19:23:53 schmonz Exp $
 
-BLAKE2s (FindBin-libs-v3.0.2.tar.gz) = 43aa28c4896be30dda17f413df2738b8c48a11d94eb2f80e04b095e0c1c8e920
-SHA512 (FindBin-libs-v3.0.2.tar.gz) = 95e449118eba27bd5edd44933e9c751fec73852b96f405e43e562deec4ad7c5223330e95fbd3765e5755da26b28c38433fc02c76537ef7a49cb1b513b752d281
-Size (FindBin-libs-v3.0.2.tar.gz) = 37223 bytes
+BLAKE2s (FindBin-libs-v4.0.3.tar.gz) = 4c6434fe7002709ed38a1063d51a95ee7d7b5df4702452878b116c5f85ad91a5
+SHA512 (FindBin-libs-v4.0.3.tar.gz) = c89e1f6ee310f3c9335cf8811dbe2661cdade9fb48d436e7b7daa8597c67bdfc81a4fcae2e19bd518af575ec7b4658b18cda3dc7f1a4e561d2730719ceb2a590
+Size (FindBin-libs-v4.0.3.tar.gz) = 63884 bytes



Home | Main Index | Thread Index | Old Index