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:           Thu Feb  4 18:13:38 UTC 2021

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

Log Message:
Update to 2.20.2. From the changelog:

- Fix: Revise the 08* test to use generic regexen on non-word directory
  element separators to deal with MSW inconsistent use of them confusing
  File::Spec::catpath.
- Added die, notes in placeholder lib.pm -- only visible when the
  Makefile.PL is bypassed and Perl version check is skipped.
- Replace VERSION_FROM with VERSION in Makefile.PL to keep release info
  consistent between Perl installation versions.
- Add ./version/v5.32.1
- Strict is unnecessary in 5.32.
- Test cleanups.
- Use canonpat on subdir and lib args to avoid including
- dir's with '//' in them.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/p5-FindBin-libs/Makefile
cvs rdiff -u -r1.14 -r1.15 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.22 pkgsrc/devel/p5-FindBin-libs/Makefile:1.23
--- pkgsrc/devel/p5-FindBin-libs/Makefile:1.22  Mon Aug 31 18:08:05 2020
+++ pkgsrc/devel/p5-FindBin-libs/Makefile       Thu Feb  4 18:13:38 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2020/08/31 18:08:05 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2021/02/04 18:13:38 schmonz Exp $
 
-DISTNAME=              FindBin-libs-2.019002
-PKGNAME=               p5-${DISTNAME:S/.0/./:S/00/./}
-PKGREVISION=           3
+DISTNAME=              FindBin-libs-v2.20.2
+PKGNAME=               p5-${DISTNAME:S/-v/-/}
 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.14 pkgsrc/devel/p5-FindBin-libs/distinfo:1.15
--- pkgsrc/devel/p5-FindBin-libs/distinfo:1.14  Sat May 19 10:11:21 2018
+++ pkgsrc/devel/p5-FindBin-libs/distinfo       Thu Feb  4 18:13:38 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2018/05/19 10:11:21 schmonz Exp $
+$NetBSD: distinfo,v 1.15 2021/02/04 18:13:38 schmonz Exp $
 
-SHA1 (FindBin-libs-2.019002.tar.gz) = d3001bcc343a5e580e3e517ce2d20f937d7fb9c4
-RMD160 (FindBin-libs-2.019002.tar.gz) = 4c19cfe608c02a7e9eea5098cb6b3bdae1ba1b0d
-SHA512 (FindBin-libs-2.019002.tar.gz) = 21f7e4093da1b7c006323479ab4bc5e535b8eb9bc610075091aea9a786efe3de35a77586454bab917094e1fb9bf5b6d7b9cb44861b154e0a0f0b46186f4b3e6b
-Size (FindBin-libs-2.019002.tar.gz) = 24194 bytes
+SHA1 (FindBin-libs-v2.20.2.tar.gz) = a9285b9c23bf42323b58a626bc342221c3a89b36
+RMD160 (FindBin-libs-v2.20.2.tar.gz) = de4ea604393f1b79607e77f192e28b18e0566ecd
+SHA512 (FindBin-libs-v2.20.2.tar.gz) = 8d2fdbb2fa4b3a294c21ebd10fe8a67e14fd85b962008b13adfc05122ca3ea9d822505cbe92a797a56289e4615c046088ee4b22a273ce0768731df2c200ed033
+Size (FindBin-libs-v2.20.2.tar.gz) = 28570 bytes



Home | Main Index | Thread Index | Old Index