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:           Fri Feb 25 19:17:15 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/p5-FindBin-libs/Makefile
cvs rdiff -u -r1.18 -r1.19 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.25 pkgsrc/devel/p5-FindBin-libs/Makefile:1.26
--- pkgsrc/devel/p5-FindBin-libs/Makefile:1.25  Mon May 24 19:50:45 2021
+++ pkgsrc/devel/p5-FindBin-libs/Makefile       Fri Feb 25 19:17:15 2022
@@ -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/}
 

Index: pkgsrc/devel/p5-FindBin-libs/distinfo
diff -u pkgsrc/devel/p5-FindBin-libs/distinfo:1.18 pkgsrc/devel/p5-FindBin-libs/distinfo:1.19
--- pkgsrc/devel/p5-FindBin-libs/distinfo:1.18  Tue Oct 26 10:16:39 2021
+++ pkgsrc/devel/p5-FindBin-libs/distinfo       Fri Feb 25 19:17:15 2022
@@ -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