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 3.0.1. From the change...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/feae40424448
branches:  trunk
changeset: 374728:feae40424448
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Fri Feb 25 19:17:15 2022 +0000

description:
Update to 3.0.1. From the changelog:

- Remove extraneous breakpoints

- Rewrite the search to use a saner, multi-stage
  process. Still uses abs_path to avoid duplicates
  working up the stack due to multi-level symlinks,
  skips things earlier in the process & is a bit
  easier to read.

- noignore is handled properly, as is ignore=

- taint extraction on $Bin uses m{^ (.+) /? }x
  to strip the trailing '/' in some RHEL versions
  of catpath.

diffstat:

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

diffs (27 lines):

diff -r e40be36a502e -r feae40424448 devel/p5-FindBin-libs/Makefile
--- a/devel/p5-FindBin-libs/Makefile    Fri Feb 25 19:13:31 2022 +0000
+++ b/devel/p5-FindBin-libs/Makefile    Fri Feb 25 19:17:15 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2021/05/24 19:50:45 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2022/02/25 19:17:15 schmonz Exp $
 
-DISTNAME=              FindBin-libs-v2.21.0
+DISTNAME=              FindBin-libs-v3.0.1
 PKGNAME=               p5-${DISTNAME:S/-v/-/}
-PKGREVISION=           1
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=FindBin/}
 
diff -r e40be36a502e -r feae40424448 devel/p5-FindBin-libs/distinfo
--- a/devel/p5-FindBin-libs/distinfo    Fri Feb 25 19:13:31 2022 +0000
+++ b/devel/p5-FindBin-libs/distinfo    Fri Feb 25 19:17:15 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2021/10/26 10:16:39 nia Exp $
+$NetBSD: distinfo,v 1.19 2022/02/25 19:17:15 schmonz Exp $
 
-BLAKE2s (FindBin-libs-v2.21.0.tar.gz) = 719d1baea5250d85657da6cc9404cd97953c1eb68f0fd3746b01e23934e90353
-SHA512 (FindBin-libs-v2.21.0.tar.gz) = 0eb12dce4d512d1b9906b06bf1ad6063026a09cc7fd39073c9474d47c07d64b8dc432c3d711081f6da76eea645a349bc26fdfb4d4c635ab852e6325f24514864
-Size (FindBin-libs-v2.21.0.tar.gz) = 39135 bytes
+BLAKE2s (FindBin-libs-v3.0.1.tar.gz) = ff420458bacf836f4d5a5af355e77676de133aab8415521fbc6ab6ceb4db9729
+SHA512 (FindBin-libs-v3.0.1.tar.gz) = 19d35646975b7f3dbcc80dafa6d9727e4b69117d06afeebb6ff92798f7cb8863af3ffec4effe3f07a2c279d3dce52924dc18bfdd54446760177c9e4caee3c34d
+Size (FindBin-libs-v3.0.1.tar.gz) = 36151 bytes



Home | Main Index | Thread Index | Old Index