pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-FindBin-libs Update to 2.19.1. F...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d95e15d5ac0
branches:  trunk
changeset: 307806:0d95e15d5ac0
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sun May 13 20:35:10 2018 +0000
description:
Update to 2.19.1. From the changelog:

Replace the 'v' on v-strings.

Include dummy lib/FindBin/libs.pm in filesystem
and MANIFEST. This is overwritten by execution of
Makefile.PL but puts the necessary operatoin into
the Makefile produced to have the real libs.pm
copied when necesary.

POD.

Makefile.PL boilerplate.

add config_requires.

Avoid issues with File::Copy::Recursive, see
rt.cpan.org #125104, which currently breaks
Module::FromPerlVer.

Bump version of Module::FromPerlVer

Missing dependencies in Makefile.PL.

Bump M::FPV version to 0.3.2.

Bump dependency version.

Update Makefile.PL, thanks to Slaven_Rezic.

Correct version dir path to v5.14 to match "use" value
in libs.pm.

Notes on '//' sanity check.

Error in Makefile.PL, remove "::Dir".

Various typos in comments and POD.

Makefile.PL has explicit version (vs. tracking post-5.8 file).

Version via version->parse( blah )->numify, makes it simpler
to keep versions straight with older perl's that can't handle
qv-string formats.

Minor change in CHANGE file format, makes searching for
releases easier..

Require Cwd 3.73 to avoid issue with infinite recursion in
abs_path. Hopefully this fixes issues with FB::l croaking
on sanity check for "abs_path '//'" (RT #124335).

If this doesn't work I'll have to replace the abs_path check with "-e
'/.' && -e '/..'" as test for working abs_path (vs. using rel2abs).

diffstat:

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

diffs (37 lines):

diff -r 2d23ff61cbf9 -r 0d95e15d5ac0 devel/p5-FindBin-libs/Makefile
--- a/devel/p5-FindBin-libs/Makefile    Sun May 13 20:35:05 2018 +0000
+++ b/devel/p5-FindBin-libs/Makefile    Sun May 13 20:35:10 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2018/03/05 13:09:56 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2018/05/13 20:35:10 schmonz Exp $
 
-DISTNAME=              FindBin-libs-2.16
-PKGNAME=               p5-${DISTNAME}
+DISTNAME=              FindBin-libs-2.019001
+PKGNAME=               p5-${DISTNAME:S/.0/./:S/00/./}
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=FindBin/}
 
@@ -13,6 +13,7 @@
 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
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 2d23ff61cbf9 -r 0d95e15d5ac0 devel/p5-FindBin-libs/distinfo
--- a/devel/p5-FindBin-libs/distinfo    Sun May 13 20:35:05 2018 +0000
+++ b/devel/p5-FindBin-libs/distinfo    Sun May 13 20:35:10 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2018/03/05 13:09:56 wiz Exp $
+$NetBSD: distinfo,v 1.13 2018/05/13 20:35:10 schmonz Exp $
 
-SHA1 (FindBin-libs-2.16.tar.gz) = 521d10c2939e400b6f11577df4b3177322557ee4
-RMD160 (FindBin-libs-2.16.tar.gz) = 26e77a8129460a1b5f987ecea089c6d4014d2464
-SHA512 (FindBin-libs-2.16.tar.gz) = 6c8b78410a2959c2392b759b5f5f4af905576e6faacadcf1293727a3901ad58d67722386e5e464ba26c82550542d223899f3798390340fac5d5d1bc1be00be94
-Size (FindBin-libs-2.16.tar.gz) = 21384 bytes
+SHA1 (FindBin-libs-2.019001.tar.gz) = bb95e61eadfd489cb2e0f67fbbd25d21e9948dfc
+RMD160 (FindBin-libs-2.019001.tar.gz) = 8e1ff37d591d1aacc5d1de00620c2f8585762a08
+SHA512 (FindBin-libs-2.019001.tar.gz) = 0af9fc1d03f0123514e4ffb40a0650880d36ee24290ba78deba0515357ad8d766e938c7ec42b8b485d52460552ba40b2494c631344f1e56717af731db8eb2af5
+Size (FindBin-libs-2.019001.tar.gz) = 23922 bytes



Home | Main Index | Thread Index | Old Index